Skip to main content

Energy Quantified Python Client

Apache License version 2.0 Python 3.10+ Wheel

Documentation | Python package | GitHub repository

The Python library for Energy Quantified's Time Series API. It allows you to access thousands of data series directly from Energy Quantified's time series database. It integrates with the popular pandas library and the polars libarary for high-performance data analysis and manipulation.

Developed for Python 3.10+.

from datetime import date, timedelta
from energyquantified import EnergyQuantified

# Initialize client
eq = EnergyQuantified(api_key='<insert api key here>')

# Freetext search (filtering on attributes is also supported)
curves = eq.metadata.curves(q='de wind production actual')

# Load time series data
curve = curves[0]
timeseries = eq.timeseries.load(
    curve,
    begin=date.today() - timedelta(days=10),
    end=date.today()
)

# Convert to Pandas data frame
pd_df = timeseries.to_pandas_dataframe()

# Convert to Polars data frame
pl_df = timeseries.to_polars_dataframe()

Full documentation available at Read the Docs.

Features

  • Simple authentication
  • Metadata caching
  • Rate-limiting and automatic retries on network errors
  • Full-text search and keyword search for curves and powerplants
  • Forecasts- and time series data
  • Period-based data
  • OHLC data with SRMC calculations
  • Shows your subscription for each data series
  • Support for timezones, resolutions, aggregations and unit conversions
  • Easy-to-use filters for issue dates and forecast types
  • Push feed for live updates on data modifications
  • Integrates with pandas and polars

Note: A user account with an API key is required to use this library. Create an account on Energy Quantified's home page. Trial users get access to 30 days of history.

Installation

Install with pip:

# Install
pip install energyquantified

# Upgrade
pip install --upgrade energyquantified

Documentation

Find the documentation at Read the Docs.

License

The Energy Quantified Python client is licensed under the Apache License version 2.0.

Release files for energyquantified 0.17

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for energyquantified 0.17
File Size Uploaded
energyquantified-0.17.tar.gz 93.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for energyquantified 0.17
File Interpreter ABI Platform
energyquantified-0.17-py3-none-any.whl Python 3 none any Details

Total release size: 216.1 kB

Release files / energyquantified-0.17.tar.gz

Download URL energyquantified-0.17.tar.gz
Size 93.2 kB
Tags Source
SHA-256 checksum
How to use checksums
6b7ec7c6aabaf5bc8a0ed9db2a11f5017f0233e40b358f62ac16b27c44c238f9
BLAKE2b-256 checksum
How to use checksums
3e1274b70872ad1dc893626ebd5f20e95e43bff604a1c3e7baeee76fc7606661
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.21

Release files / energyquantified-0.17-py3-none-any.whl

Download URL energyquantified-0.17-py3-none-any.whl
Size 123.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
56d8ed335f0bed738b3c09ee66bfb9325b73f525f3f2cc12acf29d6206e313f1
BLAKE2b-256 checksum
How to use checksums
5255266cbc6e12fa69342b2acb7e2c862433fbc8d1640664f849505121c82b45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.21

Release history Release notifications | RSS feed

This release

0.17 This release

2 release files

0.16

2 release files

0.15

2 release files

0.14.7

2 release files

0.14.6

2 release files

0.14.5

2 release files

0.14.1

2 release files

0.14

2 release files

0.13.8

2 release files

0.13.7

2 release files

0.13.6

2 release files

0.13.3

2 release files

0.13.2

2 release files

0.13.1

2 release files

0.13

2 release files

0.12.1

2 release files

0.12

2 release files

0.11

2 release files

0.10.1

2 release files

0.10

2 release files

0.9.1

2 release files

0.9

2 release files

0.8.1

2 release files

0.8

2 release files

0.7.1

2 release files

0.7

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6

2 release files

0.5

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4

2 release files

0.3

2 release files

0.2

2 release files

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page