# CBR Russia Daily Exchange Rates Latest Results

**Use case:** 

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

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "date": {
    "label": "date",
    "format": "text"
  },
  "previousDate": {
    "label": "previousDate",
    "format": "text"
  },
  "currency": {
    "label": "currency",
    "format": "text"
  },
  "code": {
    "label": "code",
    "format": "text"
  },
  "nominal": {
    "label": "nominal",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "previous": {
    "label": "previous",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "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-v2-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cbr-russia-rates-v2-scraper) to learn more, explore other use cases, and run it yourself.