sifting/io
Reference · v1

API documentation.
Built to be run.

Markets in one API: crypto, US equities, forex, commodities, DEX, and on-chain fundamentals. REST and WebSocket coverage of fundamentals, SEC filings, XBRL, historical bars, live ticks, and pool data. Every endpoint has its own page with parameters, request samples, response shapes, and a Try-it runner.

Your first call

Verify your key in under a minute

Resolve a ticker through the search endpoint. Once this returns a row, your key is live and every other endpoint will accept it.

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/stocks/search?q=apple&limit=5"
Loading runner…
First load only

Reference by category

11 API groups, 33 endpoints, plus the WebSocket protocol. Each endpoint has its own page.

Popular endpoints

WebSocket protocolOne connection, every market.
Errors & rate limitsHTTP codes, error envelope, and limit headers.