# All reference rates (default) NY Fed Reference Rates

**Use case:** 

Extract NY Fed Reference Rates data filtered by All reference rates (default). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "rateGroup": "all",
  "rateType": "",
  "historyDays": 30,
  "maxItems": 10
}
```

## Output

```json
{
  "type": {
    "label": "🏷 Type",
    "format": "text"
  },
  "rateName": {
    "label": "📌 Rate Name",
    "format": "text"
  },
  "effectiveDate": {
    "label": "📅 Effective Date",
    "format": "text"
  },
  "percentRate": {
    "label": "📈 Rate %",
    "format": "number"
  },
  "volumeInBillions": {
    "label": "💵 Volume ($B)",
    "format": "number"
  },
  "percentPercentile1": {
    "label": "1st %ile",
    "format": "number"
  },
  "percentPercentile25": {
    "label": "25th %ile",
    "format": "number"
  },
  "percentPercentile75": {
    "label": "75th %ile",
    "format": "number"
  },
  "percentPercentile99": {
    "label": "99th %ile",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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