Hello, I am trying to retrieve daily data for DE3YT=RR (and other RICs with different maturities stored in the list ric_codes) using get_history from refinitiv Python package. I am using this code: import refinitiv.data as rd for ric_code in ric_codes: response = rd.get_history(universe=ric_code, fields=['BID_YIELD',…
I am making a streaming request for MarketPrice at RTO using View. When streaming to some RICs, including ".PSI", the data for each FID is received as "null" around 0:00 (UTC).Can I understand this "null" data to be reset data? By the way, if I receive data after that, I am able to receive it with data entered for each…
Hello, I would like to clarify how to consistently identify the currency and unit values for the following endpoints: • /view-actuals/interim • /view-actuals/annual • /view-summary/interim • /view-summary/annual In our testing, these APIs do not include explicit fields for currency or unit in the response payload. In…
Hello, In Searchlight, the identifiers for the following instruments (and many others) are visible.Also, when using the /data/estimates/ API, both quarterly and annual estimates and actuals are retrieved successfully. However, when trying to access data from Fundamentals APIs (such as income-statement or…
Hello, When using the following endpoint: https://api.refinitiv.com/data/pricing/snapshots/v1/ I receive “no permission” responses for certain RICs. Here are some examples: USAPIC=ECI USOIAI=ECI USOIAH=ECI USOIAP=ECI USOIAR=ECI USOIAC=ECI USOIAD=ECI USOIAG=ECI USPMIP=ECI USPMCF=ECI USMPMF=ECI USMPMP=ECI USMPSF=ECI…
I’m currently looking for a list of US companies along with their stock prices at 5-minute intervals from 2012 to 2025 — for example, at 09:30, 09:35, 09:40, …, 15:55, and 16:00. May I know how can I download them? FYI, I am mainly using LSEG workspace and excel add-ons. Thank you!
Hi, I am currently working on a web application that integrates with the Refinitiv Data Platform (RDP) API using a Machine ID. To ensure optimal performance and compliance with platform limitations, I would like to clarify the following: What is the maximum number of concurrent API requests that can be made using a single…
I am downloading data for multiple security types (options, equities and indices) and below code provides me with the data I need except for (DAX) Index options at EUREX, e.g. GDAX236000U5.EX. So, most of the fields below will be empty for an option but I would expect at least "TRDPRC_1" to be populated as this can be…
Dear All, I am writing to seek your assistance in downloading Audit Reports for BSE 500 companies covering the last five years using the Eikon / Workspace API. I have attempted multiple times to set up and use the Python API (via the Refinitiv Data Library and Eikon Data API) on my local system, but I have not been…
It looks like you're new here. Sign in or register to get started.