Tariff Unit Rates
tariff_unit_ratesTime-series of electricity unit rates for a specific tariff — for Agile this is the half-hourly wholesale-tracked pricing. Returns {count, results:[{value_exc_vat, value_inc_vat, valid_from, valid_to, payment_method}]} in p/kWh, newest first. Set kind="standing_charges" for the p/day standing charge instead. Defaults to the most recent rates; pass period_from/period_to to bound a window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which series to fetch. Default "standard_unit_rates". | |
| page_size | No | Results per page (default 100, max 1500). | |
| period_to | No | ISO-8601 end, e.g. "2026-06-02T00:00Z". | |
| tariffCode | Yes | Tariff code from product_details, e.g. "E-1R-AGILE-24-10-01-C" (the trailing letter is the GSP region). | |
| period_from | No | ISO-8601 start, e.g. "2026-06-01T00:00Z". | |
| productCode | Yes | Product code, e.g. "AGILE-24-10-01". |