CurrencyScoop
实时和历史货币汇率的 JSON API
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 汇率
简介
CurrencyScoop 提供 168 种货币的实时和历史汇率。重要:服务已更名为 CurrencyBeacon——API 主机现在重定向到 api.currencybeacon.com(2026-08 实测)。
⚠️ 更名(2026-08 实测):发往
api.currencyscoop.com的请求返回 HTTP 301 →api.currencybeacon.com。请使用新主机和 currencybeacon.com 的文档。
快速开始
使用新主机(替换 YOUR_KEY):
curl "https://api.currencybeacon.com/v1/latest?api_key=YOUR_KEY&base=USD&symbols=EUR,CNY"
{
"meta": { "code": 200 },
"response": {
"date": "2026-08-22",
"base": "USD",
"rates": { "EUR": 0.92, "CNY": 7.2 }
}
}
历史数据:
curl "https://api.currencybeacon.com/v1/historical?api_key=YOUR_KEY&date=2024-01-01&base=USD"
认证方式
- 在 currencybeacon.com(原 currencyscoop.com)注册 → 免费 API 密钥。
- 通过
api_key查询参数携带(无效密钥 → 401 “auth failed”,已实测)。
速率限制与注意事项
- 免费层:1,000 次/天(以当前文档为准)——很宽裕;付费档可扩展。
- 旧
currencyscoop.com主机 301 到currencybeacon.com——请更新你的 base URL。 symbols=精简汇率映射;base=选择基准货币(默认 USD)。- 历史数据深度取决于套餐。
常见问题
CurrencyScoop 还存在吗?
它已更名为 CurrencyBeacon——请用 api.currencybeacon.com(旧主机 301,已实测)。
免费吗? 免费层带每日额度;更多需要付费。
如何获取密钥? 在 currencybeacon.com 注册——密钥在控制台。
汇率 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 1Forge Forex currency market data | API Key | Yes | Unknown | ↗ |
| Amdoren Free currency API with over 150 currencies | API Key | Yes | Unknown | ↗ |
| Bank of Russia Exchange rates and currency conversion | No auth | Yes | Unknown | ↗ |
| Currency-api Free Currency Exchange Rates API with 150+ Currencies & No Rate Limits | No auth | Yes | Yes | ↗ |
| CurrencyFreaks Provides current and historical currency exchange rates with free plan 1K requests/month | API Key | Yes | Yes | ↗ |