# Treasury FiscalData dashboard export

**Use case:** 

Export debt, exchange rates, interest expense, and monthly Treasury statement data for fiscal dashboards.

## Input

```json
{
  "datasets": [
    "debt_to_penny",
    "rates_of_exchange",
    "interest_expense",
    "monthly_treasury_statement"
  ],
  "startDate": "2025-01-01",
  "sort": "newest",
  "maxRecords": 500,
  "pageSize": 250,
  "includeRawData": true
}
```

## Output

```json
{
  "datasetId": {
    "label": "Dataset ID"
  },
  "datasetName": {
    "label": "Dataset"
  },
  "recordDate": {
    "label": "Record date",
    "format": "date"
  },
  "fiscalYear": {
    "label": "Fiscal year"
  },
  "category": {
    "label": "Category"
  },
  "subcategory": {
    "label": "Subcategory"
  },
  "country": {
    "label": "Country"
  },
  "currency": {
    "label": "Currency"
  },
  "amount": {
    "label": "Amount"
  },
  "amountType": {
    "label": "Amount type"
  },
  "value": {
    "label": "Value"
  },
  "valueType": {
    "label": "Value type"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date-time"
  }
}
```

## About this Actor

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