Close price older than Oct 2017

Hi Is there a limitation on accessing data? I am trying to get a dataframe of Close prices for a list of companies. But no matter on the start date, saves only data from 18/10/2017. Do you know how can I access data from let's say last 10 yr?

Best Answer

Answers

  • The amount of history will depend on the interval you use as well. .. For daily closes generally around 10 years of data sounds about right. If you change the interval="weekly" ,, this will expand the historical universe... (and more for "quarterly").

    image

  • Can you please tell me what is the limit: Apparently is a limit per query. If I use a list of stocks like 8-9 I receive as answer lower data than when I use just one stock. This limits me in scaling up get_timeseries; and I should use it in a loop.

    image

    image