Hi, I am trying to retrieve the close price for BRL= in R using the API. But when I request the seri

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 ?

Best Answer

  • 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.