From 0520150da74555488706ac730e6ceb7f8e7906ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20V=C3=A4in?= Date: Wed, 11 Apr 2018 23:23:13 +0300 Subject: [PATCH 1/2] Exchangeratesapi.io a free Fixer.io compatible API Fixer.io Github page has a deprecation warning "The old, deprecated Fixer API will be discontinued on June 1st, 2018". Exchangeratesapi.io provides a compatible free service with HTTPS and CORS support and is also open source. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0650df59..fb6a884e 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ API | Description | Auth | HTTPS | CORS | Link | | 1Forge | Forex currency market data | `apiKey` | Yes | Unknown | [Go!](https://1forge.com/forex-data-api/api-documentation) | | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | [Go!](https://currencylayer.com/documentation) | | Czech National Bank | A collection of exchange rates | No | Yes | Unknown | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | +| Exchangeratesapi.io | Exchange rates API with currency conversion | No | Yes | Yes | [Go!](https://exchangeratesapi.io) | | Fixer.io | Exchange rates and currency conversion | No | Yes | Unknown | [Go!](http://fixer.io) | | LabStack | Accurate and reliable live currency exchange rates for over 150 symbols | `apiKey` | Yes | Yes | [Go!](https://labstack.com/docs/api/currency) | From de114776ed1eaf8ba3daf0546158ca4274413679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20V=C3=A4in?= Date: Sat, 14 Apr 2018 09:31:55 +0300 Subject: [PATCH 2/2] remove API from description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6a884e..a05ac54e 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ API | Description | Auth | HTTPS | CORS | Link | | 1Forge | Forex currency market data | `apiKey` | Yes | Unknown | [Go!](https://1forge.com/forex-data-api/api-documentation) | | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | [Go!](https://currencylayer.com/documentation) | | Czech National Bank | A collection of exchange rates | No | Yes | Unknown | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | -| Exchangeratesapi.io | Exchange rates API with currency conversion | No | Yes | Yes | [Go!](https://exchangeratesapi.io) | +| Exchangeratesapi.io | Exchange rates with currency conversion | No | Yes | Yes | [Go!](https://exchangeratesapi.io) | | Fixer.io | Exchange rates and currency conversion | No | Yes | Unknown | [Go!](http://fixer.io) | | LabStack | Accurate and reliable live currency exchange rates for over 150 symbols | `apiKey` | Yes | Yes | [Go!](https://labstack.com/docs/api/currency) |