@@ -30,7 +30,7 @@ Currently the following sources are supported:
30
30
- :ref: `Tiingo<remote_data.tiingo> `
31
31
- :ref: `IEX<remote_data.iex> `
32
32
- :ref: `Robinhood<remote_data.robinhood> `
33
- - :ref: `AlphaVantage <remote_data.alphavantage> `
33
+ - :ref: `Alpha Vantage <remote_data.alphavantage> `
34
34
- :ref: `Enigma<remote_data.enigma> `
35
35
- :ref: `Quandl<remote_data.quandl> `
36
36
- :ref: `St.Louis FED (FRED)<remote_data.fred> `
@@ -112,17 +112,17 @@ year relative to today.
112
112
113
113
.. _remote_data.alphavantage
114
114
115
- AlphaVantage
116
- ============
115
+ Alpha Vantage
116
+ =============
117
117
118
- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides realtime
118
+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides realtime
119
119
equities and forex data. Free registration is required to get an API key.
120
120
121
121
Historical Time Series Data
122
122
^^^^^^^^^^^^^^^^^^^^^^^^^^^
123
123
124
124
Through the
125
- `AlphaVantage <https://www.alphavantage.co/documentation >`__ Time Series
125
+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ Time Series
126
126
endpoints, it is possible to obtain historical equities data for individual
127
127
symbols. The following endpoints are available:
128
128
@@ -152,7 +152,7 @@ provided.
152
152
Quotes
153
153
^^^^^^
154
154
155
- `AlphaVantage <https://www.alphavantage.co/documentation >`__ Batch Stock Quotes
155
+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ Batch Stock Quotes
156
156
endpoint allows the retrieval of realtime stock quotes for up to 100 symbols at
157
157
once. These quotes are accessible through the top-level function
158
158
``get_quote_av ``.
@@ -171,7 +171,7 @@ once. These quotes are accessible through the top-level function
171
171
Forex
172
172
^^^^^
173
173
174
- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides realtime
174
+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides realtime
175
175
currency exchange rates (for physical and digital currencies).
176
176
177
177
To request the exchange rate of physical or digital currencies, simply format
@@ -199,7 +199,7 @@ Multiple pairs are are allowable:
199
199
Sector Performance
200
200
^^^^^^^^^^^^^^^^^^
201
201
202
- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides sector
202
+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides sector
203
203
performances through the top-level function ``get_sector_performance_av ``.
204
204
205
205
.. ipython :: python
0 commit comments