File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Currently the following sources are supported:
31
31
- :ref: `IEX<remote_data.iex> `
32
32
- :ref: `Alpha Vantage<remote_data.alphavantage> `
33
33
- :ref: `Enigma<remote_data.enigma> `
34
+ - :ref: `Econdb<remote_data.econdb> `
34
35
- :ref: `Quandl<remote_data.quandl> `
35
36
- :ref: `St.Louis FED (FRED)<remote_data.fred> `
36
37
- :ref: `Kenneth French's data library<remote_data.ff> `
@@ -289,7 +290,7 @@ performances through the top-level function ``get_sector_performance_av``.
289
290
290
291
291
292
292
- .. _remote_data.enigma :
293
+ .. _remote_data.econdb :
293
294
294
295
Econdb
295
296
======
@@ -306,7 +307,7 @@ Econdb database of time series aggregated into datasets.
306
307
f = web.DataReader(' ticker=RGDPUS' , ' econdb' )
307
308
f.head()
308
309
309
- .. _remote_data.econdb :
310
+ .. _remote_data.enigma :
310
311
311
312
Enigma
312
313
======
@@ -738,4 +739,4 @@ The following endpoints are available:
738
739
actions.head()
739
740
740
741
dividends = web.DataReader(' IBM' , ' yahoo-dividends' , start, end)
741
- dividends.head()
742
+ dividends.head()
You can’t perform that action at this time.
0 commit comments