Econdb¶
-
class
pandas_datareader.econdb.
EcondbReader
(symbols, start=None, end=None, retry_count=3, pause=0.1, timeout=30, session=None, freq=None)¶ Get data for the given name from Econdb.
-
close
()¶ Close network session
-
property
default_start_date
¶ Default start date for reader. Defaults to 5 years before current date
-
property
params
¶ Parameters to use in API calls
-
read
()¶ read one data from specified URL
-
property
url
¶ API URL
-