-
Document for getting TM3 bulk
Hi team, Beside my previous question, I need to get the Municipal Market Monitor (TM3) bulk file too. Any examples or documents?
-
Resources for getting Green-Revenue and ESG Bulk File
Hi team, My team need to migrate our green revenue and esg file feed from your SFTP to something calls "RDP CFS API". Do you have any resources or guide document?
-
RDP, An existing connection was forcibly closed by the remote host
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
-
Download worked for most but not all stocks
HI @Jirapongse As previously discussed with you on another thread I have split up my requests into smaller ones. However, I have now experienced that most prices are being properly downloaded but some are just not and from the logs I do not see the reason for it. Can you please advise? How can I prevent this from happening…
-
"SSLError SSL: CERTIFICATE_VERIFY_FAILED" when downloading a bulk file.
Hi team, I cannot download a bulk file via Python. The code returns "SSLError SSL: CERTIFICATE_VERIFY_FAILED" message to me. Caught exception: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /xxxx (Caused by SSLError(SSLCertVerificationError (1, '[SSL: CERTIFICATE_VERIFY_FAILED]…
-
How to Retrieve ETF Split / Reverse Split Events (Including Cancellations)?
I am currently working on an ETF data integration project and need to track corporate actions such as forward splits, reverse splits (consolidations), and their scheduled dates for ETFs. Here’s what I have observed so far: • Using the RDP Lipper Funds API, I can retrieve historical data on ETF assets, pricing, and…
-
How can I get the FileID information?
How can I get the FileID information?
-
How to get App Key
Hi, I already got my machine-id and password, how do I get the app-key?
-
I wanted to understand how can I run the Refinitiv API on AWS Sagemaker using a Python code?
Also, do I need to login to Workspace in order to make this code run? So I will have to log into workspace as well as open session on the sagemaker app for this to run? Is there no way to directly run this on sagemaker without logging into my workspace on my desktop?
-
Missing required parameter 'grant_type'
I have set the machine id, password, appkey and all required parameters in the HTTP request message to the /auth/oauth2/v1/token endpoint via the URI query parameters. However, I got missing required parameter error returns from the API. {"error":{"id":"xxx","code":"400","message":"Validation error","status":"Bad…
-
search for historical files
Does the TM3 CFS API supports search for historical files?
-
Connection Timeout error from AWS
I got a connection timeout error when I am trying to download TM3 from Amazon S3 Downloading File TM3_xxxxxx-05_00 ... Caught exception: HTTPSConnectionPool(host='a206464-bulk-custom.s3.amazonaws.com', port=443): Max retries exceeded with url: /GE-XXXX/2025/02/28/TM3_xxxxxx--05_00 (Caused by…
-
RDP static IP Address for my network team.
Hi, I need to configure my organization firewall/proxy to access the api.refinitiv.com. Could you please tell me the static IP address?
-
Cannot find a package of bulk file we need.
Hello Team, I already input bucket-name and package Id to the /file-store/v1/file-sets endpoint, but we cannot find the package that we need. This is our query: GET /file-store/v1/file-sets?bucket=bulk-Custom&packageId=aaaa-bbbb-cccc HTTP/1.1 Host: api.refinitiv.com Authorization: Bearer <Access Token> I am requesting TM3…
-
How to specify date and time when using the CFS API?
How to selecting a time range or the latest data in our API calls. It just looked like an API call gives us all the data available and we sort it out after acquisition.