Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

History

History
16 lines (9 loc) 路 896 Bytes

README.md

File metadata and controls

16 lines (9 loc) 路 896 Bytes

Exchange rates scraper

Scraper to collect historical exchangerates data from OECD and U.S. Federal Reserve. This scraper runs nightly on Github Actions.

NOTE: this scraper is currently not being updated and is not currently maintained. Please see codeforiati/imf-exchangerates instead.


Data is stored in consolidated.csv file of the gh-pages branch.

You can also access the compiled dataset via:

https://codeforiati.org/exchangerates-scraper/consolidated.csv


This simple scraper uses the exchangerates pypi package to generate a rolling set of exchangerates data, sourced from FRED and the OECD. For more information, see the exchangerates repository.