eodhd-compare

eodhd-compare is a skill for Claude Code from EodHistoricalData/eodhd-claude-skills. It costs 53 tokens per session (409 once invoked), scanned A, original, MIT.

A side-by-side stock comparison workflow that uses EODHD data for two or more companies.

In plain words
What is it for?
Use it to compare companies by metrics such as P/E, revenue, margins, returns, 52-week range, dividend yield, payout ratio, and ex-dividend date.
Why use it?
It puts valuation, financial results, profitability, market performance, technical indicators, and dividends into comparable tables.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the eodhd-api plugin — 13 skills, 1 agent shipped together

Good fit Use it to compare companies by metrics such as P/E, revenue, margins, returns, 52-week range, dividend yield, payout ratio, and ex-dividend date.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EodHistoricalData/eodhd-claude-skills --skill eodhd-compare
Clone the repo
git clone --depth 1 https://github.com/EodHistoricalData/eodhd-claude-skills

Made for: Claude Code.

Or install eodhd-api, the plugin that ships this one along with the rest of its 13 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eodhd-compare

README.md
[![agentmods](https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare/github.svg)](https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare)
Your own site
<a href="https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare"><img src="https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for eodhd-compare

Your own site · 80×15
<a href="https://agentmods.dev/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare"><img src="https://agentmods.dev/badge/skills/eodhistoricaldata/eodhd-claude-skills/eodhd-compare.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00409
Opus 5 $0.00026 $0.00204
Sonnet 5 $0.00011 $0.00082
Haiku 4.5 $0.00005 $0.00041

Measured 12d ago against content hash 6e36dfe24cbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

eodhd-compare scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/eodhd-compare/SKILL.md · 44 lines

What it actually says

Compare the following companies side-by-side using EODHD data: $ARGUMENTS

Parse the arguments as ticker symbols separated by spaces or commas (e.g., "AAPL MSFT" or "AAPL.US, MSFT.US").

For each company, fetch:

  1. Company fundamentals (valuation, financials, profile)
  2. Recent price history (last 90 days for performance comparison)
  3. Key technical indicators (RSI, SMA trends)

Present a side-by-side comparison table covering:

Valuation | Metric | [Ticker 1] | [Ticker 2] | ... |

  • P/E (TTM), Forward P/E, P/S, P/B, EV/EBITDA

Financials | Metric | [Ticker 1] | [Ticker 2] | ... |

  • Revenue, Net Income, EPS, Revenue Growth YoY

Profitability | Metric | [Ticker 1] | [Ticker 2] | ... |

  • Gross Margin, Operating Margin, Net Margin, ROE, ROA

Performance | Metric | [Ticker 1] | [Ticker 2] | ... |

  • 30d return, YTD return, 52-week range, distance from high

Dividends | Metric | [Ticker 1] | [Ticker 2] | ... |

  • Dividend Yield, Payout Ratio, Ex-Date

Summary: 3-5 bullet points highlighting key differences and which company looks stronger on each dimension.

Include disclaimer: "This is not financial advice. Data is for informational purposes only."

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 44 lines · 53 tokens per session scan A 6e36dfe24cbd

Subscribe to this mod's changes

eodhd-compare is a skill published in the GitHub repository EodHistoricalData/eodhd-claude-skills (37 stars, last pushed 16d ago), licensed MIT. It adds 53 tokens to every session and 409 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hithink-finance-futures

A command-line data source for public futures-market information, including contracts, positions, warehouse receipts, basis, trading schedules, and price charts. Futures are agreements to buy or sell an asset at a set future date.

HiThink-Tech/Financial-API · 78 tokens

hithink-finance-symbol

A command-line tool entry for matching stock or index names, short codes, and tickers to their official identifiers. An identifier is the code needed by later market-data commands.

HiThink-Tech/Financial-API · 71 tokens

hithink-finance-valuation

A workflow for querying current valuation figures for Chinese mainland stocks, known as A-shares. It returns price-based measures such as price-to-earnings, price-to-book, price-to-sales, and price-to-cash-flow ratios.

HiThink-Tech/Financial-API · 58 tokens

hithink-finance-options

A command-line data source for public options-market information, including option varieties, contract details, and intraday or daily prices. An option is a contract that gives its holder a choice to buy or sell an asset under set terms.

HiThink-Tech/Financial-API · 50 tokens

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens