Swedish grid market portal - production statistics, FCR tables, and EUR/SEK history.
Exchange Rate CSV Download
ASYNCREADNo auth
Returns historical EUR/SEK exchange-rate values as CSV for a date range.
ParametersFormJSON
URL-encoded period start datetime as emitted by the ExchangeRate page DownloadText link (MM/DD/YYYY HH:MM:SS)
URL-encoded period end datetime as emitted by the ExchangeRate page DownloadText link (MM/DD/YYYY HH:MM:SS)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_mimer_svk_se_exchange_rate_csv_download", "params": { "periodFrom": "05/02/2026 00:00:00", "periodTo": "06/03/2026 00:00:00" } }'