You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-62Lines changed: 0 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ The Alpaca SDK will check the environment for a number of variables which can be
66
66
| APCA_RETRY_CODES=429,504 | 429,504 | comma-separated HTTP status code for which retry is attempted |
67
67
| POLYGON_WS_URL | wss://socket.polygon.io/stocks | Endpoint for streaming polygon data. You likely don't need to change this unless you want to proxy it for example |
68
68
| POLYGON_KEY_ID || Your Polygon key, if it's not the same as your Alpaca API key. Most users will not need to set this to access Polygon. |
69
-
| ALPHAVANTAGE_API_KEY=<key_id> || Your Alpha Vantage API key. You can get [one for free here](https://www.alphavantage.co/support/#api-key). |
70
69
71
70
## REST
72
71
@@ -406,67 +405,6 @@ dict[symbol -> `Financials`] if `symbol` is a list of string.
406
405
### polygon/REST.news(symbol)
407
406
Returns a `NewsList` entity for the symbol.
408
407
409
-
410
-
---
411
-
# Alpha Vantage API Service
412
-
413
-
In addition to Polygon is Alpha Vantage, for users without a live account (paper trading) or want to use the unique features of AV data. You can get a free key [here](https://www.alphavantage.co/support/#api-key) and the documentation is [here](https://www.alphavantage.co/documentation/). Premium keys are also available [here](https://www.alphavantage.co/premium/#intro)
414
-
This python SDK wraps their API service and seamlessly integrates it with the Alpaca
415
-
API. `alpaca_trade_api.REST.alpha_vantage` will be the `REST` object for Alpha Vantage.
416
-
417
-
The example below gives AAPL daily OHLCV data in a DataFrame format.
0 commit comments