Skip to main content

API Wrappers for the Energy Markets

Project description

Energy Trading API Wrappers

This package aims to build Pandas-based API wrappers for Energy Markets Data coming from publicly available sources. The results are returned in the Pandas dataFrame format unless specified otherwise.

disclaimer While readily useable, this API library is under constant in development. The reliability of the data from the API list depends on the sources. Enjoy!

Supported APIs:

Australia

Japan

Global

Installation

  • Python 3.6 or 3.7

To install, use pip :

$ pip install energy-trading-api

Requirements

  • Python 3.7

Usage

Western Australia Gas Bulletin Board

from energy_trading_api import wagbb 
wagbb.capacityOutlook()

WAGBB API Documentation

Japan Electric Power Exchange

from energy_trading_api import jepx 
df = jepx.spotLatest()
df = jepx.spotLatest("20190101")

U.S. Energy Information Administration

from energy_trading_api import eia_api 

EIA-Python Documentation EIA API Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

energy_trading_api-0.0.12.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

energy_trading_api-0.0.12-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page