Pull high frequency (weekly) data for Oil Products. Currently focused on Stocks
EIA data is pulled using the EIA API (for speed purposes)
An API key is needed to access the EIA's data, you can get one here. eiapy needs this key to be manually set in the operating system environmental variables.
Set the key as an environment variable as follows;
export EIA_KEY=type_your_api_key_here
Remainder of the datasets are from Eikon and hence a terminal subscription is required
Follow instructions here to generate app key.
Set the key as an environment variable as follows;
export EIKON_KEY=type_your_api_key_here