# Time series (date range) Frankfurter FX Rates

**Use case:** 

Extract Frankfurter FX Rates data filtered by Time series (date range). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "timeseries",
  "baseCurrency": "EUR"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "rate": {
    "label": "Rate",
    "format": "number"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "currencyCode": {
    "label": "Currency",
    "format": "text"
  },
  "currencyName": {
    "label": "Currency Name",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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