earnings-calendar
Get upcoming earnings dates with timing (before/after market) and EPS estimates. Use when user asks about earnings dates, earnings calendar, when a company…
Get fundamental financial data including financials, earnings, and key metrics. Use when user asks about financials, earnings, revenue, profit, balance sheet, income statement, or company fundamentals.
$ npx -y skills add staskh/trading_skills --skill fundamentals --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fundamentalsContext preview
The summary Claude sees to decide when to auto-load this skill.
Get fundamental financial data including financials, earnings, and key metrics. Use when user asks about financials, earnings, revenue, profit, balance sheet, income statement, or company fundamentals.
name: fundamentals description: Get fundamental financial data including financials, earnings, and key metrics. Use when user asks about financials, earnings, revenue, profit, balance sheet, income statement, or company fundamentals. dependencies: ["trading-skills"]
Fetch fundamental financial data from Yahoo Finance.
> **Note:** If `uv` is not installed or `pyproject.toml` is not found, replace `uv run python` with `python` in all commands below.
uv run python scripts/fundamentals.py SYMBOL [--type TYPE]
Returns JSON with:
Present key metrics clearly. Compare actual vs estimated earnings if relevant.
---
Calculate Piotroski's F-Score to evaluate a company's financial strength using 9 fundamental criteria.
uv run python scripts/piotroski.py SYMBOL
Piotroski's F-Score is a fundamental analysis tool developed by Joseph Piotroski that evaluates a company's financial strength using 9 criteria. Each criterion scores 1 point if passed, 0 if failed, for a maximum score of 9.
1. **Positive Net Income** - Company is profitable 2. **Positive ROA** - Assets are generating returns 3. **Positive Operating Cash Flow** - Company generates cash from operations 4. **Cash Flow > Net Income** - High-quality earnings (cash exceeds accounting profit) 5. **Lower Long-Term Debt** - Decreasing leverage (improving financial position) 6. **Higher Current Ratio** - Improving liquidity 7. **No New Shares Issued** - No dilution (or share buybacks) 8. **Higher Gross Margin** - Improving profitability efficiency 9. **Higher Asset Turnover** - More efficient use of assets
Returns JSON with:
Use Piotroski F-Score when:
All timestamps and time-based calculations must use the `America/New_York` timezone. All JSON output must include `generated_at` (NY time string) and `data_delay` fields.
Most retail traders juggle 5+ tabs — broker, charting platform, screener, news feed, spreadsheet — just to decide whether to enter a trade. This project collapses all of that into a single conversational interface powered by Claude.
Get upcoming earnings dates with timing (before/after market) and EPS estimates. Use when user asks about earnings dates, earnings calendar, when a company…
Calculate option Greeks (delta, gamma, theta, vega) and implied volatility for specific options. Use when user asks about Greeks, delta, gamma, theta, vega,…
Get account summary from Interactive Brokers including cash balance, buying power, and account value. Use when user asks about their account, balance, buying…
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
Consolidate IBRK trade CSV files from a directory into a summary report. Groups trades by symbol, underlying, date, strike, buy/sell, and open/close. Outputs…
Find roll options for existing short positions OR find best covered call/put to open against long stock. Use when user asks about rolling shorts, finding roll…