I am trying to retrieve data for the ric TFMBSURF1 using the refinitiv-data python api. I tried the below code: import refinitiv.data as rd start_date, end_date = '2025-07-16', '2025-07-21' rics = ['TFMBSURF1'] rd.open_session() df = rd.get_data( universe=rics, fields=['TR.SETTLEMENTPRICE.Date'] + ['TR.SETTLEMENTPRICE'] *…
Hello, I would like to generate an AppKey for the Eikon Data API. I followed the instructions but after clicking on "Register New App" nothing happens. Could you please help? Thank you! I followed the exact same steps but after clicking on the Register New App and clicking “ok” to the below window, nothing happens:
I'm using the .net API, I want to find a list of fields available through the api and the field name in the api. An example RIC would be SZZFM5^2.
Hello, my team at GS is looking for documentation on how to generate RIC's for a variety of securities, including but not limited to: ETF options, futures, and futures options. Our objective is to be able to programmatically generate RIC symbols for an entire derivatives surface at a time given input data such as strike…
looking for documentation on how to generate RIC's for a variety of securities, including but not limited to: ETF options, futures, and futures options. Our objective is to be able to programmatically generate RIC symbols for an entire derivatives surface at a time given input data such as strike price, call put flag,…
We are looking at the data using the IDS API using the following query: { "service": "dIDN_SELECTFEED", "token": "our group’s DACS ID here", "item": ["CLc1"], "filter": [ "CF_LAST", "CF_DATE", "CF_TIME", "TRDPRC_1" ]} And get a response of: { "stsCode": 0, "stsTxt": "OK", "result": [ { "_service": "dIDN_SELECTFEED",…
It looks like you're new here. Sign in or register to get started.