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

View Source

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

mix forex.export.current

Examples

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