mix forex.export.historic (forex v0.1.1)

View Source

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

mix forex.export.historic

Examples

  • mix forex.export.historic
  • mix forex.export.historic --base USD
  • mix forex.export.historic --symbols USD,GBP
  • mix forex.export.historic --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.