← Back to AESO APIs
Metered Volume Report - v1
Fetch AIES Metered Volume data.
API Authentication
API Key
REQUIRED
ℹ️
Please enter your AESO API key here. The API key should be a 32-character hexadecimal string.
Invalid AESO API key!
Request Parameters
Note:
This API fetches AIES Metered Volume data for assets. If no asset_ID or pool_participant_ID is provided, the API will fetch data for all assets, which will be limited to 16 days in a single fetch. If specific IDs are provided, results will be limited to approximately 100K records. A single asset returns 24 records per day.
Start Date
REQUIRED
ℹ️
Any date between 2000-01-01 and current date. Format: yyyy-MM-dd
Invalid start date format!
End Date
OPTIONAL
ℹ️
Any date up to current date but after startDate. If left blank, only data for startDate will be returned. Format: yyyy-MM-dd
Invalid end date format!
Filter Parameters
⚠️ Important:
You can specify either
Asset ID(s)
OR
Pool Participant ID(s)
, but not both in the same request. If both fields are empty, data for all assets will be returned (limited to 16 days maximum date range).
Asset ID(s)
OPTIONAL
ℹ️
This parameter can contain up to 20 comma-separated Asset IDs. Example: ABC1,XYZ2,DEF3. Cannot be used together with Pool Participant ID. Providing specific IDs allows for larger date ranges (limited by ~100K records).
Cannot use both Asset ID and Pool Participant ID!
Pool Participant ID(s)
OPTIONAL
ℹ️
This parameter can contain up to 20 comma-separated Pool Participant IDs. Example: PP1,PP2,PP3. Cannot be used together with Asset ID. Providing specific IDs allows for larger date ranges (limited by ~100K records).
Cannot use both Asset ID and Pool Participant ID!
Execute API Call
Download Data
© 2025 API Test Portal. All rights reserved.