MASSARIdocsRequest access

Filings for symbol

GET/v1/filings/{symbol}Whole, less the withheld

Filing history for one issuer.

Parameters

  • symbolpathrequired

    Ticker symbol, case-insensitive.

Response contract

Everything except the fields named as withheld, which are ours and not yours.

Withheld

indexed_at

These are ours: ingest bookkeeping and internal build stamps. They are removed at every level of the response, including inside arrays.

Response fields

The top level keys a live response actually returned, read off the API rather than written down here.

symbolcompanysummarybuckets

How this was verified

Called against 3 different subjects on the live API. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.

Request

curl "https://api.massari.ai/v1/filings/AAPL" \
  -H "Authorization: Bearer $MASSARI_TOKEN"