I want to figure out how to: log into my LSEG account in python code, make a connection to LSEG in python code, pull a Brent futures (LCOc1) live ticker into a dataframe and display it such that it continually updates
this is en example of what I use now news = ld.news.get_headlines(query="L'Agence AND Tresor",start='2022-08-26T00:00:00', end='2025-12-06T23:59:59',count=1000) ut instead I would like to get all news for some RICS like AUCTBTF
Hi, I am trying to fill Credit curves constituents with this : "constituents": { "creditInstruments": { "EUR": { "financialFilters": { "bond": { "zScore": { "field": "ZSpreadBp", "priceSide": "Mid", "maturityBuckets": [ { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 } ] } } } } } } Could you…
For refinitiv.data.content.ipa.financial_contracts.cross, I couldn't find any input/output field for the discount curve in the source document, may I know which discount curves are used for FX Forward (e.g. EURUSD GBPUSD)?
Query: I am trying to draft a Python script that can fetch a long price history starting from 2008 (or the launch date of the RIC, whichever is later) and insert the data into our database. However, after multiple attempts I am still facing one issue after another, and I am unable to get the script working end-to-end. I…
Hi, may I know how to extract historical credit rating (issuer rating) for a company (e.g. Apple) using Python data API? I have tried using refinitiv.data, however, only got current rating instead of historical one.
If you’re familiar with the process, would you be able to share the code or point me in the right direction? I have tried to use the material given but it does not really explain how to correctly write a query in the function. For now I have written this: rd.open_session() search = rdp.search( view =…
Hello Team please check the following code. The output that I want is USA country code specific but it is showing Exchanges from Thailand and Vienna. Also my asset class are code for funds, equities, certificates and bonds but Commodities futures also show in my output. Here is the code: from lseg.data.content import…
Where can I check how much data I have extracted using API calls for the day so as to prevent myself from hitting the daily limit? I have been checking the Logs from the Configuration Manager and in the log text file I get the information of my usage. Can you please let me know how frequent do the logs get updated in the…
what is the end points of currency and the commodities for PHP can anyone tell me about it
It looks like you're new here. Sign in or register to get started.