The most recent content from our members.
I have some RIC codes of commodity prices, but I am not sure about the update frequency of these price releases. Could you please help me confirm their Inteval field information? e.g. GNT-RJK-SAUC,GNT-RJK-BAUC,CVO-SYB-IT,SOYB-ROS-BCR,LARD-LSE-CHG.
When requesting bars from the RDP API what bar intervals are avalible ? Is it only the intervals listed in the Interval enum ?
Is it possible to get OHCL data for customer intervals such as 45 days or 72 days instead of the standard daily, monthly, quarter, yearly etc. rics <- list("BB.TO","AC.TO") query_fields <- list("OPEN", "CLOSE", "HIGH", "LOW") Want something like following in the interval parameters mydata <- eikonapir::get_timeseries(…
Hello, What is the formula to get the hourly time series with API in Python ? Thanks a lot.
Hi, I was wondering if it were possible to get hourly values for bid price, ask price, bid yield, and ask yield with the python api? I noticed over here it was mentioned it was not, but that mentioned getting tick or minute data:…
Hi, I am trying to download 1-minute interval data for a sample RIC: `HDBK.NS`. When I do it for Aug 1, 2019 trading hours (9:15 am to 3:30 pm), I do not get all the rows. Why is it so? Below is my code start_time = datetime.datetime(year=2019, month=8, day=1, hour=9, minute=15, second=0) end_time =…
...ck ? I have a list of RIC Codes corresponding to a list of stocks. I want to get the quaterly turnover data for each of them. I am aware of the function eikon.get_data(RicList, ['TR.TURNOVER], {'SDate':"2017-04-01", 'EDate':'2017-06-30'}) I was wondering if there is a way to specify the frequency parameter here as…
Hello, I am using the get_timeseries() method to retrieve rates by the minute, though I am noticing that not all the hours of the day are included and that not all minutes in the hour are there. For example, if I call: get_timeseries('CNYUSD=R',…
I'm trying to get time series data with time and sales interval, but the ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.CommonInterval enum does not include this. Is there another way to get the time series with this interval?
It looks like you're new here. Sign in or register to get started.