# Usd ECB Exchange Rates

**Use case:** 

Explore USD with ECB Exchange Rates Scraper - Official FX Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "currency": "USD",
  "denominator": "EUR",
  "startPeriod": "2026-07-01",
  "maxResults": 3
}
```

## Output

```json
{
  "series_key": {
    "label": "Series Key",
    "format": "text"
  },
  "frequency": {
    "label": "Frequency",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "denominator": {
    "label": "Denominator",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "rate": {
    "label": "Rate",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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