-
Inquiry About RDP API Concurrent Request Limits per Access Token
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…
-
python gets chains RIC
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…
-
Performance Concern When Fetching News Stories
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}"…
-
Are delayed ("/") RICs are supported in RDP company fundamentals requests?
Are any delayed RICs can be used in the RDP Fundamentals requests. For example, can I use a delayed RIC in the endpoint https://api.refinitiv.com/data/company-fundamentals/v1/financial-statements/global/balance-sheet?package=base&universe=/1010.SE ? Thanks
-
Own2InvHldgTO OwnTurnover Calculation
In the QA Direct module Ownership V2, there is the table Own2InvHldgsTO: Ownership Investor Holdings Percent ("This table contains information on the volume of shares traded as a percentage of total shares held in an investor's portfolio"). How exactly is this calculated? Is is the sum of the absolute values of the change…
-
OAuth2 does not work with refresh_token in RDP
Hello, We are using RDP to fetch news (/data/news/v1). We use OAuth2 to authenticate (https://api.refinitiv.com/auth/oauth2/v1/token) using a username/password at first and then the refresh_token we get from the response. We realized that after the actual token expiration we cannot retrieve a new one using the…
-
Is it possible to request the CARGO (Commodity flows) data thru API?
using RDP API, is it possible to request the CARGO (Commodity flows) data ? So all imports from Japan, in bbls. (Crude oil, Fuel oil and Dirty Petroleum) I want to query this in python can someone assist me on this from the relevant specialist group?
-
Is it possible to request the CARGO (Commodity flows) data thru API?
using RDP API, is it possible to request the CARGO (Commodity flows) data ? So all imports from Japan, in bbls. (Crude oil, Fuel oil and Dirty Petroleum) I want to query this in python can someone assist me on this from the relevant specialist group?
-
I need help understanding how to use LSEG Data Library for Python
I need help understanding how to use LSEG Data Library for Python and how to set the App key in order to access content directly within the cloud using the Platform Session.
-
Refintiv Historical Data API. How do you get exchange information?
I want to get exchange information for time and sales data. How do I do this using the python code for historical_pricing? This is my python code: response = historical_pricing.events.Definition( universe=rics, start=start_datetime, end=end_datetime ).get_data() Is there a way to get time and sales data WITH exchange…
-
need to filter Japanese stock data with api
I need to filter Japanese stock data that meets the following criteria: Exchanges: Tokyo (TKS), Osaka (OSE), Nagoya (NGY), Fukuoka (FKU) Security Type: Common Stock Listing Status: Including Active and Delisted Country of Domicile: Japan Time Range: Monthly data from January 2024 to April 2025 I have tried various query…
-
Can you please help in creating VBA code for the below:
What I need is VBA code to: Check whether Workspace COM add in is loaded, and load it if not Check Workspace status (online, offline, refreshing, paused) and trigger log in and refreshes Retrieve FX spot live, today’s high, today’s low as well as fixrates (WMRH etc) and the corresponding timestamps
-
Access broker reports available on the Company Research module through any of the Refinitiv APIs
Client wanted to check if it’s possible to access broker reports available on the Company Research module through any of the Refinitiv APIs—possibly via the Research API or a similar service. We’re exploring ways to automate the retrieval of such content and would appreciate any guidance on available options or relevant…
-
There's a delay in API data updates.
A discrepancy exists between Excel and the API: Excel successfully pulls the latest crude oil data immediately after the 22:30 (Beijing Time) Wednesday release, but the API endpoints return outdated data. Is there a way to optimize the API's refresh cycle to ensure real-time data availability? Eg:…
-
How to use rdp.session.platform.Definition with RDP Password in refinitiv-data v1.6.2?
Hi Refinitiv Developer Community, I'm trying to authenticate to the Refinitiv Data Platform using the refinitiv-data Python library, specifically version 1.6.2. My environment is Python 3.12 running on Ubuntu. My goal is to establish a platform session using my RDP credentials (App Key, RDP Username [which is a Machine ID…