# US Treasury Interest Rates Scraper

**Use case:** 

Pull average interest rates on US Treasury securities from official Fiscal Data. Clean structured records for financial analysis.

## Input

```json
{
  "dataset": "v2/accounting/od/avg_interest_rates",
  "maxItems": 5
}
```

## Output

```json
{
  "record_date": {
    "label": "Record date",
    "format": "text"
  },
  "debt_held_public_amt": {
    "label": "Debt held public amt",
    "format": "number"
  },
  "intragov_hold_amt": {
    "label": "Intragov hold amt",
    "format": "number"
  },
  "tot_pub_debt_out_amt": {
    "label": "Tot pub debt out amt",
    "format": "number"
  },
  "src_line_nbr": {
    "label": "Src line nbr",
    "format": "number"
  },
  "record_fiscal_year": {
    "label": "Record fiscal year",
    "format": "number"
  },
  "record_fiscal_quarter": {
    "label": "Record fiscal quarter",
    "format": "number"
  },
  "record_calendar_year": {
    "label": "Record calendar year",
    "format": "number"
  },
  "record_calendar_quarter": {
    "label": "Record calendar quarter",
    "format": "number"
  },
  "record_calendar_month": {
    "label": "Record calendar month",
    "format": "number"
  },
  "record_calendar_day": {
    "label": "Record calendar day",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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