ETF Documents (US)
etf_docsRetrieve regulatory and prospectus documents for a US ETF by symbol. Returns filing details for US accounts, with optional limit.
Instructions
Get regulatory/prospectus documents (etf-files) for a US ETF. US accounts only; errors with DcRegionRestricted for AP accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _jq | No | Optional jq filter (jaq syntax) applied to this tool's JSON response before it is returned; it never changes the upstream request. One output is returned as-is, several as a JSON array, none as []. Module imports and the `env`/`debug`/`stderr` builtins are unavailable. Example: .data | map({symbol}). Omit for the full response. | |
| limit | No | Maximum number of documents to return. Omit for all. | |
| symbol | Yes | ETF symbol, e.g. "SPY.US" |