# Debt To Penny Treasury Fiscal Data

**Use case:** 

Explore debt to penny with Treasury Fiscal Data Scraper - Federal Finance. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "dataset": "debt_to_penny",
  "filter": "",
  "maxResults": 3
}
```

## Output

```json
{
  "dataset": {
    "label": "Dataset",
    "format": "text"
  },
  "record_date": {
    "label": "Record Date",
    "format": "date"
  },
  "total_public_debt": {
    "label": "Total Public Debt",
    "format": "number"
  },
  "debt_held_by_public": {
    "label": "Debt Held By Public",
    "format": "number"
  },
  "intragovernmental_holdings": {
    "label": "Intragovernmental Holdings",
    "format": "number"
  },
  "security_description": {
    "label": "Security Description",
    "format": "text"
  },
  "average_interest_rate": {
    "label": "Average Interest Rate",
    "format": "number"
  },
  "record": {
    "label": "Record",
    "format": "text"
  },
  "source_url": {
    "label": "Source Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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