I am trying to get a RIC that starts with a slash (ex "/EUR=") in the DSS API, but it is not working. How do I set the slash? * I have successfully obtained a RIC that does not start with a slash. (ex "EUR=") * When I try to get the RIC from the web console with the same account, it succeeds. requestURL:…
Hi Team, I have a list of RIC codes and I'm trying to get the corresponding CUSIP/ISIN and the dates for which the mapping is valid using RTH Python. I use the following code, but the CUSIP field always returns a null value. Not sure about the corresponding field for the Bloomberg ticker. instrument_list = [{'Identifier':…
...S API? Also, Can I fetch Volume Delta/Buy/Sell data directly using C#/Python TRTH Intraday API? Need to fetch Buy Volume, Sell Volume and Volume Delta for TRTH TAS and Intraday API. Is that Possible? If yes, kindly provide the field name. Also one more question while fetching TRTH TAS data rows come with no price value…
Hi, I am trying to use the Tick History api via python to download tick data for various instruments across Bonds & FX. How can I get a list of all possible fields/ attributes for a ticker? For example- for the German 10y Bund futures (FGBLc1) - I want to get indicative volumes & prices (top of the book)- Is that possible…
Hi all, Could you pls advise on the following issue. I try to find all US stocks which are traded on Munich Gettex Exchange (code: XMUN). When I do it via Eikon API Screen in Python I get only ~250 items: fields =…
Regarding the Tick History ValidationOptions, "AllowOpenAccessInstruments" and "AllowHistoricalInstruments" option, what is the default value?
Like RDP CFS, can we also get a pre-signed URL of the extracted archive file to support resumable download, via the RTH API?
Hi all, I am using `TRTH`s Historical Market Depth API endpoint to retrieve some depth information about ES options, but I would like to know whether the quotes are in OPEN, CLOSED or AUCTION trading state for example. Is that possible and how would one get that information? Cheers
Hi everyone, I am trying to get historical market depth data for options of Eurostoxx 50 (OESX) and I am using the identifiers I get by using the api.search.historical_chain_resolution(chain_ric, start, end) I get the results and I get a good amount of RIC identifiers: STXE100000F7.EX STXE100000G7.EX STXE100000H7.EX…
I'm trying to search some future RICs by using TRTH API "/Search/FuturesAndOptionsSearch". You can see the example json here. The initial request returned only 250 rows of result, so I tried to use the "@odata.nextlink". For the whole process of the example request, I requested for the url without skiptoken first, then…
It looks like you're new here. Sign in or register to get started.