commerce — Filings, ownership and tickers — openbash
SEC filing text by ticker, 13F ownership, and the name-to-ticker lookup you need before either.
commerce
commerce is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.
commerce ticker "Vertex Pharmaceuticals"
help
commerce: public-company facts from SEC filings, as JSON.
START HERE
`ticker` when you have a name rather than a symbol: every other study here
is keyed by ticker, and guessing one is how you get a confident answer about
the wrong company.
Studies:
10k <ticker>
an SEC filing's text, by ticker
holders <ticker>
who owns a company, from 13F filings
ticker <name>
a company name to its ticker — start here when you have a name, not a symbol
JSON to stdout, so it composes: pipe to `jq` to pick a field, or `> /tmp/…` to keep it.
Run a study with no arguments — `commerce 10k` — to see what it takes.
What it answers
commerce 10k — an SEC filing's text, by ticker commerce holders — who owns a company, from 13F filings commerce ticker — a company name to its ticker — start here when you have a name, not a symbol