question

Upvotes
Accepted
1 0 0 1

Can I receive RATMON data stream with the Python API?

I need to receive the RATMON screening with the Python API. Is there a possibility to do so?

pythondatastream-apidsws-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
5.5k 21 2 6

@matthias.jonsson Would this previous post answer your question?

https://community.developers.refinitiv.com/questions/57619/obtaining-ratmon-data.html

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Not exactly, in RATMON, we get a list of the updates from the ratings agencies for the time we choose. There we receive the changes for all firms, not just the universe we choose as in the previous thread (such as S&P500). Is there any way of receiving exactly the stream from RATMON?

The current Eikon Python API does not contain functions that allow for the replication of the RATMON window in Python.

However, this data is available in downloadable format via the Excel download button in RATMON.

A workaround could involve creating a Python bot along with Windows Task Scheduler to automate your machine to go on RATMON through Refinitiv's Workspace and download the relevant information. You may then import this data on Python from the produced Excel workbook.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.