← ClaudeAtlas

yfinancelisted

Fetch Yahoo Finance market data via the yfinance library. Use for stock, ETF, mutual fund, index, crypto, futures, or FX questions — current quotes, historical OHLCV (daily / intraday), and company / fund fundamentals (P/E, dividend yield, sector, analyst targets, AUM, etc.). Triggers include "current price", "YTD performance", "N-year chart", "P/E ratio", "compare/rank tickers", "what does X do", and non-US tickers like 0700.HK or BMW.DE.
mthli/skills · ★ 2 · Data & Documents · score 69
Install: claude install-skill mthli/skills
# yfinance Python scripts wrapping [yfinance](https://github.com/ranaroussi/yfinance), one per mode: - `scripts/fast_info.py` — current quote; optional `--with-isin` for opt-in ISIN lookup (slow ~1-5 s/ticker, spotty hit rate, see references/fast_info.md) - `scripts/history.py` — historical OHLCV; full bars, `--summary` aggregates, `--events-only` corporate-action rows, `--shares` shares-outstanding time series (equity-only), or `--metadata` snapshot - `scripts/info.py` — profile + fundamentals + analyst; full grouped sections or `--summary` flat dict - `scripts/earnings.py` — upcoming + recent earnings dates with EPS estimates / actuals / surprise - `scripts/financials.py` — annual / quarterly / TTM income statement, balance sheet, and cash flow - `scripts/news.py` — recent Yahoo Finance news headlines per ticker - `scripts/holders.py` — insider / institutional ownership rollup + top-10 institutional and mutual-fund holders - `scripts/options.py` — option chain (calls + puts for one expiry); pair with `--moneyness` for an ATM-band slice + ATM/PCR summary - `scripts/insiders.py` — Form 4 insider transactions (last ~24 mo) + 6-month buy/sell rollup + current roster - `scripts/analyst.py` — analyst recommendations time series (0m / -1m / -2m / -3m bucket counts) + per-event grade-change feed with embedded price-target moves - `scripts/screener.py` — market-wide discovery via Yahoo predefined screens or custom AND/OR queries; ≤250 quotes per call. **Ticker-free** — produces ti