Stock Market Analysis
Use this skill when the user asks about equities, ETFs, mutual funds, indices, exchange quotes, market capitalization, price performance, ratings, price targets, analyst grades, sector P/E ratios, industry P/E ratios, sector snapshots, or industry performance.
Workflow
- Use
octagon_stock_data_research for stock, ETF, mutual fund, index, or exchange questions. Do not call raw market-data APIs or scrape pages before using the Octagon tool.
- Include precise symbols when available, such as
AAPL, MSFT, SPY, QQQ, VTSAX, FXAIX, ^GSPC, or NASDAQ.
- Include exact date ranges for historical performance, index charts, market-cap history, sector snapshots, or industry snapshots.
- Put the requested data fields in
metrics, for example quote, market cap, price performance, price targets, ratings snapshot, stock grades, sector P/E, industry P/E, ETF quote, or exchange quote.
- Use
outputFormat: "brief" for quick quote lookups and outputFormat: "research_note" for comparisons, valuation context, or market commentary.
- State the symbols, date range, and metrics used in the final answer. If a field is unavailable, say so plainly.
Output Pattern
Prefer concise answers with:
- Current snapshot or requested historical window.
- Key metrics and comparisons.
- Context from benchmarks, ratings, price targets, or sector/industry data when relevant.
- Caveats about data availability, date ranges, and whether the answer is current or historical.
Relevant Octagon skill themes include stock-quote, stock-performance, stock-price-change, stock-historical-index, batch-market-cap, company-market-cap, ratings-snapshot, price-target-summary, price-target-consensus, stock-grades, sector-pe-ratios, industry-pe-ratios, sector-performance-snapshot, industry-performance-snapshot, and market-analyst-master.
1---2name: stock-market-analysis3description: Analyze stocks, ETFs, mutual funds, indices, exchanges, market caps, ratings, grades, price targets, sector and industry benchmarks using Octagon stock data.4---56# Stock Market Analysis78Use this skill when the user asks about equities, ETFs, mutual funds, indices, exchange quotes, market capitalization, price performance, ratings, price targets, analyst grades, sector P/E ratios, industry P/E ratios, sector snapshots, or industry performance.910## Workflow11121. Use `octagon_stock_data_research` for stock, ETF, mutual fund, index, or exchange questions. Do not call raw market-data APIs or scrape pages before using the Octagon tool.132. Include precise symbols when available, such as `AAPL`, `MSFT`, `SPY`, `QQQ`, `VTSAX`, `FXAIX`, `^GSPC`, or `NASDAQ`.143. Include exact date ranges for historical performance, index charts, market-cap history, sector snapshots, or industry snapshots.154. Put the requested data fields in `metrics`, for example `quote`, `market cap`, `price performance`, `price targets`, `ratings snapshot`, `stock grades`, `sector P/E`, `industry P/E`, `ETF quote`, or `exchange quote`.165. Use `outputFormat: "brief"` for quick quote lookups and `outputFormat: "research_note"` for comparisons, valuation context, or market commentary.176. State the symbols, date range, and metrics used in the final answer. If a field is unavailable, say so plainly.1819## Output Pattern2021Prefer concise answers with:22231. Current snapshot or requested historical window.242. Key metrics and comparisons.253. Context from benchmarks, ratings, price targets, or sector/industry data when relevant.264. Caveats about data availability, date ranges, and whether the answer is current or historical.2728Relevant Octagon skill themes include `stock-quote`, `stock-performance`, `stock-price-change`, `stock-historical-index`, `batch-market-cap`, `company-market-cap`, `ratings-snapshot`, `price-target-summary`, `price-target-consensus`, `stock-grades`, `sector-pe-ratios`, `industry-pe-ratios`, `sector-performance-snapshot`, `industry-performance-snapshot`, and `market-analyst-master`.