FrankfurterFrankfurter v2 汇率 API
GET/providers
获取可用数据提供方
返回可用的汇率数据提供方及其基准货币。
无需 API Key 查询 84 家中央银行、201 种货币及 1948 年以来的汇率,支持数据源过滤与归因、时间序列降采样和流式输出。
请求
- operationId
getProviders- 服务器
https://api.frankfurter.dev/v2- 认证
- 无
请求参数
无 URL、查询或 Header 参数。
响应
200
Providerapplication/json
可用数据提供方列表
字段: keynamecountry_coderate_typepivot_currencydata_urlterms_urlstart_dateend_datepublish_cadencepublishes_missedcurrencies
[
{
"key": "ECB",
"name": "European Central Bank",
"country_code": "EU",
"rate_type": "reference",
"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",
"start_date": "1999-01-04",
"end_date": "2026-03-17",
"currencies": [
"USD",
"GBP"
]
}
]