A comprehensive financial data terminal that pulls real-time and historical data from Yahoo Finance. You get 14 commands covering everything from quick price checks to full credit analysis with leverage ratios and debt maturity schedules. The macro dashboard is handy for morning market checks (treasuries, VIX, DXY, commodities, crypto), and the LatAm FX focus is a nice touch if you work with emerging markets. Output defaults to clean Rich tables but supports JSON for scripting. Built with Python and uv, uses inline PEP 723 metadata so dependencies install automatically. It's essentially a Bloomberg terminal lite for the command line, minus the $24k annual subscription.
npx -y skills add 0juano/agent-skills --skill yahoo-finance --agent claude-codeInstalls into .claude/skills of the current project.
Financial data terminal powered by Yahoo Finance. All commands via the yf script.
The script is at {baseDir}/scripts/yf. It uses uv run --script with inline PEP 723 metadata — dependencies install automatically on first run.
chmod +x {baseDir}/scripts/yf
| Command | Purpose | Example |
|---|---|---|
yf price TICKER | Quick price + change + volume | yf price YPF |
yf quote TICKER | Detailed quote (52w, PE, yield) | yf quote AAPL |
yf compare T1,T2,T3 | Side-by-side comparison table | yf compare YPF,PAM,GGAL |
yf credit TICKER | Credit analysis: leverage, coverage, debt maturity | yf credit YPF |
yf macro | Morning macro dashboard (UST, DXY, VIX, oil, gold, BTC, ARS) | yf macro |
yf fx [BASE] | LatAm FX rates (ARS, BRL, CLP, MXN, COP) | yf fx USD |
yf flows ETF | ETF top holdings + fund data | yf flows EMB |
yf history TICKER [PERIOD] | Price history (1d/5d/1mo/3mo/6mo/1y/ytd/max) | yf history YPF 3mo |
yf fundamentals TICKER | Full financials (IS, BS, CF) | yf fundamentals YPF |
yf news TICKER | Recent news headlines | yf news YPF |
yf search QUERY | Find tickers | yf search "argentina bond" |
All commands support --json for machine-readable output.
yf macro → get UST yields, DXY, VIX, commodities, BTC, ARS in one shotyf price TICKER → fast price/change/volumeyf quote → yf fundamentals → yf historyyf credit TICKER → leverage ratios, interest coverage, debt breakdownyf fx → all major LatAm pairs vs USDyf flows ETF → top holdings, AUM, expense ratioyf compare → side-by-side for relative valueThe script handles bad tickers, missing data, and rate limits gracefully with clear error messages. If Yahoo Finance rate-limits, wait a moment and retry.
By default, output uses Rich tables for clean terminal display. Add --json to any command for structured JSON output suitable for piping or further processing.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot