mix forex.export.latest (Forex v0.2.1)

View Source

Fetch and export the latest exchange rates from the European Central Bank to a file.

mix forex.export.latest

Examples

  • mix forex.export.latest
  • mix forex.export.latest --base USD
  • mix forex.export.latest --symbols USD,GBP
  • mix forex.export.latest --output priv/data/forex

Arguments

  • --base - The base currency to use. Defaults to EUR.
  • --symbols - The currencies to fetch. Defaults to all currencies.
  • --output - The output directory. Defaults to priv/data/forex.
  • --help - Show this help message.