CurrencyFreaks
提供当前和历史货币汇率,免费套餐每月 1000 次请求
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 汇率
- 文档 / URL
- https://currencyfreaks.com/
简介
CurrencyFreaks 提供 150+ 币种的汇率,免费层宽裕。认证是 apikey 查询参数。
注(2026-08 实测):正确路径是
/v2.0/rates/latest——裸/v2.0/rates返回 404 “No Handler Found”。正确路径上的无效密钥返回 401。
快速开始
最新汇率(替换 YOUR_KEY):
curl "https://api.currencyfreaks.com/v2.0/rates/latest?apikey=YOUR_KEY"
{
"date": "2026-08-22",
"base": "USD",
"rates": { "EUR": 0.92, "CNY": 7.2, "JPY": 150.2 }
}
筛选:
curl "https://api.currencyfreaks.com/v2.0/rates/latest?apikey=YOUR_KEY&symbols=EUR,CNY"
历史数据:
curl "https://api.currencyfreaks.com/v2.0/rates/historical?apikey=YOUR_KEY&date=2024-01-01&base=USD"
认证方式
- 在 currencyfreaks.com 注册 → 免费 API 密钥。
- 通过
apikey查询参数携带(无效密钥 → 401,已实测)。
速率限制与注意事项
- 免费层:1,000 次请求/月——货币类免费层中较宽裕的。
symbols=筛选汇率映射;base=选择基准货币(默认 USD)。- 历史数据从 1999 年起,付费档提供(免费层有限)。
- 响应含
date字段——方便缓存。
常见问题
CurrencyFreaks 免费吗? 免费层:1,000 次/月;更多需要付费。
为什么 /v2.0/rates 404?
正确端点是 /v2.0/rates/latest(已实测)——裸路径未实现。
如何获取历史汇率?
/v2.0/rates/historical?date=YYYY-MM-DD(视套餐而定)。
汇率 分类更多
| 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 | ↗ |
| Currencylayer Exchange rates and currency conversion | API Key | Yes | Unknown | ↗ |