-
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 =…
-
The website is not working when I want to see more details by permid
When I search by permid I can see results but when I want to see more details no information appears
-
Im having trouble the get aligned data with dates for some instruments
Im having trouble with the API. As you can see below, the resultant dataframe comes with null values on the last dates, and values on the first dates. The problem is that the "MATD3.SA" didnt exist before 2021. On excel, with same parameters, the dataframe comes alright, with null values up to 2014. So why is this…
-
How to get spot currency historical_data from Refinitiv Workspace
this is my code: def get_historical_data(rics: list, start_datetime: str, end_datetime: str): """ Retrieve historical pricing data for a given ticker and time range. Args: rics (list): The list of RICs (e.g., ['AAPL.O', 'GOOG.O']) start_datetime (str): Start datetime in ISO format (e.g., '2023-04-07T15:14:25.165')…
-
Excel-VBA Command posting on behalf of a client
Could you please give me an Excel-VBA command to call the Workspace-Excel Menu-command Excel Menu “Workspace” -> Options -> Online -> “Shut Down”
-
historical estimated EPS for multiple periods
Hello everyone I require the historical mean estimate earnings per share from analysts for a company for multiple time periods forward. For example, the forecasts made in 2017 for the following five years 2017-2021, the forecasts made in 2016 for the years 2018-2021 and so on. I've seen that the reifinitiv eikon terminal…
-
ld.open_session() failling with workspace open
Hi i am working in vscode and when simply running this: import lseg.data as ld ld.open_session() I get this error: An error occurred while requesting URL('http://localhost:9005/api/status').ReadTimeout('timed out')An error occurred while requesting URL('http://localhost:9000/api/status').ReadTimeout('timed out')An error…
-
Are we able to souring chain RICs from RIC using DSS APIs?
Are we able to souring/mapping chain RICs from RIC using DSS APIs? Would mainly forcusing on a bulk list of Options and Futures. Thanks!
-
Accessing Upcoming Sovereign Rating Review Calendar via Eikon API
Hello, I would like to access upcoming sovereign credit rating review dates for certain countries (e.g., "Germany – Fitch – Review scheduled for July 11, 2025") via the Eikon Data API (refinitiv.dataplatform.eikon), if possible. Could you help me with it? Thank you for your support. Best regards,
-
Error in the codebook: ScopeError: Insufficient scope
for key=/data/ownership/v1/views/fund/holdings, method=GET. Required scopes: {'trapi.data.ownership.adv'} OR {'trapi.demo-access'} Available scopes: {'trapi.alerts.publication.crud', 'trapi.frtb.sentimarization', 'trapi.search.metadata.read', 'trapi.graphql.subscriber.access', 'trapi.user-framework.recently-used.crud',…
-
( JSFC migration) The EMA FieldEntry blank data corresponding to the JSFC blank data
For example, when the RTField type is NUM, the RTField.string() is "+0" when the data is empty/blank, so I know that the EMA FieldEntry blank can use "0" as a replacement how about other data type ? Is there a table/doc for document these information ?