Tous les jeux de données

Foreign exchange rates in Canadian dollars, Bank of Canada, monthly

Monthly foreign exchange rates in Canadian dollars, Bank of Canada. Statistics Canada table 10-10-0009-01.

Source: Government of Canada Open Data20,809 lignesMis à jour: 20/09/2026Licence: OGL-Canada-2.0
forexexchange-ratesstatcangovernment-of-canada

Qualité

98.1

Attribution

Contains information licensed under the Open Government Licence – Canada

Schéma

ColonneTypeDescription
ref_datestringReference date — the time period the observation refers to (Statistics Canada table field REF_DATE).
geostringGeography the observation covers (Statistics Canada table field GEO).
type_of_currencystring
uomstringUnit of measure for the estimate (Statistics Canada table field UOM).
uom_idintegerUnit of measure identifier (Statistics Canada table field UOM_ID).
scalar_factorstringScalar factor applied to the value, e.g. units, thousands or millions (Statistics Canada table field SCALAR_FACTOR).
scalar_idintegerScalar factor identifier (Statistics Canada table field SCALAR_ID).
vectorstringVector number — Statistics Canada's unique identifier for the time series (table field VECTOR).
coordinatefloatTable coordinate locating the estimate within the source table (Statistics Canada table field COORDINATE).
valuefloatEstimate value as published in the Statistics Canada table.
terminatedstringWhether the series has been terminated (Statistics Canada table field TERMINATED).
decimalsintegerNumber of decimals published for the estimate (Statistics Canada table field DECIMALS).

Exemple de lignes

ref_dategeotype_of_currencyuomuom_idscalar_factorscalar_idvectorcoordinatevalueterminateddecimals
1950-10CanadaUnited States dollar, noon spot rate, averageDollars81units 0v374261.11.053333338
1950-10CanadaUnited States dollar, 90-day forward noon rateDollars81units 0v374371.221.04731258
1950-10CanadaBelgian franc, noon spot rate, averageDollars81units 0v374481.20.0209281t8
1950-10CanadaDanish krone, noon spot rate, averageDollars81units 0v374521.30.152562298
1950-10CanadaFrench franc, noon spot rate, averageDollars81units 0v374531.40.00301389t8

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/ckan_canada/fx_rates_boc_monthly" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/ckan_canada/fx_rates_boc_monthly").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/ckan_canada/fx_rates_boc_monthly

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.