Skip to content

Commit 291087b

Browse files
authored
Econdb and Enigma mismatch on bookmarks fixed
1 parent adb67b2 commit 291087b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/remote_data.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Currently the following sources are supported:
3131
- :ref:`IEX<remote_data.iex>`
3232
- :ref:`Alpha Vantage<remote_data.alphavantage>`
3333
- :ref:`Enigma<remote_data.enigma>`
34+
- :ref:`Econdb<remote_data.econdb>`
3435
- :ref:`Quandl<remote_data.quandl>`
3536
- :ref:`St.Louis FED (FRED)<remote_data.fred>`
3637
- :ref:`Kenneth French's data library<remote_data.ff>`
@@ -289,7 +290,7 @@ performances through the top-level function ``get_sector_performance_av``.
289290
290291
291292
292-
.. _remote_data.enigma:
293+
.. _remote_data.econdb:
293294

294295
Econdb
295296
======
@@ -306,7 +307,7 @@ Econdb database of time series aggregated into datasets.
306307
f = web.DataReader('ticker=RGDPUS', 'econdb')
307308
f.head()
308309
309-
.. _remote_data.econdb:
310+
.. _remote_data.enigma:
310311

311312
Enigma
312313
======
@@ -738,4 +739,4 @@ The following endpoints are available:
738739
actions.head()
739740
740741
dividends = web.DataReader('IBM', 'yahoo-dividends', start, end)
741-
dividends.head()
742+
dividends.head()

0 commit comments

Comments
 (0)