cryptodatapy.datasets.get_econ_calendars

Attributes

ctys_dict

Functions

get_econ_calendar(→ None)

Scrapes econ calendars from Investing.com and creates csv file in datasets.

get_all_ctys_econ_calendars(→ None)

Scrapes econ calendars from Investing.com for each country and creates csv file in datasets.

Module Contents

cryptodatapy.datasets.get_econ_calendars.ctys_dict
cryptodatapy.datasets.get_econ_calendars.get_econ_calendar(cty: str) None

Scrapes econ calendars from Investing.com and creates csv file in datasets.

data_req: DataRequest

Parameters of data request in CryptoDataPy format.

cryptodatapy.datasets.get_econ_calendars.get_all_ctys_econ_calendars(ctys: List[str]) None

Scrapes econ calendars from Investing.com for each country and creates csv file in datasets.