question

Upvotes
Accepted
3 0 1 2

Is there any information available on using an API via Python for downloading data from Datascope Select. I am particularly interested in intraday data, say 1 or 5min frequency. The only thing I can find on help is the Tick History API.

Is there any information available on using an API via Python for downloading data from Datascope Select. I am particularly interested in intraday data, say 1 or 5min frequency. The only thing I can find on help is the Tick History API.

tick-history-rest-apipython apireference-id
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.

Hi @sonam.tomar ,

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

Upvotes
Accepted
78.8k 250 52 74

@sonam.tomar

There are the RTH Python Code Samples available in the Refinitiv Tick History (RTH) - REST API downloads.

1643359102371.png



1643359102371.png (34.6 KiB)
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.

Upvotes
32.2k 40 11 20

Hello @sonam.tomar ,

Please be informed that Datascope Select REST and Tick History REST APIs both interact with the same Datascope service.

The workflow and approach requirements are uniform across these two APIs.

The permissions on the user credentials determine the specific requests (templates) and content sets that are available to the user.

The python examples recommended by @Jirapongse fulfill the requirements for python integration, with Tick History and with Datascope Select products, both on-demand and scheduled, and the part of the example that will need to be modified according to your requirements, is json request itself, you will need to swap the specific request in the example (the example uses IntradayBars request) with the request that you require, either for Tick History or for Datascope Select.

To learn more about working specifically with DSS requests, enabling you to select and tune the request per your requirements, you may wish to review Refinitiv DataScope Select - REST API Tutorials, there is also downloadable DSS request starter collection, that can be imported and used as a working starter for your required request(s).

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.

Upvotes
3 0 1 2

Thank you @Jirapongse and @zoya faberov both your answers were helpful.

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.