Generate a comprehensive market overview using EODHD data.
Use the market-overview skill workflow:
- Fetch major US indices: S&P 500 (GSPC.INDX), Nasdaq (IXIC.INDX), Dow (DJI.INDX), Russell 2000 (RUT.INDX)
- Fetch sector ETF performance: XLK, XLF, XLV, XLE, XLI, XLY, XLP, XLU, XLRE, XLB, XLC
- Fetch US Treasury yield curve (ust/yield-rates) — latest data
- Fetch key macro indicators for USA — GDP growth, CPI, unemployment
- Fetch commodity prices via liquid ETF proxies — Gold (GLD.US), Crude Oil (USO.US). The COMEX futures
symbols (GC.COMEX, CL.COMEX) are unreliable on standard plans (empty array / error), so prefer the ETF
proxies and note them as proxies in the output.
Present:
- Major Indices table with last price, daily change, % change
- Sector Performance table ranked by today's performance
- Treasury Yield Curve table with key maturities (1M, 3M, 6M, 1Y, 2Y, 5Y, 10Y, 30Y) + 2Y-10Y spread
- Commodities table
- Macro Snapshot with latest GDP, CPI, unemployment
- Key Takeaways — 3-5 bullet points on market themes
If $ARGUMENTS contains specific requests (e.g., "Europe" or "Asia"), include relevant international indices.
Include disclaimer: "This is not financial advice. Data is for informational purposes only."
1---2name: eodhd-market3description: Comprehensive market overview using EODHD data — major indices, sector performance, Treasury yield curve, macro snapshot, and commodities. Invoke as /eodhd-market [region].4---56Generate a comprehensive market overview using EODHD data.78Use the `market-overview` skill workflow:9101. Fetch major US indices: S&P 500 (GSPC.INDX), Nasdaq (IXIC.INDX), Dow (DJI.INDX), Russell 2000 (RUT.INDX)112. Fetch sector ETF performance: XLK, XLF, XLV, XLE, XLI, XLY, XLP, XLU, XLRE, XLB, XLC123. Fetch US Treasury yield curve (ust/yield-rates) — latest data134. Fetch key macro indicators for USA — GDP growth, CPI, unemployment145. Fetch commodity prices via liquid ETF proxies — Gold (GLD.US), Crude Oil (USO.US). The COMEX futures15 symbols (GC.COMEX, CL.COMEX) are unreliable on standard plans (empty array / error), so prefer the ETF16 proxies and note them as proxies in the output.1718Present:19- **Major Indices** table with last price, daily change, % change20- **Sector Performance** table ranked by today's performance21- **Treasury Yield Curve** table with key maturities (1M, 3M, 6M, 1Y, 2Y, 5Y, 10Y, 30Y) + 2Y-10Y spread22- **Commodities** table23- **Macro Snapshot** with latest GDP, CPI, unemployment24- **Key Takeaways** — 3-5 bullet points on market themes2526If $ARGUMENTS contains specific requests (e.g., "Europe" or "Asia"), include relevant international indices.2728Include disclaimer: "This is not financial advice. Data is for informational purposes only."