sec_ftd_search_securities
Search ticker symbols and issuer names in LiveDataLink's bounded, self-hosted mirror of official SEC fails-to-deliver files. Returns symbols, names, hosted coverage, reported-observation counts, maximum published balance, pagination, snapshot hash, and provenance. Use this for 'find the FTD ticker for GameStop', 'which SEC fail records mention Tesla?', or to resolve a symbol before a lookup. It does not expose licensed CUSIP identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matches. Default 20. | |
| query | Yes | Ticker fragment or issuer-name phrase. | |
| offset | No | Matches to skip for pagination. Default 0. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |