Start here
Pick the surface that matches how you call APIs. Both authenticate with the samenxs_ key in the X-API-Key header.
REST quickstart
Create a key, call
GET /v2/snapshot?symbol=AAPL, and read the response. Five minutes from zero to a parsed snapshot.Hosted MCP
Point an MCP client at
https://api.noxstock.com/mcp and call the read-only noxstock_* tools that wrap the same routes.Coverage
5,119 US-listed symbols on NYSE and NASDAQ: 5,062 stocks and 57 ETFs. Every stock resolves to an SEC filer; daily price history runs back up to 5 years. Some data families do not apply to every symbol, so check coverage and gaps before you commit to a route.What to call for what
Start narrow with/v2/search, /v2/coverage, and /v2/snapshot, then add depth only when the question needs it. Routes beyond the four Free ones need Starter or Builder. The endpoint guide maps jobs to the smallest route set.
| Need | Routes |
|---|---|
| Discovery and events | /v2/search, /v2/coverage, /v2/calendar |
| First-pass context | /v2/snapshot, /v2/profile |
| Valuation and fundamentals | /v2/valuation, /v2/fundamentals, /v2/earnings, /v2/dividends |
| Price behavior | /v2/technicals, /v2/price-action, /v2/history, /v2/compare |
| SEC and insider context | /v2/filings, /v2/filings/{accession}, /v2/filings/{accession}/section/{name}, /v2/insider |
Free keys can call
/v2/search, /v2/coverage, /v2/snapshot, and /v2/valuation. Starter and Builder reach every route. See plans and limits for rate limits and quotas.What it is not
noxstock does not trade or execute, and it is not:- a real-time exchange-grade market data feed
- options, L2/order-book, or global-equities coverage
- analyst consensus, price targets, transcripts, news, or ownership/13F data
- a screener or full cross-symbol database
- investment advice