Coverage Universe · US-Listed SEC Filers

19 companies covered.
Russell 3000 in progress.

Pre-computed research is live for 21 companies today. Coverage expands continuously — the target is full Russell 3000 coverage. Every covered ticker has a free primer (no authentication required) plus paid fundamental analysis and investment memo tiers.

Coverage progress 19 / 3,000

Russell 3000 · expanding weekly

Coverage Roadmap

Full Russell 3000 coverage.

The Russell 3000 represents approximately 98% of the investable US equity market. Coverage expands weekly — prioritized by request volume and market cap. Every company in the index will have a pre-computed primer, fundamental analysis, and full memo.

· Agents can query /api/v1/coverage to check current availability before making a paid call
· Coverage requests fulfilled in 24–48 hours at no charge
· S&P 500 companies auto-refresh after each quarterly earnings
Today 21 companies
S&P 500 target 500 companies
Russell 3000 goal ~3,000 companies

Coverage scope: US-listed SEC filers only. Foreign private issuers not supported.

Not seeing your ticker?

Request coverage.

Any US-listed SEC filer can be covered. Free, no authentication required. Fulfilled in 24–48 hours.

API request — no auth required

curl -X POST https://marginofinsight.com/api/v1/coverage/request \
  -H "Content-Type: application/json" \
  -d '{"ticker": "AAPL", "email": "you@example.com"}'

Response

{
  "ticker": "AAPL",
  "status": "queued",
  "estimated_ready_hours": 24,
  "check_url": "https://marginofinsight.com/api/v1/coverage/AAPL"
}

Coverage request endpoint launches with the API.  ·  Back to home →