From 0ed471f1786f41279720f0293c16137b49558cb7 Mon Sep 17 00:00:00 2001 From: Trey Granderson Date: Sat, 14 Oct 2017 16:59:49 -0400 Subject: [PATCH 1/2] add Plaid API to finance section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6daf06c7..428ce2a4 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ API | Description | Auth | HTTPS | Link | | Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | | IEX | Stocks and Market Data | No | Yes | [Go!](https://iextrading.com/developer/) | +| Plaid | Enables applications to connect with users’ bank accounts and access transaction data | apiKey | Yes | [Go!](https://plaid.com/) | | Razorpay IFSC | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | [Go!](https://ifsc.razorpay.com/) | | RoutingNumbers.info | ACH/NACHA Bank Routing Numbers | No | Yes | [Go!](https://www.routingnumbers.info/api/index.html) | | VAT Rates | A collection of all VAT rates for EU countries | No | Yes | [Go!](https://jsonvat.com/) | From 65d143fd3a77e871def6d1f7c04cdc4f53731e94 Mon Sep 17 00:00:00 2001 From: Trey Granderson Date: Sat, 14 Oct 2017 17:01:55 -0400 Subject: [PATCH 2/2] shorten description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 428ce2a4..51e78339 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ API | Description | Auth | HTTPS | Link | | Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | | IEX | Stocks and Market Data | No | Yes | [Go!](https://iextrading.com/developer/) | -| Plaid | Enables applications to connect with users’ bank accounts and access transaction data | apiKey | Yes | [Go!](https://plaid.com/) | +| Plaid | Connect with users’ bank accounts and access transaction data | apiKey | Yes | [Go!](https://plaid.com/) | | Razorpay IFSC | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | [Go!](https://ifsc.razorpay.com/) | | RoutingNumbers.info | ACH/NACHA Bank Routing Numbers | No | Yes | [Go!](https://www.routingnumbers.info/api/index.html) | | VAT Rates | A collection of all VAT rates for EU countries | No | Yes | [Go!](https://jsonvat.com/) |