# FXEURCAD Bank of Canada Valet

**Use case:** 

Extract Bank of Canada Valet data filtered by FXEURCAD. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "seriesCodes": [
    "FXEURCAD"
  ],
  "recent": 10,
  "maxItems": 10
}
```

## Output

```json
{
  "seriesCode": {
    "label": "🔖 Series Code",
    "format": "text"
  },
  "label": {
    "label": "📌 Label",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "value": {
    "label": "🔢 Value",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bank of Canada Valet Scraper](https://apify.com/parseforge/bank-of-canada-valet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bank-of-canada-valet-scraper) to learn more, explore other use cases, and run it yourself.