-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
Downloading Corporate Filings as .txt Files via API
For a research project, I need to download a large number of corporate filings (annual reports, interim reports) in English for an entire country (e.g., all companies based in the UK). The time period starts from the year 2000. Using the Advanced Filings Search works, but it’s extremely slow, and since the documents are…
-
RTO to RTO: API migration - RT SDK
Client Query: 您好,我这边生产环境目前有个问题,就是访问api.refinitiv.com进行权限认证时,网络不稳定,经常断开,因为直连了美国的地址。而获取数据流,使用的是ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net这个地址(亚太地区的服务器)…
-
ohlc values for an asset minute wise
Hi , I need to know the ohlc values of one US asset ( e.g. CLF24 ) for 08th december 2023 at IST time 15:30 i.e. need the ohlc values for this specific minute...i have got lots of US assets for which i need these values ..how to do that
-
I would like to automatically retrieve if possible via Eikon API in python the list of all the data
Hi, I would like to automatically retrieve if possible via Eikon API in python the list of all the datapoints involved in the calculation of E - S and G pillars (e.g TR.PolicyWaterEfficiency, etc). I need the whole list of datapoints used in the calculation for all kind of sectors
-
Why does data item TR.HIGHPRICE not work for Nikkei 225 RIC .N225 when combined with other RICs?
Query: API Code is working but not with .N225 index Client's code: import lseg.data as ld # pip install lseg.data # pip install DatastreamPy from lseg.data.content import fundamental_and_reference ld.open_session() # import refinitiv.data as rd # pip install refinitiv-data import pandas as pd from tqdm import tqdm import…
-
How to use lseg.data to get ADP data(Or other economic data)
I am using Pycharm IDE to finish my project. I wonder how to use lseg.data(or other LSEG's packages) to get US ADP employment data (monthly). Could you show me the detailed process, I am new to LSEG, and not familiar to using it. Thanks a lot!
-
"pip install refinitiv-data" Failed
I use the command line "pip install refinitiv-data".However, I encounter a problem, and could not install refinitiv-data. The screenshot is attached.My python version is 3.13
-
How do i get the historical adresses of US companies?
I would like to investigate the relocation of corporate headquarters of publicly listed US companies. Therfore i need the old and new headquarter addresses and ideally also the relocation date/announcement of relocation date. How do I find that data? I have access to Refinitiv and Refinitiv Eikon.
-
Do we have any API library where we can pull all the data items/fields available on Workspace?
Do we have any API library where we can pull all the data items/fields available on Workspace? I am also interested to know if we have options to filter by various categories that is available in DIB tool under Filters. Looking forward for an update.
-
CURVB via python
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
-
Retrieving news stories through API
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
-
How to pull a list of all economic data that is being release on a specific day with high impact in
Ideally I would want to pull a list of all economic data that is being release on a specific day with high impact in certain countries e.g. Germany, US Similar to what you can see in the economic monitor in the desktop app
-
Questions Regarding Bulk Retrieval of Detailed Information via World-Check One API(V3)
Our customer is currently working on a process to retrieve detailed information during World-Check One searches and has two related questions: 1. Is it possible to retrieve detailed information in bulk for multiple search results via the World-Check One API? They have reviewed the available documentation but have not…
-
[REST API] Vessel Physical Assets
Hello all, I am trying to select new columns for the new data available for the vessels voyages: Last trade flow information: Charterer, Commodity, Cargo Size, Rate, Load Port, Load Date, Discharge Port, Discharge Data, Status, Previous Port and Previous Port Duration. However, when we tried to insert on the select part…