SVK: Get Consumption Profiles
SVK via Parse · government_public
Fetch hourly or monthly consumption profile volumes (kWh) for a given date range and Swedish price area. Returns records with period timestamps and HL/LL kWh values. Monthly resolution (1) reliably returns data for all areas; hourly resolution (0) may return empty for individual areas. APIs for retrieving Swedish electricity grid settlement data, consumption/production statistics, ancillary service (FCR) data, and exchange rates from Svenska kraftnät (Mimer). Fulfilled by Parse from mimer.svk.se.
- finance
- government-public
- mimer-svk-se
- other
- parse
- platform-key
- svk
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9bc0c92e-6901-4ecc-ae6c-3f790e194799/get_consumption_profiles
- Interface artifact
- sha256:8c25299aaeef432ffab902a8d80e26ddec0f08b72364837af7d596712b5781c6
- Manifest digest
- sha256:461dec66726c1106570da98b8ccc08eb50057900791820db4ae2ec06b2916a24
Request fields
- area (string): Swedish price area code.: Allowed values: SN0, SN1, SN2, SN3, SN4
- to_date (string): End date in YYYY-MM-DD format.
- from_date (string): Start date in YYYY-MM-DD format.
- resolution (integer): Time resolution: 0 for hourly, 1 for monthly.: Allowed values: 0, 1
Example queries
- {"area":"SN0","to_date":"2026-06-09","from_date":"2026-05-11","resolution":"0"}