-
Supply chain API fields, score definitions, historical data availability, and metadata coverage.
1. Supply chain field names and missing rows In my pipeline I am querying each company using `TR.SCRelationship`, `TR.SCRelationship.ScorgIDOut`, `TR.SCRelationshipUpdateDate`, `TR.SCRelationshipConfidenceScore`, and `TR.SCRelationshipFreshnessScore`. The problem is that for many large, well-known listed companies I…
-
Tradesignal App and Workspace API error
A user has ongoing API issues when connecting to Tradesignal .. Could you please confirm who manages our API support For your reference, here is the error message received on Tuesday: 2026-03-24 08:01:57.165 [27096] - MESSAGE - Sending server message (type 2): RequestBarHistory failed for /HAL (DATE, TRDPRC_1, OPEN_PRC,…
-
429 Rate Limit - How long until reset? (Eikon Data API)
I'm using the Eikon Data API (Python eikon library) via the desktop proxy. During development, I accidentally sent a burst of ~400 get_news_story() calls without proper rate limiting, which triggered a 429 "Too many requests" error. The 429 now blocks all API calls, including simple ones like ek.get_data("ZAR=",…
-
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how yo
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
-
I keep getting blocked using the API it get a 429 error
Hello team, raising this case on behalf of client XXXXX rates = [ Rate(5, Duration.SECOND), # 5 calls per second Rate(10000, Duration.DAY), # 10,000 calls per day ] limiter = Limiter(rates, clock=TimeClock()) ------------------------------------------------------------------Global expiry lookup – populated during discovery…
-
Rate Limit Trigger in get_hist
caling get_hist for historical data. the flow is getting the consititute of Index like IDX and SPX, knowing the constitute then enquiry history data of 500 company for 20 days data , for example SP500. Then, for top 100 most traded company, find option chain for each of them, getting the option ticker RIC. get history data…
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
Client is using VScode and trying to use the Python API.
PhD student - cannot download Eikon API - client is trying to download at least 13000 data points - user is receiving error code 429: too many request - user wanted to know if user already reached her limit
-
Query on ""Error occurred: Too many requests, please try again later."
A UBS client raised this query "Error occurred: Too many requests, please try again later." and I had provided him info about the Eikon Data API Usage and Limits Guideline. However, he has a follow-up "Is it possible to reset my limit for today. This is urgent and ask to escalate to who could help with todays limit issue.…
-
I was trying to retrieve some news with the lseg-data python api, which worked fine yesterday, but t
-
Error code 429 with LSEG-data Python API
I am getting this error when calling ld.news.get_headline lseg.data._errors.LDError: Error code 429 | Too many requests, please try again later. although this was working fine up until yesterday. I have already been waiting for about a day. Could you kindly help me understand what's going on?
-
Error on pulling bond data using API
This is the following simple line of code that I am trying to execute: rdp.open_desktop_session(config["api_key"]) ek.set_app_key(config["api_key"]) session = rd.session.desktop.Definition(app_key=config["api_key"]).get_session() session.open() rd.session.set_default(session) fields = [ "TR.ISIN",…
-
SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))
Hello Team, Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch" SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)'))) Also following this error got one more error - DataScope Authentication failed…
-
Refinitiv Data Library for Python: Error code 429
Hello, I'm using the Refinitiv data library for python. In particular, I'm using the following function and have been getting some errors for too many requests. Using rd.get_history(), we were pulling data for a total of 6,458 RICs, separating the requests out into loops of 100 RICs and 3 fields. We've only submitted…
-
Refinitiv Data Library for Python: Call limits
Hello, I'm using the Refinitiv data library for python. In particular, I'm using the following functions and have been getting some errors for too many requests. For rd.discovery.search() and rd.get_history(), I've been getting: RDError: Error code 429 | Too many requests, please try again later. For rd.get_data(), I've…