# AED Open Exchange Rates (166 Currencies)

**Use case:** 

Extract Open Exchange Rates (166 Currencies) data filtered by AED. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "baseCurrency": "AED"
}
```

## Output

```json
{
  "baseCurrency": {
    "label": "Base",
    "format": "text"
  },
  "targetCurrency": {
    "label": "Target",
    "format": "text"
  },
  "rate": {
    "label": "Rate",
    "format": "number"
  },
  "inverseRate": {
    "label": "Inverse Rate",
    "format": "number"
  },
  "lastUpdateUtc": {
    "label": "Last Update",
    "format": "date"
  },
  "nextUpdateUtc": {
    "label": "Next Update",
    "format": "date"
  },
  "lastUpdateUnix": {
    "label": "Last Update (unix)",
    "format": "number"
  },
  "nextUpdateUnix": {
    "label": "Next Update (unix)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Exchange Rates Scraper (166 Currencies)](https://apify.com/parseforge/openexchangerates-free-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openexchangerates-free-scraper) to learn more, explore other use cases, and run it yourself.