# Get today's exchange rates for any currency

**Use case:** 

Daily reference exchange rates for any base and target currencies, plus any historical date or range. No key, no signup.

## Input

```json
{
  "mode": "latest",
  "baseCurrency": "USD",
  "targetCurrencies": [
    "EUR",
    "ILS",
    "GBP"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "date": {
    "label": "Date published",
    "format": "text"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rate": {
    "label": "Rate",
    "format": "number"
  },
  "requestedDate": {
    "label": "Requested",
    "format": "text"
  },
  "note": {
    "label": "Note",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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