# US Treasury Debt to the Penny Latest Results

**Use case:** 

Latest Results of US Treasury Debt to the Penny. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startDate": "2026-01-01",
  "maxItems": 25
}
```

## Output

```json
{
  "record_date": {
    "label": "📅 Record Date",
    "format": "date"
  },
  "debt_held_public": {
    "label": "🏛️ Debt Held by Public",
    "format": "text"
  },
  "intragov_holdings": {
    "label": "🏢 Intragovernmental Holdings",
    "format": "text"
  },
  "total_public_debt": {
    "label": "💰 Total Public Debt",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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