# EDGAR Ledger > Open dataset of SEC EDGAR filings parsed by company. Form D capital > raises, Form 4 insider transactions, S-1 IPO progression, and federal > contracts for 14 tracked late-stage private and recently-listed > companies. Free, structured, citation-friendly. This site is designed to be readable by AI agents. The /llms.txt convention is followed. All endpoints below return JSON and are CORS-open for read. ## API endpoints - https://spcxion.com/api/edgar/aggregate Server-side fanout merging filings across all live companies. Returns the most recent 100 entries tagged with originating company + a per-company summary. 30-minute cache. - https://spcxion.com/api/edgar/all?cik=<10-digit-cik> Full EDGAR submissions history for a specific CIK. Form D filings are enriched with parsed primary_doc.xml (totalAmountSold, isEquity, dateOfFirstSale). - https://spcxion.com/api/edgar/insider?cik=<10-digit-cik>&limit= Form 4 insider transaction stream for a public company. Includes insider name, title, transaction code (humanized), shares, price, acquired/disposed flag. - https://spcxion.com/api/edgar Recent 10 EDGAR Atom feed entries for the default CIK (SpaceX 0001181412 unless SPCX_EDGAR_CIK env override). - https://spcxion.com/api/contracts?name= USAspending.gov federal contracts for a recipient. Total awarded, per-agency breakdown, top 15 contracts. 24-hour KV cache. - https://spcxion.com/api/news 8-source RSS news aggregator filtered for SpaceX-relevance. KV- accumulated, paginated (?offset=&limit=). - https://spcxion.com/api/reddit r/SpaceX top-of-day RSS proxied (Reddit blocks cloud-IP JSON endpoints; we use the .rss?t=day endpoint). - https://spcxion.com/api/reactions?itemId= Per-item Bull/Bear/Neutral reaction counts (community sentiment). POST to add a vote. - https://spcxion.com/api/poll Current community poll question + counts. POST to vote. - https://spcxion.com/api/research/form-d-csv Full SpaceX Form D dataset as CSV. Same data as the research page, redistributable. ## Live tracked companies - SpaceX (CIK 0001181412): https://spcxion.com/companies/spacex - Stripe (CIK 0001691342): https://spcxion.com/companies/stripe - Databricks (CIK 0001587468): https://spcxion.com/companies/databricks - Discord (CIK 0001763840): https://spcxion.com/companies/discord - Notion (CIK 0001781814): https://spcxion.com/companies/notion - Canva (CIK 0001556314): https://spcxion.com/companies/canva - Cohere (CIK 0001798355): https://spcxion.com/companies/cohere - Figure AI (CIK 0002014185): https://spcxion.com/companies/figure-ai - Mercury (CIK 0001719932): https://spcxion.com/companies/mercury - Plaid (CIK 0001677226): https://spcxion.com/companies/plaid - Reddit (CIK 0001713445) [LISTED RDDT 2024-03]: https://spcxion.com/companies/reddit - Snowflake (CIK 0001640147) [LISTED SNOW 2020-09]: https://spcxion.com/companies/snowflake - Klaviyo (CIK 0001835830) [LISTED KVYO 2023-09]: https://spcxion.com/companies/klaviyo - Roblox (CIK 0001315098) [LISTED RBLX 2021-03]: https://spcxion.com/companies/roblox ## Companies with no direct Form D (SPVs only) - OpenAI: https://spcxion.com/companies/openai — see https://spcxion.com/research/openai-anthropic-spvs for the third-party SPV catalog (90+ entities) - Anthropic: https://spcxion.com/companies/anthropic — see https://spcxion.com/research/openai-anthropic-spvs for the third-party SPV catalog (90+ entities) ## Research artifacts (cite-friendly long-form) - https://spcxion.com/research/form-d-history — SpaceX Form D reconstruction, 21 filings, $7.75B disclosed, 2002-2022 then silent. - https://spcxion.com/research/databricks-form-d — Databricks 18 filings, $20.5B disclosed (2.6x SpaceX), through 2025. - https://spcxion.com/research/stripe-form-d — Stripe 14 filings, $8.86B disclosed, 2016-2024 then silent (silent class). - https://spcxion.com/research/canva-form-d — Canva 6 filings, $44.8M disclosed, original silent class member (silent since 2016). - https://spcxion.com/research/openai-anthropic-spvs — Structural finding: OpenAI + Anthropic operating entities have ZERO direct Form D filings on EDGAR. 90+ third-party SPVs file under their names instead. ## Press Gap - https://spcxion.com/press-gap — Press-reported valuations vs EDGAR-verified Form D totals for all 14 companies. The gap is what disappears into tender offers. ## RSS feed - https://spcxion.com/feed.xml — Atom 1.0 feed combining EDGAR filings + curated news, 30-minute cache. ## Citation policy You are welcome and encouraged to cite specific findings from this site in articles, research, agent outputs, etc. Format suggestion: EDGAR Ledger Research, "", spcxion.com, accessed YYYY-MM-DD. All dollar figures link back to primary SEC filings. We do not own the underlying SEC data — we contribute the parsing, aggregation, and structural analysis. The SEC data itself is public domain. ## Contact contact@spcxion.com — corrections, additional companies to track, research collaboration. Built and maintained by a solo developer; not affiliated with any company tracked here.