-
How can I download price history data in 5 minutes intervals for several stocks for more than 1 year
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!
-
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…
-
ADVERS app- broken not showing data
Research search function not working. Says No data available with no filters.- ADVRES I am trying to pull broker reports upon the release of the FY24 results, for Swisscom
-
whether workspace provide some documentation or method for us to use API to retrieve report
I remember LSEG workspace provides API for users to retrieve data. We wonder whether workspace also provide some documentation or method for us to use API to retrieve report data we need automatically?
-
How to query intraday prices for only 5 minutes per day for a certain timezone
Hi, I am trying to get intraday close prices only for the same 5 minutes every day (ie 1300-1305 ET). May I know how I can modify this function to: only get data during that period of time daily, and change the time zone to Eastern Time? response = historical_pricing.summaries.Definition( "ESc1", start = timedelta(-3), end…
-
Looking for mapping for ISIN/CUSIP to RIC
Can you please suggest if there is any process/ documentation already available to mapp any ISIN/CUSIP to RIC and vice versa
-
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE']
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE'] I am doing an rdp.get_data call with the Python API, after authenticating with a Platform Session. And I see the following issue: The access to field(s) denied. Requested universes: ['EUNH.DE', 'IBCN.DE', 'IEF.O', 'TLT.O', 'VGLT.O', 'BND.O', 'VGIT.O',…
-
Corrections APP on Workspace via API
Hi Team! Is is possible to retrieve data from Corrections App on workspace using API? If so how can it be done?
-
I would like to inquiry about codebook, is the python environment secured and not open source? and a
I would like to inquiry about codebook, is the python environment secured and not open source? and also what server process the code? is the used library like numpy, pandas, matplotlib, scipy and etc secured and guaranteed from your side ? also can we execute the code internally on bank premises rather than AWS cloud?
-
Request for Static IP Addresses of Real-Time Optimized Pricing API Streaming Endpoints
Hi Team, I’m currently integrating with the Refinitiv Real-Time - Optimized Pricing API and need to configure firewall rules to allow traffic to specific streaming endpoints. Could you please provide the static IP addresses for the following hosts? ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net…
-
WC1 API V3 ongoing-screening-updates respond "no ogs caces".
Hi there. I want to get response of the endpoint cases/ongoing-screening-updates. But I couldn't get screening results by OGS screening. I used WCA API V3. I called api like bellow. ``` {{protocol}}{{gateway-host}}{{gateway-url}}cases/ongoing-screening-updates { "filter":…
-
How to rescreen using WC1 API v3?
Hi there. I want to screen exist case. I've used WC1 API v2. V2 had /cases/screeningRequest endpoint. It was working for realtime screening. But I can't find screeningRequest in WC1 API V3 documantation. LSEG World-Check One API 'PATCH :{{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}?screen=SYNC` is…
-
Hi - can you tell me why im getting "Text": "None" in my Ack message here?
Hi - this is the message in question - when i send the exact same message to a different source i get "Text": "OK", so I'm guessing it may be a core RTDS setting somewhere? 2025-08-19 09:25:46,189 - INFO - Sent market price post: {"Domain": "MarketPrice", "Ack": true, "PostID": 1, "PostUserInfo": {"Address":…
-
API endpoint for AWS S3 so we can confirm what TLS version
I received this notice concerning AWS S3 API and datascope plus UI- PCN212782 - LSEG DataScope Plus – TLS protocol requirements for AWS S3 file retrieval has been revised. Can you please provide the API endpoint for AWS S3 so we can confirm what TLS version we are running?
-
Does "ReportDateRangeType.PerIdentifier" supported for PriceHistory request?
Can I please have 2 questions below. Which report templates support date range per instrument? May be TimeSeries, ElektronTimeseries, TickHistory? Does any documentation exist with description of difference among Pricing Templates. Not marketing docs but tech. specification. In our case I am interesting in templates that…