JW MARKET & OPTIONS API

Give your system the same market intelligence behind JasonWheel.

JW API turns raw market data into structured technical indicators, regime labels, options signal context, historical scans, risk flags, and webhook events that developers can plug directly into dashboards, alerts, research notebooks, and execution review workflows.

GET /v1/equities/TSM/history-pro 200 OK
{
"symbol": "TSM",
"trend_signal": "strong_bull",
"price": 467.67,
"atr_pct": 3.87,
"bb_pctB": 1.0719,
"momentum": "accelerating"
}
Sample Payload

Not a price feed. A decision layer.

A single historical-pro response can return the symbol, venue mapping, daily price, trend label, volatility bands, VWAP/MVWAP, moving averages, RSI, stochastic, MACD, volume, ADX, 3-day indicator slopes, and prior-period context.

The customer does not just receive more columns. They receive structured data that can be converted into alerts, risk gates, execution rules, and research screens.

SymbolTSMSMART / NYSE
Latest Price$467.672026-06-22 sample
TrendStrong BullAPI regime label
ATR3.87%Daily vol context
SMA20
429.98
SMA50
407.66
SMA200
336.33
MVWAP20
431.00
RSI14
64.72
MACD
Bullish
BB %B
1.0719
Volume
8.80M
Sanitized JSON excerpt history-pro
{
  "status": "success",
  "symbol": "TSM",
  "market": "NYSE",
  "data": [{
    "date": "2026-06-22",
    "price": 467.67,
    "analysis": {
      "trend_signal": "strong_bull",
      "VWAP_YTD": 369.31,
      "MVWAP_20": 431.00,
      "SMA_20": 429.98,
      "SMA_50": 407.66,
      "SMA_200": 336.33,
      "ATR_pct": 3.87,
      "BB_upper": 462.93,
      "BB_lower": 397.03,
      "BB_pctB": 1.0719,
      "RSI_14": 64.72,
      "MACD_signal": "bullish",
      "slopes_3D": {
        "SMA20": 2.6760,
        "MVWAP20": 2.8300,
        "MACD": 1.4395,
        "RSI": 3.8442
      }
    }
  }]
}

What your application can do with this.

Trigger alertsNotify when price pushes outside Bollinger bands while momentum slopes accelerate.
Build risk gatesBlock new short-premium entries when ATR%, event risk, or volatility expansion exceeds client rules.
Rank opportunitiesCombine MVWAP distance, RSI, MACD slope, premium quality, and regime state into internal scores.
Feed execution workflowsPass structured context into manual review, confirm-before-execute, or approved automation systems.
API Modules

Modules that map to real trading workflows.

JW keeps the public product simple while exposing modular endpoints underneath for systems that need structured market decisions.

History Pro

Historical daily bars enriched with VWAP, MVWAP, moving averages, RSI, MACD, Bollinger state, ATR, volume, ADX, and 3-day slopes.

Intraday Signal

Live intraday trend, VWAP, wave phase, price structure, and execution-timing context for active monitoring.

Signal Feed

Curated opening and closing signals with strategy, strikes, expiry, premium, regime, and risk context.

Options Strategy Scanner

High-premium opportunity scan across naked puts, credit spreads, covered calls, risk reversals, and directional spreads.

Market Regime

Volatility, liquidity, index confirmation, trend, event-risk, and macro state endpoints for risk filters.

Webhooks & Entitlements

Push events into internal tools with API keys, module permissions, rate limits, and team access controls.

Developer Experience

Clean endpoints. Rich payloads. No black box required.

API customers can start with read-only analytics and signal feeds, then expand into webhooks, custom dashboards, institutional permissioning, or execution review workflows after onboarding.

API keys and usage tiers
JSON-first payloads
Webhook delivery
Private integration review
Example public contract
curl https://api.jasonwheel.com/v1/equities/TSM/history-pro \
  -H "Authorization: Bearer jw_live_..." \
  -H "Accept: application/json"

curl https://api.jasonwheel.com/v1/signals/latest \
  -H "Authorization: Bearer jw_live_..."

curl https://api.jasonwheel.com/v1/webhooks \
  -H "Authorization: Bearer jw_live_..." \
  -d '{"event":"signal.opened","url":"https://client.app/jw"}'

Starter API

For private dashboards, custom alerts, signal-feed consumers, and lightweight analytics.

$499/mo+
Request Starter API
Most Requested

Pro API

For History Pro, strategy scanner, market regime, historical signal data, webhooks, and higher limits.

$1,499/mo+
Apply for Pro API

Institutional API

For custom integration, entitlements, white-label workflows, private deployment, and execution-review systems.

Custom
Contact Sales

Compliance-aware data infrastructure.

API outputs are provided as SaaS data and operational infrastructure. They are not personalized investment advice, do not guarantee results, and do not custody or move client assets. Execution permissions, where applicable, require separate onboarding and client-controlled brokerage authorization.