-
Accessing DIB fields through python RDP API
What's the procedure for accessing fields from the Data Item Browser app through the Python RDP API? I'm used to the get_fields method from Eikon and I'm having trouble finding the correct endpoint for the RDP platform. I'm wondering if there's an endpoint to query from using RIC and field name as parameters. Thanks! EDIT:…
-
Urgent request for an R library compatible with Refinitiv Workspace
We are currently using the R package eikonapir to access the Eikon Data API. However, this API is not compatible with Refinitiv Workspace, which is now our main platform. Due to an upcoming migration deadline, we urgently need an R-compatible alternative that offers the same data access and functionalities, but works with…
-
Python API - get Currency from ISIN (bond or equity)
-
Issue with rd.get_data - Server Connection Problem
Dear Support Team, I am experiencing issues with server connectivity when using rd.get_data in Python to retrieve data via API. Recently, I switched the library from Eikon to Refinitiv. While using rd.get_data, sometimes the function returns data immediately, but other times it takes a long time to respond and eventually…
-
How can I get time series data for ETF % ownership of individual stocks.
Hi All, How can I get time series data for ETF % ownership of individual stocks. I can find this data on the fund ownership summary data but only for the latest filing date. I also want to collect this data on the SP500 so ideally I would be able to collect this information for all 503 stocks at once rather than doing so…
-
refinitiv.data.eikon warning
Hi, I am in the process of migrating to Workspace, and currently using the python library eikon (import eikon). I read here: that it's possible to keep using the same syntax and fields of eikon even in Workspace through the other library refinitiv.data (import refinitiv.data.eikon). Indeed, this currently works. However,…
-
API stops pulling data for specific RIC
Hi, I have an Python API to pull CA data on a list of RICs every day. For this RIC, "BONDS", my API call works for a while and then stopped pulling data on Feb 14, 2025, and when I called helpdesk I was told this is not a specific identifier. I understand what they say, but "BONDS" as a specific identifier works…
-
problem with z spread extraction - code not working anymore
Hello people, I hope you are doing well. I am experimenting some issues with some zSpread extraction with the code i've always used. I am not able to extract the spreads anymore. Please find below my code: import refinitiv.dataplatform.eikon as ek str_date = "2024-12-31" ISIN = "XS0107203381" df_zSpread, err =…
-
Volatility Surfaces inputVolatilityType
Could someone please explain the difference between Implied and Quoted for inputVolatilityType on the surfaces API endpoint: https://api.edp.thomsonreuters.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces From API documentation page: inputVolatilityTypeenumThe enumerate specifies the type of volatility used…
-
Python APIs for Refinitiv, which one?
What is the difference between the following three Python APIs for Refinitiv? https://pypi.org/project/eikon/ https://pypi.org/project/refinitiv-data/ https://pypi.org/project/refinitiv-dataplatform/ Which one should I use? Are they all equivalent? Which one is the most updated?
-
If I have access to retrieve ownership info throught the refinitiv.data API. Trying to access: re...
...finitiv.data.content import ownership I want to check if I have access to retrieve ownership info throught the refinitiv.data API, trying to access: refinitiv.data.content import ownership and getting this error: Missing scopes: {'trapi.data.ownership.basic'} OR {'trapi.data.ownership.adv'} OR {'trapi.demo-access'}…
-
Mutual fund past portfolio holdings via Eikon API
Hello, as a follow up to my recent question here, which was wonderfully answered, I was wondering if it is possible to get the historical/past portfolio holdings of a mutual fund via the Eikon API? In Eikon, this data is available when viewing a specific fund, then going holdings => derived holdings. A screenshot of that…
-
Historical data for bid/ask spread for stocks
Hello, I would like to retrieve bid/ask spread for a list of stocks on a specific date historically. But I found it is not possible to directly retrieve in the desktop. Therefore I am considering using Python. Could anyone help me with this? Thanks a lot in advance!
-
Currency of sovereign CDS
I found there are different currencies options for a sovereign CDS when downloading via Eikon. For instance, the US government 5Y CDS, i.e., USGV5Y**AC=R with ** stand for the currency. This CDS can be quoted by USD, GBP or EUR. But what does it mean with quoted by different currencies, and what are exactly the difference…
-
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name...
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name in hand?