Connecting Eikon into SAS software..

Is it possible to connect Eikon to SAS statistical software in order to retrieve data automatically? If, yes, what are the required steps? I know that it is possible to do that in python, but I am interested to use SAS…

Thanks so much

SA,yahyan

Best Answer

  • SupDev1
    Answer ✓

    A similar question was answered here.

    You can use SAS Software to retrieve Thomson Reuters Tick-History Data - guide.

Answers

  • Hey there SA832,

    I can totally relate to your desire to integrate Eikon with SAS for automatic data retrieval. It's a fascinating endeavor! While the Python route is indeed a common approach, it's certainly possible to bridge Eikon and SAS. Here's a somewhat unconventional solution that could work:

    1. Eikon API Bridge: Consider creating a custom Python script using Eikon's Python API to extract the desired data. Then, you can invoke this script within your SAS code using the X command. This approach allows you to leverage Eikon's powerful data capabilities while staying within the SAS environment.

    2. SAS/IML: If you're comfortable with SAS/IML, you can use it to execute Python code directly within your SAS environment. This way, you can tap into Eikon's capabilities seamlessly without leaving SAS.

    I've experimented with similar integration tasks before, and these methods can be quite effective. It may require some tinkering, but the fusion of Eikon and SAS can yield exceptional results. Best of luck with your data adventures, SA832!