Hi Team, I'm posting this question on behalf of user below. He is getting this error ModuleNotFoundError: No module named 'lseg' It's his first time to use Python API. Kindly advice.
The sample has dependencies on the below Nuget package which i cannot find: LSEG.Data.Core
Hi, I am using lseg.data API to download futures data. I have been hitting the daily limit for 3 days that should be 5G of data. Here is the error I get: LDError: No data to return, please check errors: ERROR: No successful response.(429, Too many requests, please try again later) Nevertheless, there is no way I have been…
Hi , I am using the codebook for the first time and I am trying to plot benchmark yield curve for a specific date, can you please help me how to extract data for the chain RICS like 0#FRBMK=
When I do a POST request hit to 'https://api.refinitiv.com/discovery/search/v1/' with the below payload, I receive a list of venues … { Filter: "BusinessEntity eq 'Quote' and BaseAsset eq '154423041' and not (ExchangeCode in ('NSQ' 'ASQ' 'NYQ' 'XDS' 'DEU' 'TOJ' 'ITE' 'RRC' 'PCQ' 'NAQ' 'NMQ' 'XBO' 'XCA' 'CAQ' 'AUX'…
client verbatim "I'm using the discovery.search function from the refinitiv.data.content package in Python to find bond data and carry out some calculations. I'm trying to find the code for yield or yield to maturity but can't seem to find the correct name for it." I provided a TR data item (TR.FiMaturityStandardYield) but…
So I'm trying to get descriptive historical data of CEOs of listed companies hopefully. I'm imagining a panel between 2007-2024 (or last year available) of those companies, in which I have a column of year, another one for the fullname of the CEO in charge during that year, and several other columns with: 1. Age 2.…
We use this query to get RICs: res=search.Definition( view = search.Views.EQUITY_QUOTES, filter = "AssetState ne 'DC' and RIC eq '*.MX' and ExchangeCode eq 'MEX'", select = 'RIC', order_by = 'RIC asc', top = 10000 ).get_data() It works fine, but the result contains more than 1000 RICs that look like GFN_tcR001.MX,…
I am trying to pull some reference data using refinitiv.data via python code but getting Errors: ValueError: Session is not opened. Can't send any request. Can you please help. Code: import refinitiv.data as rd from refinitiv.data.content import fundamental_and_reference platform_session = rd.session.platform.Definition(…
It seems like I found another bug in get_history(). This is the query for ticks for some time range. The problem is - the more RICs I provide as 'universe' parameter, the more missing ticks are in the response. 2 RICs in the query. All ticks are present. The first tick for ALSEA has Volume = 2675. 4 RICs in the query.…
It looks like you're new here. Sign in or register to get started.