Multi-Asset Valuation Engine

Real-time fundamentals.
Intrinsic value.
One API call.

Access stocks, commodities, forex, crypto, and ETF valuations — each with its own asset-appropriate scoring model — through a simple REST API.

curl
$ curl -H "x-api-key: wtk_your_key" \
  https://w-trader-portal.dataslot.app/api/valuation/AAPL

{
  "ticker": "AAPL",
  "summary": {
    "recommendation": "SELL",
    "avg_intrinsic_value": 124.18,
    "avg_margin_of_safety": -0.330,
    "total_score": 16
  }
}

Endpoints

Everything you need for multi-asset analysis

GET

/api/quote/{symbol}

Real-time price, PE ratio, market cap, 52-week range, volume.

GET

/api/fundamentals/{symbol}

Financial statements, ratios (ROE, margins, D/E), 5-year history.

GET

/api/valuation/{symbol}

Multi-method valuation auto-routed by asset class. BUY/HOLD/SELL.

GET

/api/screener

Semantic search + filter by PE, ROE, sector, recommendation.

GET

/api/opportunities

Contrarian value screener — oversold names still growing revenue.

GET

/api/macro

USD/THB, Gold, Oil historical correlations + rolling analysis.

GET

/api/patterns/analyze/{symbol}

Rule-based chart + candlestick pattern detection across timeframes.

GET

/api/patterns/scan

Screener mode — scan all seeded stocks for active patterns.

Market Coverage

~700 tickers across 5 asset classes

500+
US Stocks
S&P 500 + International
100+
SET Thailand
Thai Blue Chips
15
Commodities
Oil, Gold, Gas, Metals
14
Forex Pairs
Major + THB crosses
22
Crypto
CoinGecko-sourced
22
ETFs
Vanguard, SPDR, iShares
6
Valuation Methods
DCF, Graham, PE, EPV, +
24h
Data Refresh
Daily cron

Start building now

Free API key. No credit card. Admin-approved access.

Create Account