Skip to content

Commit bc94308

Browse files
author
Matthew Hall
committed
Add av-forex-daily to documentation.
1 parent b265342 commit bc94308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/remote_data.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Historical Time Series Data
139139

140140
Through the
141141
`Alpha Vantage <https://www.alphavantage.co/documentation>`__ Time Series
142-
endpoints, it is possible to obtain historical equities data for individual
142+
endpoints, it is possible to obtain historical equities and currency rate data for individual
143143
symbols. For daily, weekly, and monthly frequencies, 20+ years of historical data is available. The past 3-5 days of intraday data is also available.
144144

145145
The following endpoints are available:
@@ -151,6 +151,7 @@ The following endpoints are available:
151151
* ``av-weekly-adjusted`` - Weekly Time Series (Adjusted)
152152
* ``av-monthly`` - Monthly Time Series
153153
* ``av-monthly-adjusted`` - Monthly Time Series (Adjusted)
154+
* ``av-forex-daily`` - Daily Time Series
154155

155156
.. code-block:: ipython
156157
@@ -173,6 +174,8 @@ The following endpoints are available:
173174
volume 2.834990e+07
174175
Name: 2017-02-09, dtype: float64
175176
177+
To request the historical exchange rate of physical or digital currencies, use
178+
``av-forex-daily`` and format the symbol as "FROM/TO", for example "USD/JPY".
176179

177180
The top-level function ``get_data_alphavantage`` is also provided. This
178181
function will

0 commit comments

Comments
 (0)