# JPY Exchange Rates Today

**Use case:** 

Get current foreign exchange rates for JPY against major world currencies with rate values and timestamps for finance and treasury work.

## Input

```json
{
  "baseCurrency": "JPY",
  "maxItems": 200
}
```

## 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.