Official Python client library for the Volue Insight API, providing access to time series data, market data, and metadata from energy markets. Version 2.3.1 supports Python 3.10-3.14, with regular releases on a monthly/quarterly cadence.
pip install volue-insight-timeseriesVerified import paths — ran on the pinned version, not inferred.
Initialize client with OAuth credentials. Requires environment variables or direct values.
Upgrade Python to 3.10 or higher.
Replace 'import volueinsight' with 'from volue_insight_timeseries import VolueInsight'.
Remove 'use_ssl' argument from VolueInsight() constructor.
Explicitly pass oauth_client_id and oauth_client_secret when constructing VolueInsight.