Day-Ahead & Intraday Energy Markets

Turn EV charging into a price-responsive load — schedule sessions against EPEX SPOT prices, participate in balancing markets, and reduce energy costs by 20–40% for fleet operators.

The Opportunity

EV charging is one of the most price-elastic loads on the European electricity grid. A charge session that starts at 22:00 instead of 20:00 can cost half as much depending on day-ahead market prices. At scale, a network of managed chargers is effectively a large, schedulable load that can be optimised against electricity market prices in real time. GreenFlux's Smart Charging API accepts external scheduling signals, making it straightforward for a market-optimisation layer to push charging schedules derived from price forecasts. Session and MeterValues APIs provide the consumption data needed for settlement and reconciliation. With the ACER Network Code on Demand Response submitted to the European Commission in 2025, EV charging load will increasingly be eligible to participate in balancing and imbalance markets.

Use Cases

  • Shift fleet charging to low-cost, high-renewable periods — reducing energy costs and carbon footprint.
  • Enable energy retailers to offer green tariffs scheduling sessions around renewable generation forecasts.
  • Pre-position large overnight charging needs against next-day market prices, saving 20–40% vs unmanaged charging.

Key API Endpoints

Full API reference →
MethodEndpoint
POST
/smartcharging/capacitygroups/{id}/scenarios/datetimePush a market-derived charging schedule for a specific date/time window
GET
/smartcharging/capacitygroups/{id}/scenarios/datetimeRetrieve all date-time capacity scenarios for a capacity group
GET
/smartcharging/capacitygroups/{id}/allocationgraphReal-time allocation data for settlement verification
GET
/metervaluesGranular meter readings for imbalance settlement (30 s – 15 min)
GET
/cdrsCompleted session records for energy reconciliation

Example Integration

Push a day-ahead market schedule for off-peak charging
# Market optimiser pushes a low-price window schedule at 14:00 for the next day
POST /smartcharging/capacitygroups/cg-fleet-depot/scenarios/datetime
{
  "startDateTime": "2026-07-01T22:00:00Z",
  "endDateTime":   "2026-07-02T06:00:00Z",
  "maxCapacity": 120,
  "comment": "EPEX spot low-price window €28/MWh"
}

# During peak hours — restrict to minimum guaranteed fleet charge
POST /smartcharging/capacitygroups/cg-fleet-depot/scenarios/datetime
{
  "startDateTime": "2026-07-02T07:00:00Z",
  "endDateTime":   "2026-07-02T21:00:00Z",
  "maxCapacity": 20,
  "comment": "Peak period — balancing market participation"
}

# Pull meter values for settlement reconciliation
GET /metervalues?capacityGroupId=cg-fleet-depot&from=2026-07-01T22:00:00Z

Authentication, base URLs, and sandbox access at developer.greenflux.com.

Ideal Partner Profile

  • ·Energy trading and optimisation platforms (day-ahead, intraday, balancing)
  • ·Market facilitation and aggregation software vendors
  • ·ETRM systems with EV load modules

Get Started

Full API documentation and sandbox access available on the GreenFlux Developer Portal.

Developer PortalContact Partnerships

5

documented endpoints for this domain