# EUR Exchange Rates Public | FX & Treasury Data

**Use case:** 

Extract Exchange Rates Public | FX & Treasury Data data filtered by EUR. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "base": "EUR",
  "source": "frankfurter"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Exchange Rates Public Scraper | FX & Treasury Data](https://apify.com/parseforge/open-exchange-rates-public-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/open-exchange-rates-public-scraper) to learn more, explore other use cases, and run it yourself.