Skip to content

Add currency module structure

Tomáš Martykán requested to merge feat/currency-module-structure into main

Models:

  • Currency pairs (eg. EUR-USD)
  • Exchange rates - specific price at a specific point in time

API methods:

  • get all currency pairs
  • get actual rates
  • get historical rates
  • convert specific amount of money

Extra capabilities:

  • load real exchange rates from API (future)

Merge request reports

Loading