-
Get fund prices published by asset management company
Hi, does Refinitiv Data Platform Funds API (or any other Refinitiv API) offer and endpoint to retrieve daily historical NAVs for a share class of a fund published by the managing asset company? Note, I am not talking about a historical prices for a share class provided by an exchange or so. I am interested in the NAVs…
-
Posting on behalf of client - Different result when using 'get_data' and 'get_history' when pulling
Query: Our system gives the API the list of company RICs from the TR-Europe index and asks for the 'TR.ISOriginalAnnouncementDate'. And that works, e.g. for 'AAF.L', I get a date of '2025-05-08'. But then when I ask for the whole income-statement/balance-sheet/cash-flow data dump for that company, the most recent data…
-
VB/PYTHON CONNECTION TO wORKSPACE
Hi, Is there a possibility to connect via VB or python code directly to the Workspace excel API and retrieve information from it?
-
API Rate Limit Issues
We're noticing weird behaviour on the response headers when calling PermID API using our token. Before we were receiving the following headers X-RateLimit-Limit-day X-RateLimit-Remaining-day which we use in order to manage our requests, but now the response seems to have changed, and we're not getting those headers…
-
The refinitiv.dataplatform.eikon is returning no value now. 1 month ago it was
Why is it returning <NA>? This code worked fine 1 month ago import refinitiv.dataplatform.eikon as ek ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY') df_standard, err = ek.get_data( instruments = ['SBFG3.SA'], fields =…
-
How to get domestic/international revenue of listed companies
I met a problem when I used the Python API to obtain data in the LSEG Workspace. For listed company, for example, TSLA.O (TESLA), I want to get the fields in the LSEG Workspace which can obtain the ratio of international/overseas revenue or non-local revenue to local revenue of listed companies. Since there are hundreds of…
-
Messenger Api bot
I would like to inquire whether the newly updated version of the messenger supports any API functionalities. If API access is available, I would appreciate it if you could provide information on the following: How to obtain or request an API key What features or capabilities are available through the API Where I can find…
-
How to get the option chain for an asset from codebook app?
Hi Dev.Teaam , May I request for your assistance on this Client's query please? Thank you. eikon_data_extractor.py (v4)import datetime as dt import pandas as pd import eikon as ek ---------------------------------------------------------------------1. Conexión (usa tu App Key)ek.set_app_key("") ek.set_timeout(120) Si tu…
-
which API could extract the PN17 / GN3 pdf file using python?
using different ISIN code as input, to download if the company have this PN17 pdf file. which api shall i use to get the pdf file. and also before what credentials i need to provide and if so where do i get the credentials from?
-
Basis pricing for Physical commodities
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
-
How to download my refinitiv data to google codelabs or jupyter notebook
da
-
Additional details on OIS contracts
Hello, I am working on OIS data. Would you be able to point me to the fields regarding additional contract details? For example, I would need to know when the exact settlement day for the OIS 1M, OIS 2M, etc is. But also, I would need to know how many days and what happens if the day is a public holiday / weekend. I tried…
-
Invalid printing digits 500 error
I'm needing to extract time series data to update our correlations, and I have got the invalid printing digits 500 error, can you please assist? I'm basically pulling time series data for the last 3 years - I understand that it might be a lot of data, so I will pull it less frequently, I need my API to be unblocked though.…
-
Get Data API.
I would like to understand what would be needed to automatically extract data from Refinitiv WS in order to feed a PowerBI model on our side
-
Unable to resolve all requested fields in ['TR.SHARETYPE'].
To return to my previous problem, I realized that only part of the query worked. I can successfully extract the "GICS Sector" and the "GICS Industry Sector" from an ISIN using the fields "TR.GICSSector" and "TR.GICSIndustryGroup". However, I can’t extract the "Instrument Type" using the field you provided me:…
-
Pricing basis for Physical Commodities
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
-
Is IPCROUTE still used?
I work in infrastructure, not development. I was recently asked to update a central ipcroute file that I thought was no longer used. I assume this is not a supported method of configuring ADS connections, and I assume the application is not using a supported API. Can anyone advise on this?
-
would like to queries is there anyway we can detect the company whether is it PN17 or GN3 in the
-
How can I get a list of RICs/Companies that have earnings announcements as of a particular date?
How can I get a list of RICs/Companies that have earnings announcements as of a particular date using Eikon API / RDP API? Are there other APIs where this is available?
-
Why am I receiving "a 'dict' object has no attribute 'url' in my API code?
Client is receiving "a 'dict' object has no attribute 'url" error message when trying this code on his end: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'US0378331005', 'US02079K3059', 'GB00BH4HKS39', ], fields =…