Loading...
Loading...
Retrieve full historical end-of-day price data for market indices using Octagon MCP. Use when analyzing index performance over time, tracking market trends, calculating returns, and understanding market context for individual stock analysis.
npx skill4agent add octagonai/skills stock-historical-indexoctagon-agentRetrieve full historical end-of-day price data for the <INDEX> index from <START_DATE> to <END_DATE>.{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve full historical end-of-day price data for the ^GSPC index from 2025-01-01 to 2025-04-30."
}
}| Date | Open | High | Low | Close | Volume | Change | Change % | VWAP |
|---|---|---|---|---|---|---|---|---|
| 2025-04-30 | 5,499.44 | 5,581.84 | 5,433.24 | 5,569.07 | 5.45B | +69.63 | +1.27% | 5,520.90 |
| 2025-04-29 | 5,508.87 | 5,571.95 | 5,505.70 | 5,560.82 | 4.75B | +51.95 | +0.94% | 5,536.84 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
Retrieve full historical end-of-day price data for the ^GSPC index from 2025-01-01 to 2025-04-30.Get historical data for ^IXIC from 2024-01-01 to 2024-12-31.Show ^DJI historical prices for Q1 2025.Retrieve historical data for ^RUT from 2024-06-01 to 2025-06-01.Compare ^GSPC and ^IXIC performance from 2025-01-01 to 2025-03-31.| Symbol | Index | Description |
|---|---|---|
| ^GSPC | S&P 500 | 500 large-cap US stocks |
| ^DJI | Dow Jones | 30 blue-chip stocks |
| ^IXIC | NASDAQ Composite | All NASDAQ stocks |
| ^NDX | NASDAQ 100 | 100 largest NASDAQ |
| ^RUT | Russell 2000 | 2000 small-cap stocks |
| Symbol | Index | Description |
|---|---|---|
| ^XLK | Technology | Tech sector |
| ^XLF | Financials | Financial sector |
| ^XLV | Healthcare | Healthcare sector |
| ^XLE | Energy | Energy sector |
| ^XLI | Industrials | Industrial sector |
| Symbol | Index | Description |
|---|---|---|
| ^VIX | VIX | Market volatility |
| ^VXN | VXN | NASDAQ volatility |
| Field | Description |
|---|---|
| Open | First trade price of day |
| High | Highest price of day |
| Low | Lowest price of day |
| Close | Last trade price of day |
| Volume | Total shares traded |
| Change | Point change from prior close |
| Change % | Percentage change |
| VWAP | Volume-weighted average price |
| Metric | Calculation |
|---|---|
| Daily Range | High - Low |
| Range % | (High - Low) / Open |
| Position in Range | (Close - Low) / (High - Low) |
| Period | Formula |
|---|---|
| Daily | (Close - Prior Close) / Prior Close |
| Weekly | (Friday Close - Monday Open) / Monday Open |
| Monthly | (Month End - Month Start) / Month Start |
| YTD | (Current - Year Start) / Year Start |
Cumulative = (1 + r1) × (1 + r2) × ... × (1 + rn) - 1| Pattern | Interpretation |
|---|---|
| High volume + up | Strong buying |
| High volume + down | Strong selling |
| Low volume + up | Weak rally |
| Low volume + down | Lack of sellers |
| Metric | Purpose |
|---|---|
| Average daily volume | Baseline |
| Volume spike | Unusual activity |
| Volume trend | Participation changes |
| Pattern | Characteristics |
|---|---|
| Uptrend | Higher highs, higher lows |
| Downtrend | Lower highs, lower lows |
| Consolidation | Range-bound |
| Reversal | Trend change |
| MA | Use |
|---|---|
| 50-day | Short-term trend |
| 200-day | Long-term trend |
| Golden Cross | 50 > 200 (bullish) |
| Death Cross | 50 < 200 (bearish) |
| Metric | Calculation |
|---|---|
| Daily Range % | (High - Low) / Close |
| Daily Change | Absolute daily change |
| Std Deviation | Dispersion of returns |
| Daily Change % | Market Condition |
|---|---|
| <0.5% | Low volatility |
| 0.5-1% | Normal |
| 1-2% | Elevated |
| >2% | High volatility |
| >4% | Extreme |
| Criteria | Threshold |
|---|---|
| Big up day | >2% gain |
| Big down day | >2% loss |
| Volume spike | >2x average |
| Range expansion | >2x normal range |
| From Data | Event |
|---|---|
| +9.90% on Apr 9 | Major rally |
| -4.12% on Apr 4 | Significant selloff |
| 9.49B volume | Highest participation |
| Comparison | Formula |
|---|---|
| Alpha | Stock Return - Index Return |
| Beta | Stock Vol / Index Vol × Correlation |
| Relative Strength | Stock / Index |
What was the overall market doing when my stock fell?How did the S&P 500 perform in Q1 2025?What were the biggest up and down days for the market in 2024?Is the market in an uptrend or downtrend?What were the highest volume days for the S&P 500?| Skill | Combined Use |
|---|---|
| stock-performance | Stock vs. index comparison |
| sector-performance-snapshot | Sector vs. index |
| stock-quote | Current vs. historical |
| historical-market-cap | Market cap vs. index |