@@ -30,7 +30,7 @@ Currently the following sources are supported:
3030 - :ref: `Tiingo<remote_data.tiingo> `
3131 - :ref: `IEX<remote_data.iex> `
3232 - :ref: `Robinhood<remote_data.robinhood> `
33- - :ref: `AlphaVantage <remote_data.alphavantage> `
33+ - :ref: `Alpha Vantage <remote_data.alphavantage> `
3434 - :ref: `Enigma<remote_data.enigma> `
3535 - :ref: `Quandl<remote_data.quandl> `
3636 - :ref: `St.Louis FED (FRED)<remote_data.fred> `
@@ -112,17 +112,17 @@ year relative to today.
112112
113113.. _remote_data.alphavantage
114114
115- AlphaVantage
116- ============
115+ Alpha Vantage
116+ =============
117117
118- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides realtime
118+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides realtime
119119equities and forex data. Free registration is required to get an API key.
120120
121121Historical Time Series Data
122122^^^^^^^^^^^^^^^^^^^^^^^^^^^
123123
124124Through the
125- `AlphaVantage <https://www.alphavantage.co/documentation >`__ Time Series
125+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ Time Series
126126endpoints, it is possible to obtain historical equities data for individual
127127symbols. The following endpoints are available:
128128
@@ -152,7 +152,7 @@ provided.
152152Quotes
153153^^^^^^
154154
155- `AlphaVantage <https://www.alphavantage.co/documentation >`__ Batch Stock Quotes
155+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ Batch Stock Quotes
156156endpoint allows the retrieval of realtime stock quotes for up to 100 symbols at
157157once. These quotes are accessible through the top-level function
158158``get_quote_av ``.
@@ -171,7 +171,7 @@ once. These quotes are accessible through the top-level function
171171Forex
172172^^^^^
173173
174- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides realtime
174+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides realtime
175175currency exchange rates (for physical and digital currencies).
176176
177177To request the exchange rate of physical or digital currencies, simply format
@@ -199,7 +199,7 @@ Multiple pairs are are allowable:
199199 Sector Performance
200200^^^^^^^^^^^^^^^^^^
201201
202- `AlphaVantage <https://www.alphavantage.co/documentation >`__ provides sector
202+ `Alpha Vantage <https://www.alphavantage.co/documentation >`__ provides sector
203203performances through the top-level function ``get_sector_performance_av ``.
204204
205205.. ipython :: python
0 commit comments