# ECB Statistical Data Warehouse Data Export

**Use case:** 

Data Export of ECB Statistical Data Warehouse. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "flow": "EXR",
  "seriesKey": "D.USD.EUR.SP00.A"
}
```

## Output

```json
{
  "flow": {
    "label": "flow",
    "format": "text"
  },
  "key": {
    "label": "key",
    "format": "text"
  },
  "period": {
    "label": "period",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "observationStatus": {
    "label": "observationStatus",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ECB Statistical Data Warehouse Scraper](https://apify.com/parseforge/ecb-statistical-data-warehouse-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ecb-statistical-data-warehouse-scraper) to learn more, explore other use cases, and run it yourself.