From d48aa40f523f26595abe33eac1eecf61f9746b42 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Tue, 8 Jun 2021 01:21:08 +0530 Subject: [PATCH] Add currency-api API to Currency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4e025cc..8c071941 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [1Forge](https://1forge.com/forex-data-api/api-documentation) | Forex currency market data | `apiKey` | Yes | Unknown | | [apilayer fixer.io](https://fixer.io) | Exchange rates and currency conversion | `apiKey` | No | Unknown | +| [Currency-api](https://github.com/fawazahmed0/currency-api#readme) | Free Currency Exchange Rates API with 150+ Currencies & No Rate Limits | No | Yes | Yes | | [Currencylayer](https://currencylayer.com/documentation) | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | | [CurrencyScoop](https://currencyscoop.com/api-documentation) | Real-time and historical currency rates JSON API | `apiKey` | Yes | Yes | | [Czech National Bank](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | A collection of exchange rates | No | Yes | Unknown |