# Daily BIS Central Bank Policy Rates Standard Export

**Use case:** 

Standard Export of BIS Central Bank Policy Rates for Daily. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "country": "US",
  "frequency": "D",
  "maxItems": 100
}
```

## Output

```json
{
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "frequency": {
    "label": "📊 Frequency",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "policy_rate": {
    "label": "💰 Policy Rate",
    "format": "text"
  },
  "source": {
    "label": "🏛️ Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BIS Central Bank Policy Rates Scraper](https://apify.com/parseforge/bis-policy-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bis-policy-rates-scraper) to learn more, explore other use cases, and run it yourself.