earnings-monitor
Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings…
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the user asks about a specific company, wants a stock overview, or needs a quick investment brief.
$ npx -y skills add EodHistoricalData/eodhd-claude-skills --skill company-brief --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/company-briefContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the user asks about a specific company, wants a stock overview, or needs a quick investment brief.
name: company-brief description: >- Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the user asks about a specific company, wants a stock overview, or needs a quick investment brief. version: 0.4.0
Build a comprehensive company brief combining multiple EODHD data sources into a single actionable snapshot. Covers company profile, financial fundamentals, recent news with sentiment, insider activity, and key valuation/growth metrics.
Activate when the user asks for:
1. **Identify the ticker** — resolve to `TICKER.EXCHANGE` format (e.g., `AAPL.US`) 2. **Fetch fundamentals** — `fundamentals` endpoint for profile, valuation, financials 3. **Fetch recent prices** — `eod` endpoint for last 30-90 days of price history 4. **Fetch news** — `news` endpoint (limit 10) for recent headlines and sentiment 5. **Fetch sentiment** — `sentiment` endpoint for daily sentiment scores 6. **Fetch insider activity** — `insider-transactions` endpoint for recent insider trades 7. **Compile brief** using the structure below
**Profile**
**Valuation Snapshot** | Metric | Value | |--------|-------| | P/E (TTM) | — | | Forward P/E | — | | P/S | — | | P/B | — | | EV/EBITDA | — | | Dividend Yield | — |
**Financial Highlights (TTM)**
**Price Action (last 30 days)**
**Recent News & Sentiment**
**Insider Activity**
**Key Takeaways**
> This is not financial advice. Data is for informational purposes only.
| Endpoint | Purpose | Cost | |----------|---------|------| | `fundamentals` | Profile, valuation, financials | 10 calls | | `eod` | Price history | 1 call | | `news` | Recent headlines + sentiment | 5 + 5/ticker | | `sentiment` | Daily sentiment scores | 5 + 5/ticker | | `insider-transactions` | Insider trading activity | 1 call |
Developer-first financial data for Claude — 150,000+ tickers across 70+ exchanges, powered by EODHD API and an OAuth-secured MCP Server. ⚠ Not financial advice. This plugin delivers AI-generated analysis on top of EODHD market data.
Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings…
Comprehensive single-company analysis using EODHD data — profile, fundamentals, price action, news sentiment, insider activity, and technicals, presented as a…
Fetch financial data from EODHD API — historical prices, fundamentals, options, technical indicators, news, sentiment, macro indicators, corporate events, ESG…
Side-by-side comparison of two or more companies using EODHD data — valuation, financials, profitability, performance, and dividends in comparison tables.…
Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and the economic events calendar. Invoke…
Comprehensive market overview using EODHD data — major indices, sector performance, Treasury yield curve, macro snapshot, and commodities. Invoke as…