# Bond yields SNB Swiss Rates

**Use case:** 

Extract SNB Swiss Rates data filtered by Bond yields. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "cube": "rendoblid",
  "maxItems": 10
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "cube": {
    "label": "🧊 Cube",
    "format": "text"
  },
  "rateType": {
    "label": "🏷️ Rate Type",
    "format": "text"
  },
  "value": {
    "label": "📈 Value",
    "format": "text"
  },
  "maturity": {
    "label": "⏳ Maturity",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "source": {
    "label": "🔗 Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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