Finulab Logo Finulab API
v1.0-beta // Internal Build
Developer Infrastructure

Financial market data,
engineered for scale.

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).

bash — 80x24 HTTPS / JSON API

// 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"

  }

}

🏛️ SEC EDGAR Parsing Engine

Automated real-time ingestion of 10-K, 10-Q, DEF-14A, and Form 4 SEC filings converted into clean JSON data structures.

📊 Equities & Crypto Feeds

Low-latency streaming market prices, historical OHLCV candles, and order-book snapshots for stock tickers and crypto pairs.

⚡ Prediction Market Liquidity

Direct API queries into Finulab's on-chain Base prediction pools, probability odds, and market resolution state trees.

Public Documentation Offline

API endpoints, SDKs, and developer key generation are currently in private staging.

Access Restricted