A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Hi everyone, I have a question regarding data retrieval by periods. Over here, is the equivalent of what I am trying to do, just that it is using get_data() instead of get_data_async(). This is an example that I can't make asynchronous: quarterly_revenue = rd.get_history( universe=[f"{ticker}"], fields=["TR.Revenue"],…
Hi everyone, I have a question regarding ReadTimeout errors that occur when pulling data with the Refinitiv Data Platform in Python. Sometimes, I face a read timeout, and then the next time I run my code, the data comes relatively quickly. I would like to know why exactly this happens in the first place, is it because of…
All, I am trying to use an endpoint to get snapshot of the 'YIELD' fid of few RICs(e.g. SPY, DIA). I believe the appropriate endpoint is https://api.refinitiv.com/data/pricing/snapshots/v1/ but not sure and could not find full example. Can you please share an example using Python? Thanks Moti
Given concept code, where can i find the item value of the concept code? please give an demo of a concept code.
Hi everyone, I have a question regarding asynchronously pulling the PERATIO value. Here, I am following the notation as I found it in the Data Item Builder. However, when I try to pull data asynchronously with Python, it doesn't work. data = await content.fundamental_and_reference.Definition(universe='AAPL.O',…
Hi everyone, I have a question regarding the Date column not coming with get_data_async function calls. When I am making calls like so: roa_datapoints = await content.fundamental_and_reference.Definition(universe=[f'{ric}'],fields=["TR.F.IncBefDiscOpsExordItems","TR.F.TotCurrAssets","TR.CommonName"],parameters={"SDate":…
Unhandled Exception in Session Management Causing Application Crash [ERROR] [EndpointDefinition] GetDataAsync failed for endpoint: https://api.refinitiv.com/auth/cloud-credentials/v1/. Data services unavailable. Session is closed We have encountered an unhandled exception in our application that caused a crash. The log…
Hello, I have a loop to evaluate OTC Equity options via the end point: "https://eu-west-1-api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts" and also tried: "https://api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts" but am getting the error either way. I am passing 90 options at a…
I want to download 10k filings for specific companies. I can select multiple companies and then press the download button in lseg workspace under the fillings tabs. The downloaded 10k filings are in pdf is there a possibility to download these filing as html?
Hi, We have a .NET service running 24/7 based on the library provided by LSEG, specifically Refinitiv.Data version 1.0.0-beta5. There was a problem that occurred on Monday, as we could not open session on our app start. We got the below Exception that we do not have control over. How can we control such scenario or similar…
It looks like you're new here. Sign in or register to get started.