From cf96a5c755c62d5aac56d3af8d0e6e96980065e6 Mon Sep 17 00:00:00 2001 From: Jared Cassoutt <65668106+jaredcassoutt@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:30:32 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 988a59e2..1f9eda8d 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ API | Description | Auth | HTTPS | CORS | | [Plaid](https://plaid.com/) | Connect with users’ bank accounts and access transaction data | `apiKey` | Yes | Unknown | | [Razorpay IFSC](https://ifsc.razorpay.com/) | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | Unknown | | [Real Time Finance](https://github.com/Real-time-finance/finance-websocket-API/) | Websocket API to access realtime stock data | `apiKey` | No | Unknown | +| [Styvio](https://www.Styvio.com) | Realtime and historical stock data and current stock sentiment | No | No | Unknown | | [Tradier](https://developer.tradier.com) | US equity/option market data (delayed, intraday, historical) | `OAuth` | Yes | Yes | | [Twelve Data](https://twelvedata.com/) | Stock market data (real-time & historical) | `apiKey` | Yes | Unknown | | [YNAB](https://api.youneedabudget.com/) | Budgeting & Planning | `OAuth` | Yes | Yes | From 850edaeedacc70490f18b8c039606a4178d09217 Mon Sep 17 00:00:00 2001 From: Jared Cassoutt <65668106+jaredcassoutt@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:10:48 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9eda8d..07a8b5fa 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ API | Description | Auth | HTTPS | CORS | | [Plaid](https://plaid.com/) | Connect with users’ bank accounts and access transaction data | `apiKey` | Yes | Unknown | | [Razorpay IFSC](https://ifsc.razorpay.com/) | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | Unknown | | [Real Time Finance](https://github.com/Real-time-finance/finance-websocket-API/) | Websocket API to access realtime stock data | `apiKey` | No | Unknown | -| [Styvio](https://www.Styvio.com) | Realtime and historical stock data and current stock sentiment | No | No | Unknown | +| [Styvio](https://www.Styvio.com) | Realtime and historical stock data and current stock sentiment | No | Yes | Unknown | | [Tradier](https://developer.tradier.com) | US equity/option market data (delayed, intraday, historical) | `OAuth` | Yes | Yes | | [Twelve Data](https://twelvedata.com/) | Stock market data (real-time & historical) | `apiKey` | Yes | Unknown | | [YNAB](https://api.youneedabudget.com/) | Budgeting & Planning | `OAuth` | Yes | Yes |