Skip to content

Simple scraper to get euro exchange rates from sources like Transferwise, Remessa Online, etc.

Notifications You must be signed in to change notification settings

luciopaiva/exchange-rate-scraper

Repository files navigation

Exchange Rate Scraper

Simple scraper to get euro quotes from sources like Transferwise, Remessa Online, etc.

You must have nvm installed. To run:

nvm install
npm install
npm start

It will fetch quotation once per minute from all available sources. Results are stored in the ./data/ folder in CSV format.

CSV columns are, in order:

  • ISO date
  • origin currency
  • target currency
  • ask rate
  • bid rate (or 0 when not available)

Reference

Check Transferwise docs for more interesting things to try in the future.

About

Simple scraper to get euro exchange rates from sources like Transferwise, Remessa Online, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published