# Riksbank SWEA SEK EUR Exchange Rate Scraper

**Use case:** 

Scrape the Riksbank SWEA SEK/EUR exchange rate (SEKEURPMI) time series with date and value per observation. Export Swedish krona rates to JSON or CSV.

## Input

```json
{
  "seriesIds": [
    "SEKEURPMI"
  ],
  "latestOnly": false,
  "fromDate": "2026-01-01",
  "toDate": "2026-07-01",
  "maxItems": 5
}
```

## Output

```json
{
  "seriesId": {
    "label": "🏷 Series ID",
    "format": "text"
  },
  "shortDescription": {
    "label": "📌 Series",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "value": {
    "label": "📈 Value",
    "format": "number"
  },
  "groupId": {
    "label": "🗂 Group",
    "format": "number"
  },
  "source": {
    "label": "🏛 Source",
    "format": "text"
  },
  "observationMaxDate": {
    "label": "🕘 Latest Available",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Riksbank SWEA Rates Scraper](https://apify.com/parseforge/riksbank-swea-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/riksbank-swea-rates-scraper) to learn more, explore other use cases, and run it yourself.