The client is building a Power BI commodity pricing dashboard and wants to integrate mining company stock prices via APIs. They require support in linking a list of mining company stock prices within WS to their Power BI dashboard. The client needs to connect the WS Monitor to their Power BI dashboard, retrieve currency…
I tried requesting the data using lseg.data, but I am still unable to retrieve it for certain identifiers. Attached, you will find my test script along with its output. As you can see, the issue persists for the following months: ✅ TFMBMFVJ5^2 1349 2019-12-31 2025-03-28 ❌ TFMBMFVK5^2 Unable to resolve all requested…
Hello I want to export all option contract information of the future CTZ6. I actually see two maturities related. However I use the below codes to extract I can only have one code exported. ld.get_data('0#1CTZ6+', fields= ['PUTCALLIND', 'STRIKE_PRC', 'CF_BID', 'CF_ASK', 'CF_CLOSE', 'IMP_VOLT', 'CF_VOLUME','EXPIR_DATE'])
start = time.time() mixed = rd.content.pricing.Definition( ['LLY.N','JPM.N','ZVIA.K','JBSS.O','AA', 'BIOb'], ).get_stream() mixed.open() snapshot = mixed.get_snapshot() end = time.time() print(f"Execution time: {end - start:.4f} seconds") it has 400 columns, and how can i search for the exact meaning of each column?
The client is seeking guidance on how to download end‑of‑day pricing data for portfolios of Nairobi Securities Exchange (NSE) stocks and bonds from LSEG for analytical purposes. While they are currently able to retrieve this data using Excel, they would like assistance with executing the same process programmatically using…
I'm building an FX Cross-Currency Basis (CIP) dashboard in CodeBook using the lseg.data Python library. The dashboard needs to anchor a "Net Change since London 00:00" calculation across ~50 OTC RICs. What's working I've found that lseg.data.content.historical_pricing.summaries.Definition() works beautifully for OTC FX…
Client inquired whether there is an available Excel field or function (via TR or RDP) that updates immediately upon publication of an earnings-related news release or headline. Ideally, they are looking for data points such as: Latest headline timestamp Earnings-related news indicators or categories Latest company news…
I want to get the internal feed using get_data python API for the similarexcel function - =@RtGet("CALYON","NYTFUTSELECTION","SEG_TEXT") pls provide a sample.
It looks like you're new here. Sign in or register to get started.