Skip to main content
For the premium stock-analysis product layer, see:

Market Monitoring

Customizable Market Watchlist

The Markets panel supports user-customizable stock and commodity symbol lists, allowing analysts to track specific instruments beyond the default index set. The watchlist accepts multiple formats:
  • Index symbols: ^GSPC, ^DJI, ^IXIC
  • Stock tickers: AAPL, BRK-B, NVDA
  • Commodities: GC=F (gold), CL=F (crude oil)
  • Crypto pairs: BTC-USD, ETH-USD
  • Friendly labels: TSLA|Tesla Inc (pipe-separated display name)
Symbols are entered via a modal dialog accessible from the Markets panel settings icon. The input accepts comma-separated, newline-separated, or SYMBOL|Label formats. Watchlist state is stored in localStorage as wm-market-watchlist-v1 (max 50 symbols, deduplicated). Changes emit a wm-market-watchlist-changed CustomEvent for live synchronization across panels without page reload.

Macro Signal Analysis (Market Radar)

The Market Radar panel computes a composite BUY/CASH verdict from 7 independent signals sourced entirely from free APIs (Yahoo Finance, mempool.space, alternative.me):
SignalComputationBullish When
LiquidityJPY/USD 30-day rate of changeROC > -2% (no yen squeeze)
Flow StructureBTC 5-day return vs QQQ 5-day returnGap < 5% (aligned)
Macro RegimeQQQ 20-day ROC vs XLP 20-day ROCQQQ outperforming (risk-on)
Technical TrendBTC vs SMA50 + 30-day VWAPAbove both (bullish)
Hash RateBitcoin mining hashrate 30-day changeGrowing > 3%
Mining CostBTC price vs hashrate-implied costPrice > $60K (profitable)
Fear & Greedalternative.me sentiment indexValue > 50
The overall verdict requires ≥57% of known signals to be bullish (BUY), otherwise CASH. Signals with unknown data are excluded from the denominator. VWAP Calculation — Volume-Weighted Average Price is computed from aligned price/volume pairs over a 30-day window. Pairs where either price or volume is null are excluded together to prevent index misalignment:
VWAP = Σ(price × volume) / Σ(volume)    for last 30 trading days
The Mayer Multiple (BTC price / SMA200) provides a long-term valuation context — historically, values above 2.4 indicate overheating, while values below 0.8 suggest deep undervaluation.

Investment & FDI

Gulf FDI Investment Database

The Finance variant includes a curated database of 64 major foreign direct investments by Saudi Arabia and the UAE in global critical infrastructure. Investments are tracked across 12 sectors:
SectorExamples
PortsDP World’s 11 global container terminals, AD Ports (Khalifa, Al-Sokhna, Karachi), Saudi Mawani ports
EnergyADNOC Ruwais LNG (9.6 mtpa), Aramco’s Motiva Port Arthur refinery (630K bpd), ACWA Power renewables
ManufacturingMubadala’s GlobalFoundries (82% stake, 3rd-largest chip foundry), Borealis (75%), SABIC (70%)
RenewablesMasdar wind/solar (UK Hornsea, Zarafshan 500MW, Gulf of Suez), NEOM Green Hydrogen (world’s largest)
MegaprojectsNEOM THE LINE (500B),SaudiNationalCloud(500B), Saudi National Cloud (6B hyperscale datacenters)
TelecomsSTC’s 9.9% stake in Telefónica, PIF’s 20% of Telecom Italia NetCo
Each investment records the investing entity (DP World, Mubadala, PIF, ADNOC, Masdar, Saudi Aramco, ACWA Power, etc.), target country, geographic coordinates, investment amount (USD), ownership stake, operational status, and year. The Investments Panel provides filterable views by country (SA/UAE), sector, entity, and status — clicking any row navigates the map to the investment location. On the globe, investments appear as scaled bubbles: ≥50Bprojects(NEOM)renderatmaximumsize,whilesub50B projects (NEOM) render at maximum size, while sub-1B investments use smaller markers. Color encodes status: green for operational, amber for under-construction, blue for announced.

Crypto & Stablecoins

Stablecoin Peg Monitoring

Five major stablecoins (USDT, USDC, DAI, FDUSD, USDe) are monitored via the CoinGecko API with 2-minute caching. Each coin’s deviation from the $1.00 peg determines its health status:
DeviationStatusIndicator
≤ 0.5%ON PEGGreen
0.5% – 1.0%SLIGHT DEPEGYellow
> 1.0%DEPEGGEDRed
The panel aggregates total stablecoin market cap, 24h volume, and an overall health status (HEALTHY / CAUTION / WARNING). The coins query parameter accepts a comma-separated list of CoinGecko IDs, validated against a [a-z0-9-]+ regex to prevent injection.

BTC ETF Flow Estimation

Ten spot Bitcoin ETFs are tracked via Yahoo Finance’s 5-day chart API (IBIT, FBTC, ARKB, BITB, GBTC, HODL, BRRR, EZBC, BTCO, BTCW). Since ETF flow data requires expensive terminal subscriptions, the system estimates flow direction from publicly available signals:
  • Price change — daily close vs. previous close determines direction
  • Volume ratio — current volume / trailing average volume measures conviction
  • Flow magnitudevolume × price × direction × 0.1 provides a rough dollar estimate
This is an approximation, not a substitute for official flow data, but it captures the direction and relative magnitude correctly. Results are cached for 15 minutes.

Energy & Commodities

Oil & Energy Analytics

The Oil & Energy panel tracks four key indicators from the U.S. Energy Information Administration (EIA) API:
IndicatorSeriesUpdate Cadence
WTI CrudeSpot price ($/bbl)Weekly
Brent CrudeSpot price ($/bbl)Weekly
US ProductionCrude oil output (Mbbl/d)Weekly
US InventoryCommercial crude stocksWeekly
Trend detection flags week-over-week changes exceeding ±0.5% as rising or falling, with flat readings within the threshold shown as stable. Results are cached client-side for 30 minutes. The panel provides energy market context for geopolitical analysis — price spikes often correlate with supply disruptions in monitored conflict zones and chokepoint closures.

Central Bank & Trade

BIS Central Bank Data

The Economic panel integrates data from the Bank for International Settlements (BIS), the central bank of central banks, providing three complementary datasets:
DatasetDescriptionUse Case
Policy RatesCurrent central bank policy rates across major economiesMonetary policy stance comparison — tight vs. accommodative
Real Effective Exchange RatesTrade-weighted currency indices adjusted for inflation (REER)Currency competitiveness — rising REER = strengthening, falling = weakening
Credit-to-GDPTotal credit to the non-financial sector as percentage of GDPCredit bubble detection — high ratios signal overleveraged economies
Data is fetched through three dedicated BIS RPCs (GetBisPolicyRates, GetBisExchangeRates, GetBisCredit) in the economic/v1 proto service. Each dataset uses independent circuit breakers with 30-minute cache TTLs. The panel renders policy rates as a sorted table with spark bars, exchange rates with directional trend indicators, and credit-to-GDP as a ranked list. BIS data freshness is tracked in the intelligence gap system — staleness or failures surface as explicit warnings rather than silent gaps.

WTO Trade Policy Intelligence

The Trade Policy panel provides real-time visibility into global trade restrictions, tariffs, and barriers — critical for tracking economic warfare, sanctions impact, and supply chain disruption risk. Four data views are available:
TabData SourceContent
RestrictionsWTO trade monitoringActive trade restrictions with imposing/affected countries, product categories, and enforcement dates
TariffsWTO tariff databaseTariff rate trends between country pairs (e.g., US↔China) with historical datapoints
FlowsWTO trade statisticsBilateral trade flow volumes with year-over-year change indicators
BarriersWTO SPS/TBT notificationsSanitary, phytosanitary, and technical barriers to trade with status tracking
RevenueUS Treasury Monthly Treasury StatementMonthly US customs duties revenue with fiscal-year-to-date totals and year-over-year comparison
The trade/v1 proto service defines five RPCs. The four WTO RPCs each have their own circuit breaker (30-minute cache TTL) and upstreamUnavailable signaling for graceful degradation when WTO endpoints are temporarily unreachable. The fifth RPC (GetCustomsRevenue) serves US Treasury customs duties data from a Railway seed (free API, no key required). The panel is available on FULL and FINANCE variants. WTO data feeds into the data freshness tracker as wto_trade, and Treasury revenue as treasury_revenue, with intelligence gap warnings when either feed goes stale. The Revenue tab is particularly relevant during periods of active trade policy changes. US customs duties revenue spiked from approximately 7B/month(pre2025)to7B/month (pre-2025) to 27-31B/month following the 2025-2026 tariff escalation. WTO annual tariff data lags by approximately one year, so the monthly Treasury revenue data provides near-real-time visibility into the actual fiscal impact of tariff policy. The Revenue tab shows a fiscal-year-to-date summary with a year-over-year comparison using matched fiscal month counts (e.g., FY2026 Oct-Feb vs FY2025 Oct-Feb), along with a monthly table highlighting months where revenue exceeds twice the prior-year monthly average. On desktop without a WTO API key, the Revenue tab is still accessible since Treasury data requires no authentication.

Supply Chain

Supply Chain Disruption Intelligence

The Supply Chain panel provides real-time visibility into global logistics risk across three complementary dimensions — strategic chokepoint health, shipping cost trends, and critical mineral concentration — enabling early detection of disruptions that cascade into economic and geopolitical consequences. Chokepoints tab — monitors 9 strategic waterways (Suez Canal, Strait of Malacca, Strait of Hormuz, Bab el-Mandeb, Panama Canal, Taiwan Strait, Strait of Gibraltar, Bosphorus, Dardanelles) by cross-referencing live navigational warnings with AIS vessel disruption data. Each chokepoint receives a disruption score (0–100) computed from a three-component formula: baseline threat level (war zone / critical / high / elevated / normal), active warning count (capped contribution), and AIS congestion severity — mapped to color-coded status indicators (green/yellow/red). Chokepoint identification uses text-evidence matching (keyword scoring with primary and area terms) before falling back to geographic proximity, preventing misclassification of events that mention one chokepoint but are geographically closer to another. Data is cached with a 5-minute TTL for near-real-time awareness. Shipping Rates tab — tracks two Federal Reserve Economic Data (FRED) series: the Deep Sea Freight Producer Price Index (PCU483111483111) and the Freight Transportation Services Index (TSIFRGHT). Statistical spike detection flags abnormal price movements against recent history. Inline SVG sparklines render 24 months of rate history at a glance. Cached for 1 hour to reflect the weekly release cadence of underlying data. Critical Minerals tab — applies the Herfindahl-Hirschman Index (HHI) to 2024 global production data for minerals critical to technology and defense manufacturing — lithium, cobalt, rare earths, gallium, germanium, and others. The HHI quantifies supply concentration risk: a market dominated by a single producer scores near 10,000, while a perfectly distributed market scores near 0. Each mineral displays the top 3 producing countries with market share percentages, flagging single-country dependencies that represent strategic vulnerability (e.g., China’s dominance in rare earth processing). This tab uses static production data, cached for 24 hours with no external API dependency. The panel is available on the FULL (World Monitor) variant and integrates with the infrastructure cascade model — when a chokepoint disruption coincides with high mineral concentration risk for affected trade routes, the combined signal feeds into convergence detection. See also Maritime Intelligence for vessel tracking and dark ship detection.