# Live USD to EUR Exchange Rates for 2023

**Use case:** 

Get live USD to EUR exchange rates with timestamps for financial analysis.

## Input

```json
{
  "maxRates": 200,
  "baseCurrency": "USD"
}
```

## Output

```json
{
  "baseCurrency": {
    "label": "Base"
  },
  "targetCurrency": {
    "label": "Target"
  },
  "rate": {
    "label": "Rate"
  },
  "lastUpdated": {
    "label": "Last Updated"
  }
}
```

## About this Actor

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