Hi, I am trying to fetch the the daily timeseries data for HYNWB00 with the following code: df = historical_pricing.summaries.Definition( universe=['HYNWB00'], start="2019-01-01", end=datetime.today().strftime("%Y-%m-%d"), fields=['TRDPRC_1'], interval=historical_pricing.Intervals.DAILY).get_data().data.df But the data…
Query: API Code is working but not with .N225 index Client's code: import lseg.data as ld # pip install lseg.data # pip install DatastreamPy from lseg.data.content import fundamental_and_reference ld.open_session() # import refinitiv.data as rd # pip install refinitiv-data import pandas as pd from tqdm import tqdm import…
Hi, I am trying to retreive historical Data for a list of stocks. Trying to retreive the following items: 'TR.TotalReturn' 'TR.PriceClose' 'TR.PriceCloseDate' 'TR.NIStockSplitDivisionRate' 'TR.NIStockSplitDivisionDate' It works for a a single Stock, like "AAPL.O", but not for the list of stocks. Do you have any idea, what…
Hi, I'm trying fetch historical price data for a pool of corporate bonds (around 7,000, so it's a large pool) using get_history() function in lseg.data API. I'm running into several problems here. First, consider the following case shown in the screenshots. Suppose I try to get data for 'XS1746107975' (i.e., an ISIN…
Hi Team. We have a client looking to pull Commodities Tradeflow data monthly as part of their automated process to store the data into a database using a python client. Could you let us know what API options are available?
Hi Team , unable to get portfolio weights for custom portfolio using ld.get_data("PORTFOLIO(Borealis)",['TR.PortfolioStatementDate','TR.PortfolioModifiedDate','TR.PortfolioConstituentName','TR.PortfolioShares','TR.PortfolioWeight', 'TR.CompanyMarketCapitalization(Scale=6)'] ) second screenshot shows expected output using a…
Hi The below request has worked very reliably over the past few weeks when I tried: df_prices = get_history( universe=ticker, fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'], interval='1d', start=start_date, end=end_date, adjustments='CCH' ) But today I tried three times and…
hi, Im trying to fetch information of filings via api, but get nan valuescould you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time could you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time end_date =…
I would like to subscribe to the OHLCV information of a certain currency pair (such as USDCNY, EURCNY, EURUSD, etc.) at an interval of 1 minute. I would like your system to push the corresponding information to my system every 1 minute. Could you please tell me which interface I can use?
How do I pull data on historical officers ina company i.e. I would like to know who was the CEO during 2015-2021 at Apple?
It looks like you're new here. Sign in or register to get started.