When I do something that involves timestamps, like : The last line prints this warning: LSEG-data.venv\Lib\site-packages\lseg\data_tools_dataframe.py:177:FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False)…
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.…
Migrating from get_timeseries() to get_history() get_timeseries() - automatically filters out some ticks, but get_history() returns everything + EVENT_TYPE field. Is there a way to modify the query so it filters out the ticks with certain event types? For example below, get_timeseries() does NOT return the ticks with…
Could you please help me take soybeans as an example and explain through what means I can obtain all the shipping schedules and port arrivals, production volumes, inventories and a series of other data related to soybeans? ❤️use refinitiv workspace ❤️use python
Hi Team, We need your immediate assistance on this matter. We're in the process of migration of our software from Eikon to the new LSEG Workspace. One of our applications depends on auction imbalances coming from Eikon for various symbols. In the test account we currently hold for the LSEG Workspace, we can see only…
We’re interested in downloading the Annual Reports filings (e.g. 10-K files) with an API solution in order to not to do it manually, the code we followed doesn’t return any data. We’ve seen that somebody has already had the same issue following the same code and it seems to be a licensing matter. We don’t know if that’s…
Hello. Am new to Python coding. I want to retrieve EUR= & GBP= for last 3 previous days from today as at 16:30 local time. How do i proceed please. Thank you
Hello, Using the FeedName: 'Edgar' we can fetch filings in the United States. But how to fetch similar documents for international companies ('other markets' than US and Canada) mentioned below? Is there another FeedName to use ? Filings Service on Refinitiv Data Platform provides the largest global collection of Global…
=TR($C$5:$C$3500,"TR.TotalAssets-ZAV(AVAIL(TR.TotalCurrLiabilities,TR.OtherCurrentLiabTotal,TR.OtherCurrentLiabilities))","Period=FY2008 Scale=6 Null=Blank Curn=#1",K$5:K$3500,RIC!$J$4) I am trying to model the above formula using LSEG python API. I am not sure of how to incporate the avail functionality as is being use…
Hello, could you please provide a code that leverage the one below that can convert a ticker into an organizationalID so to be used for fetching data in the RDP Filigs API ? I am connecting using the os variable below using a json config file where all my credentials are stored: os.environ["LD_LIB_CONFIG_PATH"] =…
It looks like you're new here. Sign in or register to get started.