{"id":24814,"library":"volue-insight-timeseries","title":"Volue Insight Timeseries","description":"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.","status":"active","version":"2.3.1","language":"python","source_language":"en","source_url":"https://github.com/Volue-Public/volue-insight-timeseries","tags":["volue","insight","timeseries","energy","grpc","api-client"],"install":[{"cmd":"pip install volue-insight-timeseries","lang":"bash","label":"Default install"}],"dependencies":[{"reason":"gRPC transport layer","package":"grpcio","optional":false},{"reason":"Protocol Buffers for API messages","package":"protobuf","optional":false},{"reason":"Optional for converting timeseries to DataFrame","package":"pandas","optional":true}],"imports":[{"wrong":"from volue_insight_timeseries import VolueInsight","symbol":"Session","correct":"from volue_insight_timeseries import Session"}],"quickstart":{"code":"from volue_insight_timeseries import VolueInsight\n\nclient = VolueInsight(\n    oauth_client_id=os.environ.get('VOLUE_CLIENT_ID', ''),\n    oauth_client_secret=os.environ.get('VOLUE_CLIENT_SECRET', ''),\n    url=os.environ.get('VOLUE_GRPC_ENDPOINT', '')\n)\nprint('Connection established')","lang":"python","description":"Initialize client with OAuth credentials. Requires environment variables or direct values."},"warnings":[{"fix":"Upgrade Python to 3.10 or higher.","message":"In v2.0.0, Python 3.9 support was dropped. You must use Python >=3.10.","severity":"breaking","affected_versions":"<=1.x"},{"fix":"Replace 'import volueinsight' with 'from volue_insight_timeseries import VolueInsight'.","message":"In v2.0.0, the package module was renamed from 'volueinsight' to 'volue_insight_timeseries'. Old imports will break.","severity":"breaking","affected_versions":"<=1.x"},{"fix":"Remove 'use_ssl' argument from VolueInsight() constructor.","message":"The 'use_ssl' parameter in the constructor is deprecated since v2.2.0. TLS is now always enabled.","severity":"deprecated","affected_versions":">=2.2.0"},{"fix":"Explicitly pass oauth_client_id and oauth_client_secret when constructing VolueInsight.","message":"OAuth credentials must be provided via client_id and client_secret; environment variables are not automatically read by the library.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'-3.14':31 '2.3.1':27 '3.10':30 'access':14 'api':12,45 'api-cli':44 'cadenc':38 'client':6,46 'data':18,20 'energi':24,42 'grpc':43 'insight':2,11,40 'librari':7 'market':19,25 'metadata':22 'monthly/quarterly':37 'offici':4 'provid':13 'python':5,29 'regular':33 'releas':34 'seri':17 'support':28 'time':16 'timeseri':3,41 'version':26 'volu':1,10,39","created_at":"2026-05-01T08:15:03.590645+00:00","updated_at":"2026-05-01T08:15:03.590645+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"2.3.1","cli_name":"","cli_version":null,"type":"library","homepage":"https://volueinsight.com/","github":"https://github.com/Volue-Public/volue-insight-timeseries","docs":"https://docs.volue.com/data-and-forecasts/volue-insight-timeseries/","changelog":null,"pypi":"https://pypi.org/project/volue-insight-timeseries/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws","data","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}