stock-analysis
Installation
SKILL.md
Stock Analysis
Comprehensive stock and company analysis using real-time market data and SEC filings.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.
Data Sources
| Source | What it provides | How to access |
|---|---|---|
| Market Data API | OHLCV bars, news w/ sentiment, company details, financials, dividends, splits | REST API via $API_URL (see below) |
| SEC EDGAR | 10-K, 10-Q, 8-K full text, insider trades, detailed financial statements | edgartools Python library (see references/sec-edgar.md) |
Market Data coverage: All US tickers, 5 years history, 15-min delayed quotes, no rate limits.
When to use which for financials:
- Market Data API
financials— fast, structured, no setup needed. Use for revenue, earnings, margins, balance sheet, cash flow. Covers annual, quarterly, and TTM. - SEC EDGAR — use when you need full filing text, specific filing sections (risk factors, MD&A), or data the API doesn't cover.