# INR to USD Exchange Rates for Financial Insights

**Use case:** 

Get INR to USD exchange rates with timestamps for accurate analytics.

## Input

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

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