# Bank Of Canada Series Scraper sample

**Use case:** 

Sample use-case Task for bank-of-canada-series-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "seriesCode": "FXUSDCAD",
  "recent": 5,
  "maxResults": 3
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "date"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "series_code": {
    "label": "Series Code",
    "format": "text"
  },
  "series_label": {
    "label": "Series Label",
    "format": "text"
  },
  "series_description": {
    "label": "Series Description",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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