|
1 | 1 | from ._version import get_versions |
2 | 2 | from .data import (DataReader, Options, get_components_yahoo, |
3 | 3 | get_dailysummary_iex, get_data_enigma, get_data_famafrench, |
4 | | - get_data_fred, get_data_google, get_data_moex, |
5 | | - get_data_morningstar, get_data_quandl, get_data_stooq, |
6 | | - get_data_yahoo, get_data_yahoo_actions, get_iex_book, |
7 | | - get_iex_symbols, get_last_iex, get_markets_iex, |
8 | | - get_nasdaq_symbols, |
9 | | - get_quote_google, get_quote_yahoo, get_recent_iex, |
10 | | - get_records_iex, get_summary_iex, get_tops_iex, |
11 | | - get_data_tiingo, get_iex_data_tiingo, get_data_alphavantage) |
| 4 | + get_data_fred, get_data_moex, get_data_quandl, |
| 5 | + get_data_stooq, get_data_yahoo, get_data_yahoo_actions, |
| 6 | + get_iex_book, get_iex_symbols, get_last_iex, |
| 7 | + get_markets_iex, get_nasdaq_symbols, get_quote_yahoo, |
| 8 | + get_recent_iex, get_records_iex, get_summary_iex, |
| 9 | + get_tops_iex, get_data_tiingo, get_iex_data_tiingo, |
| 10 | + get_data_alphavantage) |
12 | 11 |
|
13 | 12 | __version__ = get_versions()['version'] |
14 | 13 | del get_versions |
15 | 14 |
|
16 | 15 | __all__ = ['__version__', 'get_components_yahoo', 'get_data_enigma', |
17 | | - 'get_data_famafrench', 'get_data_google', 'get_data_yahoo', |
18 | | - 'get_data_yahoo_actions', 'get_quote_google', 'get_quote_yahoo', |
| 16 | + 'get_data_famafrench', 'get_data_yahoo', |
| 17 | + 'get_data_yahoo_actions', 'get_quote_yahoo', |
19 | 18 | 'get_iex_book', 'get_iex_symbols', 'get_last_iex', |
20 | 19 | 'get_markets_iex', 'get_recent_iex', 'get_records_iex', |
21 | 20 | 'get_summary_iex', 'get_tops_iex', |
22 | 21 | 'get_nasdaq_symbols', 'get_data_quandl', 'get_data_moex', |
23 | | - 'get_data_fred', 'get_dailysummary_iex', 'get_data_morningstar', |
| 22 | + 'get_data_fred', 'get_dailysummary_iex', |
24 | 23 | 'get_data_stooq', 'DataReader', 'Options', |
25 | 24 | 'get_data_tiingo', 'get_iex_data_tiingo', 'get_data_alphavantage'] |
0 commit comments