Finulab API delivers a unified programmatic, real-time access to stock, crypto, prediction market data, alongside SEC filing data (10-Ks, 10-Qs, DEF-14A, and much more).
// Fetch real-time market data & SEC filing event feeds
GET /v1/data/sec/filings?ticker=AAPL
{
"status": "success",
"ticker": "AAPL",
"latest_filing": {
"form_type": "10-Q",
"filed_at": "2026-08-12T16:01:00Z",
"sec_edgar_url": "https://sec.gov/edgar/..."
},
"prediction_market": {
"market_id": "mkt_9921_aapl",
"question": "Will AAPL cross $330?",
"implied_probability": "0.84"
}
}
Automated real-time ingestion of 10-K, 10-Q, DEF-14A, and Form 4 SEC filings converted into clean JSON data structures.
Low-latency streaming market prices, historical OHLCV candles, and order-book snapshots for stock tickers and crypto pairs.
Direct API queries into Finulab's on-chain Base prediction pools, probability odds, and market resolution state trees.
API endpoints, SDKs, and developer key generation are currently in private staging.