I'm using the API of AlphaVantage.co to get daily stock data. It seems to be nice because it provides exchange rates US, Europe and the world + currency exchange + crypto currency. Unfortunatly in some cases it turns out that the latest data is one day behind the realtime data from the stock exchange. Example: Aurora Cannabis: symbol=21P1 https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=21P1.FRK&apikey=... Tested today 10th of July: most recent data point is from 9th of July. [enter image description here][1] [1]: https://i.stack.imgur.com/8AKzx.png
Is there any rule why and when AV won't show the latest data?
Appreciate your help, Moblitz