New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
Please take a look at Python samples in the downloads tab of TRTH API. You can also look at Refinitiv API samples github site, and search for TRTH and filter by Python.
If you are still unable to find what you need, ask here again, and we will put something together.
Hi @Gurpreet. Thank You. I did checked on all searches and posted here. All I got was Scheduling or using specific report templates with python.
I am looking specifically to
Which extraction endpoint are you trying to invoke, and what are the parameters.
Hello @vinod.amarnath,
Does Python Code Examples in TRTH Downloads Section, example TRTH OnDemand Intraday look to be what you are looking for? Request and retrieve IntradayBars in python?
jobId = Extraction ID.
Please find the explanation of the approach to asynchronous request processing in this tutorial.
Hi @vinod.amarnath,
The TRTH Python Code Samples in the download tab contains the TRTH_Get_Latest_Schedule_Files example. The example demonstrates how to retrieve last extraction id and download the extraction files for a given schedule name. Below are the list of provided functions: