question

Upvotes
Accepted
1 0 0 1

Am I able to to programmatically download historical prices for various securities via python - not high frequency or high volume of requests. Also would like to be able to download various security attributes such as coupon amount, maturity, etc

pythonrefinitiv-data-platformrdp
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.

Hello @salkind

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

@salkind

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22k 58 14 21

Hi @salkind,

Yes, you can use the historical-pricing endpoints in RDP to get the history. There is Refinitiv Data Library for Python which has high level objects that you can use to get historical timeseries. See this tutorial, and if you like start from the Quickstart guide.

The data fields available in this timeseries will depend on the security asset class.

Edit: I should also add that amount of historical data within RDP is limited to 1 year, and is subjected to other rate and maximum limits as described on the Reference tab on the API playground. If your history needs are granular or wider then this, then a historical data product like Refinitiv TickHistory will be better suited.

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.