Eurostat#

class pandas_datareader.eurostat.EurostatReader(symbols, start=None, end=None, retry_count=3, pause=0.1, timeout=30, session=None, freq=None)#

Get data for the given name from Eurostat.

close()#

Close network session

property default_start_date#

Default start date for reader. Defaults to 5 years before current date

property dsd_url#

API DSD URL

property params#

Parameters to use in API calls

read()#

Read data from connector

property url#

API URL