I am always getting historical data from date - 02/11/2018. Though I am trying to retrieve historical data of past three years as my start date is 03/12/2017 till today.
RIC value is HMLc1.
Any leads would be helpful.
I am always getting historical data from date - 02/11/2018. Though I am trying to retrieve historical data of past three years as my start date is 03/12/2017 till today.
RIC value is HMLc1.
Any leads would be helpful.
Hi @Preeti.Gupta,
There may be a misunderstanding on my side.
Eikon data API, get_timeseries,
or
RDP services, historical-pricing?
The limits for the Eikon-driven access are documented in the doc I have referred to.
For RDP history services, depending on which service you use, the depth is different and is documented in Refinitiv Data Platforum -> API Playground -> your service -> reference
If this does not clarify, please include the complete details of your request and will try to check on our side.
Hi @zoya.farberov, I am using RDP services - historicalpricing.
I will go through the document as given. Thanks.
Hello @Preeti.Gupta,
Are you using Eikon Data API, get_timeseries function call?
if this is correct, then a request is subject to Eikon access data usage limits that are described in these Limit Guidelines.
Depending on how many total RICs you are requesting, the result will contain up to 3K interday or 50K intra-day total datapoints.
Does this look like what you are observing?
Yes, I am using EDP timeseries function. The data I am trying to access does not seem to exceed usage limit as I am requesting data per RIC for past 800 days.
I am looping the RIC's and for the first RIC only I am getting data from date - 02/11/2018 which is less than 800 days. I am not finding the cause.