FX-Data / FX-Data-Support

Place to report suggestions and issues with FX-Data
0 stars 0 forks source link

Data after Jun. 2018 #8

Open hrdrq opened 2 years ago

hrdrq commented 2 years ago

Hi, is there a script or something to get data after Jun. 2018? (Looks like only EURUSD is being updated) Thank you!

kenorb commented 2 years ago

The data is generated using a fx-data-download.py script, e.g.

$ ./fx-data-download.py -p EURUSD -y 2018 -m 6 -c

It's also integrated into fx31337/fx-data-download-action. E.g. see fetch.yml.

I'm going to update the other repos at some point.