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

View Source

Fetch and export the last ninety days exchange rates from the European Central Bank to a file.

mix forex.export.ninety

Examples

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