All tools
ToolRead

Get SEC financial model

get_sec_financial_model

Use for SEC-only annual Company Facts history with point-level provenance before discussing a financial model.

When to use it

Use for SEC-only annual Company Facts history with point-level provenance before discussing a financial model.

Typical workflow

Use company context first, then thesis, claims, reviews, and evidence gaps.

What it returns

SEC annual periods, normalized metrics, provenance, and filing URLs.

Avoid using it when

Do not use for Yahoo-backed market history or saved workbook state.

Advanced input contract

Agent hosts use this JSON Schema to validate the exact input shape.

View full registry notes

Read a source-rich SEC-only annual financial model for a ticker. Values are normalized from SEC Company Facts us-gaap 10-K data and include point-level provenance. This does not read Yahoo or Prism-saved workbook assumptions. Use when: Use for SEC-only annual Company Facts history with point-level provenance before discussing a financial model. Avoid when: Do not use for Yahoo-backed market history or saved workbook state.

View JSON Schema
{
  "type": "object",
  "properties": {
    "ticker": {
      "type": "string",
      "minLength": 1,
      "maxLength": 24,
      "pattern": "^[A-Za-z0-9.-]+$"
    }
  },
  "required": [
    "ticker"
  ],
  "additionalProperties": false
}

Useful next tools