How to access data for commodity RIC LTF24^2; LTG24^2, etc. via python? Code below doesn't work. Thank you
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…
Hello, I'm using Python to call chains from aip.refinitiv.com to obtain the RIC. However, I get a 403 Forbidden error. However, I can obtain the RIC directly from https://apidocs.refinitiv.com/. 1, I'm wondering if this is a problem with my Python token settings or a permissions issue. 2, Does it require permissions for…
I’m trying to fetch all English news related to RCS code (LEN AND (U:C)) within a specific timeframe using the headlines endpoint. Here’s an example of the request I send with requests.get():…
Hello. I encountered an SFTP error when trying to connect to the Refinitiv archive news server. The Machine ID works fine for fetching API news on RDP. I ran the Python code below in my local PC environment using PowerShell. Is any setup required before downloading Archive News for the first time? The sample code attached…
Hi, I want to download earnings call transcripts of about 700 companies using ADVEV app, but I cannot use country or industry classify them. The companies are listed in an excel document. I wonder if "RIC/Company/Portfolio/List" could help me with this problem. Or if there is any better method than manually entering. Thank…
I am currently using the Refinitiv Data Platform (RDP) to fetch news data by executing Python code. I’m trying to retrieve individual stories using their story IDs, with the sample code below: def fetch_single_story(story_id, access_token): story_url = f"https://api.refinitiv.com/data/news/v1/stories/{story_id}"…
It looks like you're new here. Sign in or register to get started.