Skip to content

Commit 98b6a33

Browse files
tiingobashtage
authored andcommitted
Create a link to Tiingo description in ToC (#509)
Tiingo is missing a link in Table of Contents
1 parent cb6c02e commit 98b6a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/remote_data.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ extract data from various Internet sources into a pandas DataFrame.
2929
Currently the following sources are supported:
3030

3131
- :ref:`Google Finance<remote_data.google>`
32+
- :ref:`Tiingo<remote_data.tiingo>`
3233
- :ref:`Morningstar<remote_data.morningstar>`
3334
- :ref:`IEX<remote_data.iex>`
3435
- :ref:`Robinhood<remote_data.robinhood>`
@@ -506,4 +507,4 @@ The Moscow Exchange (MOEX) provides historical data.
506507
507508
import pandas_datareader.data as web
508509
f = web.DataReader('USD000UTSTOM', 'moex', start='2017-07-01', end='2017-07-31')
509-
f.head()
510+
f.head()

0 commit comments

Comments
 (0)