# Market Overview

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-eodhistoricaldata-eodhd-claude-skills-market-overview`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [EodHistoricalData](https://agentstack.voostack.com/s/eodhistoricaldata)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [EodHistoricalData](https://github.com/EodHistoricalData)
- **Source:** https://github.com/EodHistoricalData/eodhd-claude-skills/tree/main/skills/market-overview
- **Website:** https://eodhd.com

## Install

```sh
agentstack add skill-eodhistoricaldata-eodhd-claude-skills-market-overview
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: market-overview

## Purpose

Produce a comprehensive market overview combining index performance, sector breakdown, macro-economic data, Treasury rates, and commodity prices from EODHD data.

## Trigger

Activate when the user asks for:
- Market overview, market summary, or "how's the market?"
- Sector performance or rotation analysis
- Daily/weekly market recap
- Macro context for the market
- Treasury yield curve or interest rate overview
- Commodity prices overview

## Workflow

1. **Fetch major indices** — `eod` for S&P 500 (`GSPC.INDX`), Nasdaq (`IXIC.INDX`), Dow (`DJI.INDX`), Russell 2000 (`RUT.INDX`)
2. **Fetch international indices** — FTSE, DAX, Nikkei, Shanghai as needed
3. **Fetch sector ETFs** — `eod-bulk-last-day` or individual sector ETF prices (XLK, XLF, XLV, XLE, XLI, etc.)
4. **Fetch Treasury rates** — `ust/yield-rates`, `ust/bill-rates` for yield curve
5. **Fetch macro data** — `macro-indicator` for latest GDP, CPI, unemployment
6. **Fetch commodities** — `eod` via liquid ETF proxies: gold (`GLD.US`), oil (`USO.US`). The COMEX
   futures symbols (`GC.COMEX`, `CL.COMEX`) are unreliable on standard plans (empty array / error) — prefer
   the ETF proxies and label them as proxies in the output.
7. **Compile overview**

## Output Structure

### Market Overview — [Date]

**Major Indices**
| Index | Last | Change | % Change | YTD |
|-------|------|--------|----------|-----|
| S&P 500 | — | — | — | — |
| Nasdaq Composite | — | — | — | — |
| Dow Jones | — | — | — | — |
| Russell 2000 | — | — | — | — |

**Sector Performance (Today)**
| Sector | ETF | Change % |
|--------|-----|----------|
| Technology | XLK | — |
| Financials | XLF | — |
| Healthcare | XLV | — |
| Energy | XLE | — |
| ... | ... | ... |

**Treasury Yield Curve**
| Maturity | Yield | Change |
|----------|-------|--------|
| 1M | — | — |
| 3M | — | — |
| 2Y | — | — |
| 10Y | — | — |
| 30Y | — | — |
- Spread (10Y-2Y): — bps
- Curve shape: normal / flat / inverted

**Commodities**
| Commodity | Price | Change % |
|-----------|-------|----------|
| Gold | — | — |
| Crude Oil (WTI) | — | — |
| Silver | — | — |
| Natural Gas | — | — |

**Macro Snapshot**
- GDP Growth (latest): —
- CPI (latest): —
- Unemployment Rate: —
- Fed Funds Rate: —

**Key Takeaways**
- 3-5 bullet points on market themes

> This is not financial advice. Data is for informational purposes only.

## Endpoints Used

| Endpoint | Purpose | Cost |
|----------|---------|------|
| `eod` | Index/commodity prices | 1 call each |
| `eod-bulk-last-day` | Sector ETFs in bulk | 100 calls |
| `ust/yield-rates` | Treasury yield curve | 1 call |
| `ust/bill-rates` | Short-term rates | 1 call |
| `macro-indicator` | GDP, CPI, unemployment | 1 call each |

## References

- `../eodhd-api/references/endpoints/historical-stock-prices.md`
- `../eodhd-api/references/endpoints/ust-yield-rates.md`
- `../eodhd-api/references/endpoints/ust-bill-rates.md`
- `../eodhd-api/references/endpoints/macro-indicator.md`
- `../eodhd-api/references/general/indices-data-notes.md`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [EodHistoricalData](https://github.com/EodHistoricalData)
- **Source:** [EodHistoricalData/eodhd-claude-skills](https://github.com/EodHistoricalData/eodhd-claude-skills)
- **License:** MIT
- **Homepage:** https://eodhd.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-eodhistoricaldata-eodhd-claude-skills-market-overview
- Seller: https://agentstack.voostack.com/s/eodhistoricaldata
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
