treasury-auction-calendar
Retrieve upcoming US Treasury auction schedules for Bills, Notes, Bonds, TIPS, FRNs. Filter by security type and look-ahead window to get auction dates, issue dates, and terms from official government data.
Instructions
Returns upcoming US Treasury auction schedule (Bills, Notes, Bonds, TIPS, FRNs) from TreasuryDirect.gov. Filter by security type and look-ahead window. Shows auction date, issue date, term, offering amount, coupon rate, and reopening status. Official government data, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Security type filter: 'all', 'bill', 'note', 'bond', 'tips', 'frn', 'cmb'. Default: 'all'. | |
| days_ahead | No | How many calendar days ahead to include auctions for (1–365). Default: 30. | |
| limit | No | Max number of auctions to return (default: 20, max: 100). |