# US Treasury Exchange Rates in United States

**Use case:** 

Find and extract US Treasury Exchange Rates in United States. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "country": "United States",
  "startDate": "2026-01-01",
  "maxItems": 10
}
```

## Output

```json
{
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "exchange_rate": {
    "label": "💰 Exchange Rate",
    "format": "text"
  },
  "effective_date": {
    "label": "📅 Effective Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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