2026-01-22 | Custom power prices added to forecast endpoints
about 1 month ago
Added
Custom power prices for forecast simulations
Two new fields added to forecast endpoints to support custom power price data.
GET /forecasts/forecasts/
GET /forecasts/forecasts/New response fields:
custom_power_prices(object) - Contains uploaded custom prices CSV metadata including file URL, start date, and end datecustom_power_prices_id(uuid) - Unique identifier for the custom power prices dataset
POST /forecasts/run-simulation/
POST /forecasts/run-simulation/New request/response fields:
custom_power_prices(object) - Custom prices CSV metadata for simulation runscustom_power_prices_id(uuid) - Reference to custom power prices dataset