All Projects → fawazahmed0 → currency-api

fawazahmed0 / currency-api

Licence: Unlicense License
Free Currency Exchange Rates API with 150+ Currencies & No Rate Limits

Projects that are alternatives of or similar to currency-api

php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-96.65%)
Mutual labels:  currency, currency-exchange-rates, currency-conversion, currency-converter, currency-exchange, currency-api
GoCurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 29 (-94.28%)
Mutual labels:  currency, currency-conversion, currency-converter, currency-api
javascript-forex-quotes
JavaScript Library for fetching realtime forex quotes.
Stars: ✭ 38 (-92.5%)
Mutual labels:  currency, forex, currency-exchange-rates, currency-converter
alfred-currency-conversion
Alfred 4 Workflow - See foreign exchange rates and currency conversion
Stars: ✭ 149 (-70.61%)
Mutual labels:  currency-exchange-rates, currency-conversion, currency-converter, currency-rates
mexbtcapi
The Multi-Exchange Bitcoin API offers a consistent high-level API across multiple bitcoin exchanges
Stars: ✭ 42 (-91.72%)
Mutual labels:  currency-conversion, currency-exchange, currency-api
react-local-currency
💵 💴Shows the price of your services in the customer's currency 💶 💷
Stars: ✭ 21 (-95.86%)
Mutual labels:  currency, currency-exchange-rates, currency-converter
Money
PHP implementation of Fowler's Money pattern.
Stars: ✭ 3,868 (+662.92%)
Mutual labels:  currency, currency-exchange-rates, currency-converter
historical-bank-ruby
A Ruby Bank that serves historical exchange rates
Stars: ✭ 14 (-97.24%)
Mutual labels:  currency, currency-exchange-rates, currency-converter
Php Forex Quotes
PHP Library for fetching realtime forex quotes.
Stars: ✭ 61 (-87.97%)
Mutual labels:  currency, forex, currency-converter
python-forex-quotes
Library to fetch and parse realtime Forex quotes and convert currencies
Stars: ✭ 25 (-95.07%)
Mutual labels:  currency, forex, currency-converter
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-96.84%)
Mutual labels:  currency, currency-converter, currency-exchange
currency-exchange
Currency Exchange | powered by Angular 10, TypeScript, ES6+ features, SCSS, JavaScript, PWA
Stars: ✭ 13 (-97.44%)
Mutual labels:  currency-converter, currency-exchange
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+135.7%)
Mutual labels:  currency, currency-converter
Dinero
📈 💰 A golang interface for the Open Exchange Rates API
Stars: ✭ 68 (-86.59%)
Mutual labels:  currency, forex
Coinc
💰💱Alfred Workflow for currencies conversion
Stars: ✭ 38 (-92.5%)
Mutual labels:  currency, currency-converter
salaryconverter
Equivalent salary converter using PPP
Stars: ✭ 42 (-91.72%)
Mutual labels:  currency, currency-converter
currency
A currency computations package.
Stars: ✭ 52 (-89.74%)
Mutual labels:  currency, currency-api
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (-86.98%)
Mutual labels:  currency, currency-converter
xapi-node
xStation5 Trading API for NodeJS/JS
Stars: ✭ 36 (-92.9%)
Mutual labels:  forex, forex-api
exch
a command-line tool to see currency exchange rates
Stars: ✭ 20 (-96.06%)
Mutual labels:  currency, currency-exchange

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].