question

Upvotes
Accepted
7 2 1 6

get_historical_price_summaries with intervals in seconds

Hello.

Is there any way to get interval in seconds for get_historical_price_summaries function? Or maybe I need use other function?

Thank you.

price-history
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
25.3k 89 12 25

Hi @aleksandr.chernov1

Price summaries only support ONE_MINUTE, FIVE_MINUTES, TEN_MINUTES, THIRTY_MINUTES, ONE_HOUR

You can get tick data using pricing events i.e.. get_historical_price_events

If you are using the RDP Python library, you should consider looking at the newer RD Library - see the position statement on the RDP library Overview page: Refinitiv Data Platform Libraries | Refinitiv Developers

Refinitiv Data Platform Libraries (RDP libraries) have been redesigned and renamed to Refinitiv Data Libraries (RD libraries). Alpha versions of former RDP libraries will be maintained for a while, but for new developments, it is recommended to use the latest RD libraries which incorporate new features and offer greater usability. Please refer to the following pages for more about the new RD libraries: RD library for Python, RD Library for TypeScript (Q1 2022), RD Library for .NET (Jan-2022).

As well as the documentation and tutorials etc on the above link, you can also find more examples at Refinitiv-API-Samples/Example.DataLibrary.Python: Example projects and Tutorials demonstrating access to the Refinitiv Data Platform using the Refinitiv Data Library for Python (github.com)


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.

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.