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
- Fetch major indices —
eod for S&P 500 (GSPC.INDX), Nasdaq (IXIC.INDX), Dow (DJI.INDX), Russell 2000 (RUT.INDX)
- Fetch international indices — FTSE, DAX, Nikkei, Shanghai as needed
- Fetch sector ETFs —
eod-bulk-last-day or individual sector ETF prices (XLK, XLF, XLV, XLE, XLI, etc.)
- Fetch Treasury rates —
ust/yield-rates, ust/bill-rates for yield curve
- Fetch macro data —
macro-indicator for latest GDP, CPI, unemployment
- 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.
- 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
1---2name: market-overview3description: Generate a broad market overview — major indices, sector performance, top movers, macro indicators, Treasury rates, and commodities. Use when the user asks "how's the market?", wants a daily market summary, or needs a macro context for investment decisions.4---56# Skill: market-overview78## Purpose910Produce a comprehensive market overview combining index performance, sector breakdown, macro-economic data, Treasury rates, and commodity prices from EODHD data.1112## Trigger1314Activate when the user asks for:15- Market overview, market summary, or "how's the market?"16- Sector performance or rotation analysis17- Daily/weekly market recap18- Macro context for the market19- Treasury yield curve or interest rate overview20- Commodity prices overview2122## Workflow23241. **Fetch major indices** — `eod` for S&P 500 (`GSPC.INDX`), Nasdaq (`IXIC.INDX`), Dow (`DJI.INDX`), Russell 2000 (`RUT.INDX`)252. **Fetch international indices** — FTSE, DAX, Nikkei, Shanghai as needed263. **Fetch sector ETFs** — `eod-bulk-last-day` or individual sector ETF prices (XLK, XLF, XLV, XLE, XLI, etc.)274. **Fetch Treasury rates** — `ust/yield-rates`, `ust/bill-rates` for yield curve285. **Fetch macro data** — `macro-indicator` for latest GDP, CPI, unemployment296. **Fetch commodities** — `eod` via liquid ETF proxies: gold (`GLD.US`), oil (`USO.US`). The COMEX30 futures symbols (`GC.COMEX`, `CL.COMEX`) are unreliable on standard plans (empty array / error) — prefer31 the ETF proxies and label them as proxies in the output.327. **Compile overview**3334## Output Structure3536### Market Overview — [Date]3738**Major Indices**39| Index | Last | Change | % Change | YTD |40|-------|------|--------|----------|-----|41| S&P 500 | — | — | — | — |42| Nasdaq Composite | — | — | — | — |43| Dow Jones | — | — | — | — |44| Russell 2000 | — | — | — | — |4546**Sector Performance (Today)**47| Sector | ETF | Change % |48|--------|-----|----------|49| Technology | XLK | — |50| Financials | XLF | — |51| Healthcare | XLV | — |52| Energy | XLE | — |53| ... | ... | ... |5455**Treasury Yield Curve**56| Maturity | Yield | Change |57|----------|-------|--------|58| 1M | — | — |59| 3M | — | — |60| 2Y | — | — |61| 10Y | — | — |62| 30Y | — | — |63- Spread (10Y-2Y): — bps64- Curve shape: normal / flat / inverted6566**Commodities**67| Commodity | Price | Change % |68|-----------|-------|----------|69| Gold | — | — |70| Crude Oil (WTI) | — | — |71| Silver | — | — |72| Natural Gas | — | — |7374**Macro Snapshot**75- GDP Growth (latest): —76- CPI (latest): —77- Unemployment Rate: —78- Fed Funds Rate: —7980**Key Takeaways**81- 3-5 bullet points on market themes8283> This is not financial advice. Data is for informational purposes only.8485## Endpoints Used8687| Endpoint | Purpose | Cost |88|----------|---------|------|89| `eod` | Index/commodity prices | 1 call each |90| `eod-bulk-last-day` | Sector ETFs in bulk | 100 calls |91| `ust/yield-rates` | Treasury yield curve | 1 call |92| `ust/bill-rates` | Short-term rates | 1 call |93| `macro-indicator` | GDP, CPI, unemployment | 1 call each |9495## References9697- `../eodhd-api/references/endpoints/historical-stock-prices.md`98- `../eodhd-api/references/endpoints/ust-yield-rates.md`99- `../eodhd-api/references/endpoints/ust-bill-rates.md`100- `../eodhd-api/references/endpoints/macro-indicator.md`101- `../eodhd-api/references/general/indices-data-notes.md`