Please can someone contact me to discuss the most effective way to refresh data. I'm currently aware of someone who is refreshing an entire dataset (rather than just the most recent) which is causing issues with them reaching their data capacity limit. Thanks in advance.
How can I get the Book-to -Market ratio of a group of firms in several years? Can Codebook Python 3 help me handle that?
Hi, I'm running the following python code to retrieve historical intraday 1 minute data from 2021-01-01 to 2022-01-01. But the results are empty dataframe. What's wrong in this case? response = historical_pricing.summaries.Definition( universe = "CLv1", start = "2021-01-01", end = "2022-01-01", interval=Intervals.MINUTE,…
Please can you list steps on how to get historical values (back till atleast 2018) for RIC 'TRGBNBPWKD'. 1. Is there a way to get it from TR GUI on EIKON in excel/csv format ? (preferrable) 2. If not, is there a way to retrieve it using RDP or DSS using Python? Thanks
Hi, I'm trying to test the Eikon Data API. I want to retrieve texts of news through Codebook. Could you help me how to make query for extracting news and where manual is of that. Sorry to ask such a basic question.
Using rdp.get_option_analytics - what is the Parameter to get prices from other Contributors? Client's full script is below and right now it gets prices from our Composite RIC CLP= But what client wants to add in this script is to be able to add a parameter where he can specify a particular contributor, e.g. Central Bank…
...Index via Eikon Data API? Can you please let me know the RIC and fields to retrieve historical data of the constituents and weights of Russell Nomura Total Market Value Index(.FRURNVU) via Eikon Data API?
Hi, I'm new to Eikon C# API and just started using it from my Visual Studio 2022. using Refinitiv.Data; using Refinitiv.Data.Core; At the library import, I get the foloowing error, "The type or namespace name 'Refinitiv' could not be found (are you missing a using directive or an assembly reference?)" I've installed…
Hi, I'm new to Eikon Data API using python. When I run the following code I get a "Failed to decode response to json" error. What's wrong in here? import eikon as ek ek.set_app_key('88c719d3e5474fff840c43xxxxxxxxxca75c9ccc9') df = ek.get_timeseries(["MSFT.O"],start_date="2022-01-01",end_date="2023-01-10", interval =…
commodities_20230413_log.txt We have collected 'ASK price' and 'BID price' data of 6 commodities, which are CU, PB, ZN, SN, AL, and NI. We have called the data by using APIs and stacked them daily. There was no problem in collecting the data until 20, March 2023. But from then, the ASK/BID PRICE of 6 commodities has been…
It looks like you're new here. Sign in or register to get started.