Hi there, a futures ric convention question what are the differences between these 3 -- the metadata seem exactly the same. 2CDFtmX4 CDFtmX4 1CDFtmX4
Here is the code I did to pull but there is only one date: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['ABI.BR'], fields = [ 'TR.NumEstRevisingUp', 'TR.NumEstRevisingDown', 'TR.PriceClose.date' ], parameters={ # 'Curn': 'CAD', # 'Frq': "1D" 'SDate': '-5', # "2023-11-01", 'EDate': '0', #…
I would like to know what platforms RMC supports. I could not find the details here https://developers.lseg.com/en/api-catalog/real-time-legacy/refinitiv-management-classes-rmc Interested to know if it supports Linux on ARM architecture.
import refinitiv.data as rd index_ric = '0#.KS200' summary = rd.get_history( universe = index_ric, fields = [ "TR.CompanyMarketCap", # "TR.GICSSector", ], start = "2024-06-01", end = "2024-06-30" ) summary When running the above I get the following error RDError: Error code -1 | Unable to resolve all requested identifiers…
I have question about the LSEG Workspace value chains data (VCHAIN). For some time we've been pulling the VCHAIN data via the Refinitiv API. This works like a charm for the following fields: TR.SCRelationship', 'TR.SCRelationship.ScorgIDOut', 'TR.SCRelationship.instrument', 'TR.SCRelationshipConfidenceScore',…
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…
Dear Developer Community i'm sharing with you an issue facing with Search API. Indeed, using Sraech API, i want to find Options matching criteria below (given for example purpose): - ExpiryDate:15/11/2024 - StrikePrice: 5200 - Ric starts with SPXw the issue is that the Search Module (and also Search API) is not case…
Hi there, in the github library (Example.DataLibrary.Python/Examples/2-Content/2.01-HistoricalPricing/EX-2.01.02-HistoricalPricing-ParallelRequests.ipynb at main · LSEG-API-Samples/Example.DataLibrary.Python · GitHub) the example given to send parallel requests for 3 names : tasks = asyncio.gather(…
Hello, I am receiving an error when using the below code: The error we're receiving is a timeout error shown below. Grateful for advice on what we may be doing incorrectly which is contributing to the error? To note, I have a working SFTP connection via Filezilla for this. Programmatically connecting via Python is proving…
Hi, I'm quite comfortable with the Eikon API and I'm making an effort to embrace the newer LSEG API. I know that with the RDP API it was possible to do: from refinitiv.data import eikon as ek However, I don't seem to be able to do that with lseg.data. Is it possible to import eikon from lseg.data, and if so, how?…
It looks like you're new here. Sign in or register to get started.