Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
E

exchange-api

> 编程语言
Open source

Free Currency Exchange Rates API with 200+ Currencies & No Rate Limits

2.5K stars0 likes0 views
WebsiteGitHub

About

Free Currency Exchange Rates API with 200+ Currencies & No Rate Limits

Free Currency Exchange Rates API

#### Features: - Free & Blazing Fast response - No Rate limits - 200+ Currencies, Including Common Cryptocurrencies & Metals - Daily Updated #### URL Structure: `https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@{date}/{apiVersion}/{endpoint}` #### Formats: `date` The date should either be `latest` or in `YYYY-MM-DD` format
The Endpoints Supports HTTP GET Method and returns the data in two formats: `/{endpoint}.json` `/{endpoint}.min.json` #### Endpoints: - `/currencies`
> Lists all the available currencies in prettified json format:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies.json
> Get a minified version of it:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies.min.json
- `/currencies/{currencyCode}`
> Get the currency list with EUR as base currency:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/eur.json
> Get the currency list with EUR as base currency on date 2024-03-06:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@2024-03-06/v1/currencies/eur.json
> Get the currency list with BTC as base currency:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/btc.json
> Get the currency list with BTC as base currency in minified format:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/btc.min.json
#### Additional Fallback URL on Cloudflare: `https://{date}.currency-api.pages.dev/{apiVersion}/{endpoint}` > Get the currency list with EUR as base currency:
https://latest.currency-api.pages.dev/v1/currencies/eur.json > Get the currency list with EUR as base currency on date 2024-03-06:
https://2024-03-06.currency-api.pages.dev/v1/currencies/eur.json **Warning:** Please include [Fallback mechanism](https://github.com/fawazahmed0/exchange-api/issues/90#issue-2168885277) in your code, for example if `cdn.jsdelivr.net` link fails, fetch from `currency-api.pages.dev` **Migrating from Previous Currency API:** [Read this](https://github.com/fawazahmed0/exchange-api/blob/main/MIGRATION.md)

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Free & Blazing Fast response
  • •No Rate limits
  • •200+ Currencies, Including Common Cryptocurrencies & Metals
  • •Daily Updated
  • •/currencies<br>
  • •/currencies/{currencyCode}<br>

> Tags

Pythonbitcoincryptocurrencycurrencycurrency-api

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言