From 00b655c58991fc6dfa6a3fdc09316f97dde9fd30 Mon Sep 17 00:00:00 2001 From: nekvapil Date: Tue, 10 Oct 2017 13:22:25 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Added=20Czech=20namedays=20API=20Change=20C?= =?UTF-8?q?zech=20national=20bank=C2=B4s=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90fb896..ccfa190f 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | +| Czech Namedays Calendar | What name and when has nameday | No | No | [Go!](http://svatky.adresa.info/) | | Google Calendar | Display, create and modify Google calendar events | `OAuth` | Yes | [Go!](https://developers.google.com/google-apps/calendar/) | | Holidays | Historical data regarding holidays | `apiKey` | Yes | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | @@ -140,6 +141,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | 1Forge | Forex currency market data | `apiKey` | Yes | [Go!](https://1forge.com/forex-data-api/api-documentation) | | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | [Go!](https://currencylayer.com/documentation) | +| Czech National Bank | A collection of exchange rates | No | No | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | | Fixer.io | Exchange rates and currency conversion | No | Yes | [Go!](http://fixer.io) | ### Data Validation @@ -224,7 +226,6 @@ API | Description | Auth | HTTPS | Link | | Blockchain | Bitcoin Payment, Wallet & Transaction Data | No | Yes | [Go!](https://www.blockchain.info/api) | | CoinDesk | Bitcoin Price Index | No | No | [Go!](http://www.coindesk.com/api/) | | Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | -| Czech National Bank | A collection of exchange rates | No | No | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | | IEX | Stocks and Market Data | No | Yes | [Go!](https://iextrading.com/developer/) | | Razorpay IFSC | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | [Go!](https://ifsc.razorpay.com/) | | VAT Rates | A collection of all VAT rates for EU countries | No | Yes | [Go!](https://jsonvat.com/) | From d48fa48091361048ab8f481839915039c3d4efbc Mon Sep 17 00:00:00 2001 From: Vojtech Nekvapil Date: Wed, 11 Oct 2017 23:37:29 +0200 Subject: [PATCH 2/3] description correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfa190f..7c067532 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | -| Czech Namedays Calendar | What name and when has nameday | No | No | [Go!](http://svatky.adresa.info/) | +| Czech Namedays Calendar | Lookup for a name and returns nameday date | No | No | [Go!](http://svatky.adresa.info/) | | Google Calendar | Display, create and modify Google calendar events | `OAuth` | Yes | [Go!](https://developers.google.com/google-apps/calendar/) | | Holidays | Historical data regarding holidays | `apiKey` | Yes | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | From e826b0239cc138f34863f401fe86ee63563d9482 Mon Sep 17 00:00:00 2001 From: nekvapil Date: Thu, 12 Oct 2017 10:36:52 +0200 Subject: [PATCH 3/3] Czech national exchange rates supports https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c067532..1a08213b 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | 1Forge | Forex currency market data | `apiKey` | Yes | [Go!](https://1forge.com/forex-data-api/api-documentation) | | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | [Go!](https://currencylayer.com/documentation) | -| Czech National Bank | A collection of exchange rates | No | No | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | +| Czech National Bank | A collection of exchange rates | No | Yes | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | | Fixer.io | Exchange rates and currency conversion | No | Yes | [Go!](http://fixer.io) | ### Data Validation