The MarketStack eod API returns end-of-day data for stocks. This has been working fine, but recently I've found that data for stocks in the London Stock Exchange (XLON) only goes up to the 3rd of May 2023. This is my API call (with the access key removed)
http://api.marketstack.com/v1/eod?access_key=XXXXXXXXXXX&symbols=TSCO.XLON
Data from other stock exchanges goes up to yesterday's date.
Does anyone know why this is?
To get Historical Data you should define date_from and date_to. In response you will see "pagination" and "data".