W1LDN16H7 / currency-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Currency Rates API

Fetch-Currencies

In the name of God, who have guided me to do this work

Features:

  • Free & Blazing Fast response
  • No Rate limits
  • 150+ Currencies, Including Common Cryptocurrencies
  • Daily Updated

URL Structure:

https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@{apiVersion}/{date}/{endpoint}

Formats:

date

The date should either be latest or in YYYY-MM-DD format
Note: Historical rates before 2020-11-22 are not available

The Endpoints Supports HTTP GET Method and returns the data in two formats:

/{endpoint}.json

/{endpoint}.min.json

The above formats also work for fallback i.e if .min.json link fails, you can use .json link and vice versa

Note: You should include fallback mechanism in your code, to avoid issues

Endpoints:

  • /currencies

Lists all the available currencies in prettified json format:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies.json

Get a minified version of it:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies.min.json

  • /currencies/{currencyCode}

Get the currency list with EUR as base currency:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/eur.json

Get the currency list with EUR as base currency on date 2020-11-24:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/2020-11-24/currencies/eur.json

Get the currency list with BTC as base currency:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/btc.json

Get the currency list with BTC as base currency in minified format:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/btc.min.json

  • /currencies/{currencyCode}/{currencyCode}

Get the currency value for EUR to JPY:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/eur/jpy.json

Any Issues: Raise here

Supporters 🎉:

I would like to thank all the Supporters who have helped in supporting this tool:

  • Shaheen Alhumaydhi
  • Kaushal Parashar
  • Lury Williams
  • Fernando Toribio
  • Oleg Belozerov

Please Star this repo by clicking on ⭐ button above ↗️




✏️Improve this page

About

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

License:The Unlicense