Skip to main content

Official Python SDK for the Voltcast API — 15-minute European power prices and probabilistic forecasts.

Project description

voltcast — Python SDK

Official Python client for the Voltcast API: 15-minute European day-ahead power prices, P10/P50/P90 forecasts, optimization and bulk export.

pip install voltcast            # or: pip install voltcast[pandas]
import voltcast

vc = voltcast.Client("YOUR_API_KEY")   # keys: https://voltcast.com/dashboard

prices = vc.prices("DE-LU")            # yesterday → tomorrow, 15-minute native
print(len(prices), prices[0])

df = vc.prices("DE-LU", start="2026-07-01", end="2026-07-10").to_pandas()

forecast = vc.forecast("DE-LU", horizon="48h")
print(forecast.meta["model_version"], forecast[0])

# Pro plans: optimization + bulk export
windows = vc.cheapest_window("DE-LU", duration_minutes=120)
plan = vc.schedule("DE-LU", energy_kwh=40, max_power_kw=11, deadline="2026-07-11T07:00:00Z")
files = vc.export_urls("DE-LU", "2018-01-01", "2026-12-31", format="parquet")

Errors raise voltcast.VoltcastError with .status and the API's machine-readable .code. Attribution requirements for verbatim price data: https://voltcast.com/legal/data-licensing

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

voltcast-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voltcast-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file voltcast-0.1.0.tar.gz.

File metadata

  • Download URL: voltcast-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for voltcast-0.1.0.tar.gz
Algorithm Hash digest
SHA256 edb0ceb2ab608c98d1c341dbf5d6cc8ffed0bd44d3a3c027336a0cd95e044a45
MD5 d9f64f466a4ce59d3ba3ba0aef84ae3d
BLAKE2b-256 a19d7533d1ff88f69d0cc1d9a18a1293f940cfd6c8c8649e8391548d929e81a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for voltcast-0.1.0.tar.gz:

Publisher: publish-pypi.yml on Voltcast-com/sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file voltcast-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: voltcast-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for voltcast-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b94cdb1476d3ae9b82885324ab9aa65ddda676e66fd845536af545855694d55e
MD5 9f9b0e3b1e3428b27d11e1bc1f9103df
BLAKE2b-256 2f43bc8baec74eba2e0cc711d800ff6dda31e5751ed6ab2928a743e7e46800b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for voltcast-0.1.0-py3-none-any.whl:

Publisher: publish-pypi.yml on Voltcast-com/sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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