Multi-asset coverage
Alphio covers 8 asset classes across stocks, crypto, derivatives, and prediction markets — all in a single workspace, surfaced through one chat and one watchlist.
Find it at: any detail page (/stock/:symbol, /crypto/:symbol, etc.), or via top-bar symbol search.
1. Asset class matrix
| Asset class | Detail page depth | Trading | Notes |
|---|---|---|---|
| US Stocks | Deep (6 tabs) | Yes — broker via SnapTrade | Full Alphio AI research stack: overview, technicals, financials, etc. |
| HK Stocks | Single page | Yes — broker via SnapTrade | /stock-hk/:symbol route. |
| ETFs | Single page | Yes — broker via SnapTrade | /etf/:symbol route. |
| Crypto (spot) | Single page | Yes — connected venue | /crypto/:symbol route. |
| Hyperliquid Perpetuals | Single page | Yes — on-chain Hyperliquid | /hyperliquid/:symbol route; perpetual contracts. |
| Forex | Single page | Read-only | /forex/:symbol route. |
| Metals | Single page | Read-only | /metals/:symbol route (gold, silver, etc.). |
| Polymarket Prediction | Single page | Yes — signed CLOB orders | Binary outcome markets with USDC bridging. |
Only US Stocks has the multi-tab research stack. The other seven classes have a single consolidated page combining quote, chart, and key data.
2. Detail page depth
The US Stocks detail page (/stock/:symbol) is organised into six tabs:
- Overview — quote, headline figures, company description, key ratios.
- Technical — interactive K-line chart, indicators (MA, RSI, MACD, Bollinger), and pattern detection.
- Financial — income statement, balance sheet, cash flow, multi-period comparison.
- Should I Buy? — Alphio AI's structured buy / hold / avoid view with reasoning.
- News & Events — ticker-tagged news, earnings dates, congressional and institutional trades.
- Stock Price Prediction — short and medium-horizon AI price-path projections with confidence bands.
The other seven asset classes show a single consolidated page. For deeper analysis on those, use Alphio AI directly — see section 4.
3. Symbol search
Symbol search opens from the top bar.
- PC. A modal opens from the top-bar search affordance. Tabs split Stocks and Crypto; results show ticker, name, current quote, and an asset-class badge (US / HK / ETF / Crypto / Metal / Forex / Contract).
- Mobile. A dedicated
/searchroute. The icon lives in the top-right of every page.
Click any result to jump to that asset's detail page. The router resolves the right URL via getAssetDetailPath — HK locale routes to /stock-hk/:symbol, asset-type 1 to /etf/:symbol, asset-type 2 to /crypto/:symbol, asset-type 3 to /metals/:symbol, asset-type 4 to /forex/:symbol, asset-type 5 to /hyperliquid/:symbol, and default to /stock/:symbol.
4. Researching across classes via chat
Alphio AI handles cross-asset questions natively — you don't have to pick a tab first.
- Single asset. "Tell me about NVDA's last earnings." — Alphio AI pulls financials and news.
- Cross-class comparison. "Compare ETH spot vs ETH-USD perp funding over the last 30 days." — Alphio AI pulls both rails.
- Hedged ideas. "If I'm long NVDA, what crypto pair would historically hedge a drawdown?" — Alphio AI runs cross-class correlation.
- Prediction-market context. "What does Polymarket imply for the next Fed decision?" — Alphio AI reads binary odds.
For prompt patterns and conversation shape, see How to chat.
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/research/multi-asset-coverage.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.