From ac7da1d0354f4f298870f49ee48eab35583c7efe Mon Sep 17 00:00:00 2001 From: Vojtech Nekvapil Date: Wed, 13 Sep 2017 20:22:13 +0200 Subject: [PATCH 1/2] Added Czech national bank exchange rates Corrected Imgur URL --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c83de699..96d4ac76 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ API | Description | Auth | HTTPS | Link | | 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/) | +| 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) | ### Food & Drink API | Description | Auth | HTTPS | Link | @@ -417,7 +418,7 @@ API | Description | Auth | HTTPS | Link | | Flickr | Flickr Services | `OAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | | Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | -| Imgur | Images | `OAuth` | Yes | [Go!](https://api.imgur.com/#overview) | +| Imgur | Images | `OAuth` | Yes | [Go!](https://apidocs.imgur.com/) | | PlaceKitten | Resizable kitten placeholder images | No | Yes | [Go!](https://placekitten.com/) | | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | `OAuth` | Yes | [Go!](https://unsplash.com/developers) | From af72753df2651d30b5c70ebdc78e399052c23e5b Mon Sep 17 00:00:00 2001 From: Vojtech Nekvapil Date: Wed, 13 Sep 2017 21:37:09 +0200 Subject: [PATCH 2/2] Reordered to alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d4ac76..1601d4ea 100644 --- a/README.md +++ b/README.md @@ -201,10 +201,10 @@ API | Description | Auth | HTTPS | Link | | Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | 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/) | -| 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) | ### Food & Drink API | Description | Auth | HTTPS | Link |