batiaev / keepr

Storage of fx rates fetched from multiple sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Keepr

Tool for FX rates fetching from multiple providers

Build

./gradlew clean build

Run

  • Fetch from Central Bank of Russia java -jar ./build/libs/keepr-1.0-SNAPSHOT.jar CBR ./fx.sqlite
  • Fetch from European Central Bank java -jar ./build/libs/keepr-1.0-SNAPSHOT.jar ECB ./fx.sqlite
  • Fetch from Open Exchange Rate java -jar ./build/libs/keepr-1.0-SNAPSHOT.jar OXR ./fx.sqlite OXR_TOKEN

Dependencies

  • OXR client
  • CBR client
  • ECB client
  • Revolut client
  • SQLite

Author

Anton Batiaev anton@batiaev.com

About

Storage of fx rates fetched from multiple sources

License:Apache License 2.0


Languages

Language:Java 100.0%