From eodhd-claude-skills
Screens stocks using EODHD screener by fundamental and technical criteria—filter market cap, P/E, dividend yield, sector, signals. Enriches top results with fundamentals and price data for analysis.
npx claudepluginhub eodhistoricaldata/eodhd-claude-skills --plugin eodhd-apiThis skill uses the workspace's default tool permissions.
Find stocks matching user-defined criteria using EODHD's screener endpoint, then enrich top results with detailed fundamentals and price data for comparison.
Analyzes dividend safety via payout ratios, FCF coverage, debt metrics, stress tests; evaluates growth rates and income opportunities for US stocks and REITs.
Analyzes US stocks with fundamental (financial metrics, business quality, valuation), technical (indicators, patterns, support/resistance), peer comparisons, and investment reports via web search data. For queries like 'analyze AAPL' or 'compare TSLA vs NVDA'.
Fetches financial data from EODHD API: historical prices, fundamentals, options, technical indicators, news, sentiment, macro indicators, corporate events, ESG scores, and more. Use for stock analysis, market data, earnings, and financial tools.
Share bugs, ideas, or general feedback.
Find stocks matching user-defined criteria using EODHD's screener endpoint, then enrich top results with detailed fundamentals and price data for comparison.
Activate when the user asks for:
screener endpoint with filters, sort, signals, limitfundamentals for detailed data on top 5-10 resultseod for recent price trendsThe screener supports these filter fields:
market_capitalization — market cap rangeearnings_share — EPSdividend_yield — dividend yield %sector — sector nameindustry — industry nameexchange — exchange codewallstreet_target_price — analyst target price50d_new_hi / 50d_new_lo — 50-day new high/low200d_new_hi / 200d_new_lo — 200-day new high/lowbookvalue_neg — negative book valuewallstreet_lo / wallstreet_hi — at analyst low/highFilter Applied
{filters_used}
Results ([N] matches)
| # | Ticker | Name | Sector | Mkt Cap | P/E | Div Yield | Price |
|---|
Top Picks — Detailed Analysis For each top 5 result:
Sector Distribution
| Sector | Count | Avg P/E | Avg Yield |
|---|
Summary
This is not financial advice. Data is for informational purposes only.
# High-dividend large caps
python eodhd_client.py --endpoint screener --filters '{"market_capitalization.gte":10000000000,"dividend_yield.gte":3}' --sort market_capitalization.desc --limit 20
# Undervalued growth stocks
python eodhd_client.py --endpoint screener --filters '{"market_capitalization.gte":1000000000,"earnings_share.gte":1}' --signals 200d_new_lo --limit 20
# Tech sector screening
python eodhd_client.py --endpoint screener --filters '{"sector":"Technology","market_capitalization.gte":5000000000}' --limit 30
| Endpoint | Purpose | Cost |
|---|---|---|
screener | Filter and rank stocks | 1 call |
fundamentals | Detailed data for top picks | 10 calls/ticker |
eod | Price context | 1 call/ticker |
../eodhd-api/references/endpoints/stock-screener-data.md../eodhd-api/references/endpoints/fundamentals-data.md../eodhd-api/references/endpoints/historical-stock-prices.md