# US Treasury Securities Outstanding Full Export

**Use case:** 

Full Export of US Treasury Securities Outstanding. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

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

## Output

```json
{
  "security_class": {
    "label": "🏷️ Security Class",
    "format": "text"
  },
  "record_date": {
    "label": "📅 Record Date",
    "format": "date"
  },
  "amount_outstanding": {
    "label": "💰 Amount Outstanding",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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