Hi, I'm trying to look at various stocks over the past 10 years. I have several stocks that are non-USD. How can I amend the following query to return the USD version of TRDPRC1: ld.open_session() response = historical_pricing.summaries.Definition( universe = ['AAPL.O', 'SHEL.L''], interval =…
I am signed in through Workspace on my desktop, Heartbeat status is "OK" and Real-time status says "You are successfully connected to LSEG services". I imagine my issue revolves around some sort of proxy error but not sure how to dig further into this. I've seen in a previous discussion that port 9010 is a fix but I am…
Hello, I've found that the volume for CFI2Z5 and other futures is often different when requesting the historic data subsequently in a short space of time. Is this expected, or could there be another way to request the data so the historic volume remains constant. I've used the HistoricalPricing-Summaries project in the…
fields = ['CF_EXCHNG','RDN_EXCHID','RDN_EXCHD2'] stream = ld.content.pricing.Definition(universe = rics, fields = fields).get_stream() stream.open(with_updates=False) stream.close() df = stream.get_snapshot() These ric return results are empty
Dear LSEG Developer Community, I am encountering an "insufficient scope" error when using the LSEG Data Library for Python (version 2.1.1) to retrieve snapshot pricing data for EUR= and GBP= via ld.get_data. Despite successful authentication and session opening, the request fails with a 403 Forbidden error due to missing…
I would like to get data information of an instrument by using the lseg.data python library I tried to use the library lseg.data.content.symbol_conversion, but it seemed that I don't have access to a scope to use this endpoint (trapi.search.lookup.read) So I tried to requested directly by using the endpoint,…
Hi, im trying to use lseg on Google Colab and I tried both EDP_API and EIKON_API… None worked here: !pip install lseg.data import lseg.data as ld ld.open_session(app_key='edsf….fdss') An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[Errno 99] Cannot assign requested address')An…
I want to get the body of the news articles as well. How can I do that? Can you provide underlying documentation as well? Website below don't show how to extract an article body:…
For example, for a data source with RIC "MX0MGO0000O5=MKTX", it is "MKTX"
It looks like you're new here. Sign in or register to get started.