Skip to content

Alphabetically order list of supported sources in remote_data.rst file #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/source/remote_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ Functions from :mod:`pandas_datareader.data` and :mod:`pandas_datareader.wb`
extract data from various Internet sources into a pandas DataFrame.
Currently the following sources are supported:

- :ref:`Tiingo<remote_data.tiingo>`
- :ref:`IEX<remote_data.iex>`
- :ref:`Alpha Vantage<remote_data.alphavantage>`
- :ref:`Econdb<remote_data.econdb>`
- :ref:`Enigma<remote_data.enigma>`
- :ref:`Quandl<remote_data.quandl>`
- :ref:`St.Louis FED (FRED)<remote_data.fred>`
- :ref:`Kenneth French's data library<remote_data.ff>`
- :ref:`World Bank<remote_data.wb>`
- :ref:`OECD<remote_data.oecd>`
- :ref:`Eurostat<remote_data.eurostat>`
- :ref:`Thrift Savings Plan<remote_data.tsp>`
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols>`
- :ref:`Stooq<remote_data.stooq>`
- :ref:`IEX<remote_data.iex>`
- :ref:`Kenneth French's data library<remote_data.ff>`
- :ref:`MOEX<remote_data.moex>`
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols>`
- :ref:`Naver Finance<remote_data.naver>`
- :ref:`OECD<remote_data.oecd>`
- :ref:`Quandl<remote_data.quandl>`
- :ref:`St.Louis FED (FRED)<remote_data.fred>`
- :ref:`Stooq<remote_data.stooq>`
- :ref:`Thrift Savings Plan<remote_data.tsp>`
- :ref:`Tiingo<remote_data.tiingo>`
- :ref:`World Bank<remote_data.wb>`
- :ref:`Yahoo Finance<remote_data.yahoo>`

It should be noted, that various sources support different kinds of data, so not all sources implement the same methods and the data elements returned might also differ.
Expand Down Expand Up @@ -761,4 +761,4 @@ The following endpoints are available:
actions.head()

dividends = web.DataReader('IBM', 'yahoo-dividends', start, end)
dividends.head()
dividends.head()