# CBR Russia Daily Exchange Rates Full Export

**Use case:** 

Full Export of CBR Russia Daily Exchange Rates. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "currency_code": {
    "label": "🔤 Currency Code",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "nominal": {
    "label": "🔢 Nominal",
    "format": "text"
  },
  "value": {
    "label": "💰 Value",
    "format": "text"
  },
  "previous": {
    "label": "⬅️ Previous",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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