question

Upvotes
Accepted
1 3 2 6

Python code to extract data.

Case : 05649981

Please could we have some help around using the API, using Python language:

1. Get all active options for one underlying on a given day in python API. And how to distinguish the option types, e.g. for S&P 500, there are monthly, weekly and end-of-month options listed on exchange.
2. Retrieve the historical close/settlement prices for options. This seems can be done with “Elektron Timeseries” module, but could you please provide some API samples? Also it would be great if you can advise how to combine #2 with #1 above, i.e. get all active options and the close/settlement prices of these options for a given underlying and a given day

pythontick-history-rest-apiderivatives
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.

Upvote
Accepted
13.7k 26 8 12

@Romita.Dastidar, another Python sample is available under the downloads tab of the TRTH REST 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.

Hi Christiaan

Can you please post a sample code for TRTH- APIv2.
Also I have been using the SOAP API until now. In the REST API setup do we still have the PUSH and PULL method to get the data?

@madhur, the link above leads to a TRTH v2 Python sample (the REST API is for TRTH v2).

Am i guessing right that by PUSH and PULL you mean FTP ? If yes, well there is no more FTP capability in TRTH v2, to retrieve data you must use the API (or the GUI).

On the TRTH with Python topic you might also be interested in this article.

Upvotes
1 3 2 6

Hi Team,

Could you please help client with the python code?

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.

Upvote
116 1 0 2

Information about using Python and DSS Rest API can be found here:

https://developers.thomsonreuters.com/article/tick-history-article

Also, there is an REST API Example application that provides examples. Although the code is based on C Sharp, the examples do display the full HTTP requests along with the HTTP response details. This will help you determine what is required for the request, and what can be expected in the response. The REST API Example application can be found here:

https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/Index

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.