ConsoleCatalog
Sign in
Bank of Canada logo

Bank of Canada

bankofcanada.caFinanceno auth

Policy rates, exchange rates, currency conversion, publications, and economic data.

Currency Converter Results

ASYNCREADNo auth

Returns low, average, high, and daily CAD exchange rates for a currency pair and date range.

ParametersFormJSON

Valet FX series code for the target currency (e.g. FXUSDCAD for USD)

Start date for the conversion range in YYYY-MM-DD format

Date range mode sent to the converter (e.g. range for explicit start/end)

Relative or preset range window (e.g. 1.w for one week)

Amount in Canadian dollars to convert

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bankofcanada_ca_currency_converter_results_ssr",
    "params": {
      "target_series": "FXUSDCAD",
      "start_range": "2017-01-01",
      "range_type": "range",
      "range_value": "1.w",
      "convert_amount": "1.00"
    }
  }'