# 90d ECB Euro FX Rates

**Use case:** 

Extract ECB Euro FX Rates data filtered by 90d. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "90d"
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "date"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rate": {
    "label": "Rate",
    "format": "number"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ECB Euro FX Rates Scraper](https://apify.com/parseforge/ecb-fx-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ecb-fx-rates-scraper) to learn more, explore other use cases, and run it yourself.