EOD Data API or Website

Has anyone out there found a good/reliable/(free?!?) API for end of data UK prices?

I’m currently working on a little python dev project and would like to bring in some end of day prices for analysis. Ideally I’d like an API I can connect to and pull back the info, however web scraping is an option (but I’d prefer to scrape one webpage rather than a page per company).

I’ve looked at using the python package pandas (dataframe), however they no longer support google finance/yahoo/morningstar. Quandl is a possibility but super expensive.

Just wondering if there are any dev wonderkids out there who may have already solved the problem.

Any thoughts appreciated.

Mike

1 Like

Nice one, cheers @ytsruh, I’ll check it out.