Debt Instrument Detail
GetDebtInstrumentGet one durable debt instrument by its Equibles identifier. Returns current balances, linked filing observation, verified covenant bullets, exact source quotes, and governing or amending SEC documents. History, covenants, and documents are independently paged. Use GetDebtProfile first to obtain the instrument identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol (e.g., AAPL, MSFT). | |
| maxHistory | No | Maximum filing-history rows to return (default 10, max 10). | |
| instrumentId | Yes | Debt instrument identifier returned by GetDebtProfile. | |
| maxCovenants | No | Maximum covenant rows to return (default 10, max 10). | |
| maxDocuments | No | Maximum governing/update documents to return (default 10, max 10). | |
| historyOffset | No | Zero-based filing-history offset for paging. | |
| covenantOffset | No | Zero-based covenant offset for paging. | |
| documentOffset | No | Zero-based document offset for paging. | |
| evidenceOffset | No | Zero-based character offset into the exact evidence for these history and covenant pages. | |
| maxEvidenceCharacters | No | Maximum exact-evidence characters to return for these history and covenant pages (default 0, max 12000). Use a positive value to read evidence losslessly in character pages. |