Hi, I am trying to retrieve the close price for BRL= in R using the API. But when I request the series, it just returns 3000 values, is there a limitation in the api ?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hi, I am trying to retrieve the close price for BRL= in R using the API. But when I request the series, it just returns 3000 values, is there a limitation in the api ?
Hi @jordan.manglicmot ,
That is the limit of Eikon timeseries data. You can only get 3,000 data points (rows) for interday intervals and 50,000 data points for intraday intervals.
See the data limits here.