How to adapt my old Yahoo Scripts to EOD?

It’s easy, basically, you need to do only two things:

  • Change all urls like ‘https://ichart.finance.yahoo.com/table.csv’ to ‘https://eodhistoricaldata.com/api/table.csv?’
  • And add only one new parameter: api_token=demo.

We use here TEST API KEY and it will work only with AAPL.US symbol. If you need other data, subscribe to our API at the EOD Historical Data and change this API KEY to YOUR OWN API KEY.

That’s easy!