frankfurter/db/seeds/providers/ecb.json
BadMark d0a43e357a
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / publish (push) Has been cancelled
CI/CD Pipeline / release (push) Has been cancelled
up
2026-05-21 01:38:14 -06:00

12 lines
468 B
JSON

{
"key": "ECB",
"name": "European Central Bank",
"country_code": "EU",
"rate_type": "reference rate",
"pivot_currency": "EUR",
"data_url": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html",
"terms_url": "https://www.ecb.europa.eu/services/using-our-site/disclaimer/html/index.en.html",
"publish_schedule": "*/30 14-16 * * 1-5",
"publish_cadence": "daily",
"coverage_start": "1999-01-04"
}