Market data for briefings and interactive queries
Scanned 9/3/2026
Install to Claude Code
npx -y skills add istota-project/istota --skill markets --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Markets?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/istota-project-markets)More formats (shields.io, HTML) on the badges page.
---
name: markets
triggers: [market, stock, stocks, ticker, index, indices, futures, s&p, nasdaq, dow, aapl, quote, trading, finviz, movers, earnings]
description: Market data for briefings and interactive queries
cli: true
source_types: [briefing]
dependencies: [yfinance]
---
For briefings, market data is pre-fetched and included directly in your prompt. You don't need to fetch it yourself.
### Morning Briefings (before noon)
Pre-market futures are provided:
- ES=F: S&P 500 E-mini futures
- NQ=F: Nasdaq 100 E-mini futures
- YM=F: Dow Jones E-mini futures
### Evening Briefings (noon and after)
Index closing prices are provided via yfinance:
- ^GSPC: S&P 500
- ^IXIC: Nasdaq Composite
- ^DJI: Dow Jones Industrial Average
Additionally, FinViz data is scraped and pre-formatted, providing:
- Market headlines (top stories with timestamps)
- Major movers (tickers in the news, sorted by magnitude)
- Futures (crude oil, gold, index futures)
- Forex & bonds (EUR/USD, USD/JPY, treasuries, BTC)
- Economic data releases (with beat/miss indicators vs consensus)
- Upcoming earnings calendar (2-3 days ahead)
Include the pre-fetched market data in your briefing. Copy FinViz data as-is — it is pre-formatted.
### Interactive Use
For market questions in chat, use the CLI:
- `istota-skill markets quote AAPL MSFT GOOGL` — get quotes for specific symbols
- `istota-skill markets summary` — broad market overview (S&P 500, Nasdaq, Dow, VIX, Gold, Oil, 10Y Treasury)
- `istota-skill markets finviz` — market headlines, movers, futures, forex, earnings, economic data (requires browser API)
All commands output JSON.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!