I am trying to pull data on python through the end of day extraction url, for a number of expired RICs specifically for spreads on LCO, CL, HO, RB, LGO. For most of the spreads I have managed to pull all the daily data for High, Low, Last, Open and Volume successfully. However there are still many that have missing data. I…
I have a list of RICs belonging to the same ISIN. However, I do not know to which exchange each ric belongs to.
I am using this API code for HistoricalChain Search but unable to get the Source/Exchange code. What is the reason? Product is Tick History https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalChainResolution { "Request": { "ChainRics": [ "0#.KQ150" ], "Range": { "Start": "2023-01-31T00:00:00.000Z", "End":…
Hey everyone, I'm trying to retrieve tick-level FX traded price data from the REST API. However, the code I'm using (attached below) isn't returning any data. I’d really appreciate any help—thanks in advance! { "ExtractionRequest": { "@odata.type":…
I would be particularly grateful for some sample code. Thank you!
I was wondering if there is a way to download the compressed .csv.gz files from these immediate schedules using API. My files are too large that downloading .csv.gz makes more sense. Already using "https://selectapi.datascope.refinitiv.com/RestApi/v1/E xtractions/ReportExtractions('{id}')/$value"
Hello, I am trying to query intraday bar data in python, but my queries take a long time an results in an error. Could you please let me know where I am doing wrong? My code is copied below I got the following error message: Thank you!! Yifei
Can you advise me the default time zone value for below condition under Tick History Intraday Summary? DateRangeTimeZone MessageTimeStampIn
Hi, the exchange time of market depth always return NaN while it works for tick history.
Hi, I want to build a model to forecast the price impact of a trade with additional features of LOB, like depth imbalance. So I need a dataset kind of like the MarketDepth now but for each row, I want to know what action (trade/quote) trigger this LOB update. For example, each row should have: Trade price, Trade Size + LOB…
It looks like you're new here. Sign in or register to get started.