# Annual Norges Bank Norway Exchange Rates

**Use case:** 

Extract Norges Bank Norway Exchange Rates data filtered by Annual. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "currency": "USD",
  "frequency": "A"
}
```

## Output

```json
{
  "series": {
    "label": "series",
    "format": "text"
  },
  "date": {
    "label": "date",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "currency": {
    "label": "currency",
    "format": "text"
  },
  "frequency": {
    "label": "frequency",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Norges Bank Norway Exchange Rates Scraper](https://apify.com/parseforge/norges-bank-norway-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/norges-bank-norway-scraper) to learn more, explore other use cases, and run it yourself.