sec_ftd_history
Return a bounded, paginated history of published nonzero SEC fails-to-deliver balance records for one ticker in the self-hosted hot window. Includes settlement dates, quantities, SEC price fields, source-row counts, pagination, and provenance. Use this for 'show GME FTD balances over time', 'chart TSLA published fail balances this quarter', or to inspect point-in-time changes. Do not sum the observations as daily flow; omitted dates are not filled with inferred zeros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum published dates. Default 30. | |
| offset | No | Published dates to skip. Default 0. | |
| symbol | Yes | Exact ticker symbol as published by the SEC. Use sec_ftd_search_securities for issuer-name searches. | |
| end_date | No | Settlement date in YYYY-MM-DD format, within the hosted hot window. | |
| start_date | No | Settlement date in YYYY-MM-DD format, within the hosted hot window. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |