Financial Data Fetcher

Financial Data Fetcher is a skill for Claude Code, Codex from gracefullight/stock-checker. It costs 23 tokens per session (1,096 once invoked), scanned A, original, no licence file.

A tool for retrieving current and past market prices, financial news, and company data about business performance and finances.

In plain words
What is it for?
Use it to look up market history, follow financial news, and examine fundamental data for trading decisions.
Why use it?
It provides the market information needed to research or make trading decisions instead of relying only on old or incomplete data.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to look up market history, follow financial news, and examine fundamental data for trading decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gracefullight/stock-checker/financial-data-fetcher
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 gracefullight/stock-checker --skill financial-data-fetcher
Clone the repo
git clone --depth 1 https://github.com/gracefullight/stock-checker

Made for: Claude Code, Codex.

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 Financial Data Fetcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/gracefullight/stock-checker/financial-data-fetcher/github.svg)](https://agentmods.dev/skills/gracefullight/stock-checker/financial-data-fetcher)
Your own site
<a href="https://agentmods.dev/skills/gracefullight/stock-checker/financial-data-fetcher"><img src="https://agentmods.dev/badge/skills/gracefullight/stock-checker/financial-data-fetcher/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 Financial Data Fetcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/gracefullight/stock-checker/financial-data-fetcher"><img src="https://agentmods.dev/badge/skills/gracefullight/stock-checker/financial-data-fetcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,096 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.
Origin unknown 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.00023 $0.01096
Opus 5 $0.00012 $0.00548
Sonnet 5 $0.00005 $0.00219
Haiku 4.5 $0.00002 $0.00110

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

Security

Grade A, and why

Financial Data Fetcher 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.

.agents/skills/Financial Data Fetcher/SKILL.md · 187 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 187 lines · 23 tokens per session scan A c5ad7c59da5c

Subscribe to this mod's changes

Financial Data Fetcher is a skill published in the GitHub repository gracefullight/stock-checker (44 stars, last pushed today), with no licence file. It adds 23 tokens to every session and 1,096 once invoked, about $0.0001 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

polymarket

Query Polymarket: markets, prices, orderbooks, history.

NousResearch/hermes-agent · 18 tokens

quantdata-daily-bias

Reads rolling Brooks price-action events for a stock, ETF, futures contract, FX pair or crypto pair from the Quant Data Brooks Events API — range breakouts with measured failure rates and a calibrated per-event estimate, breakout follow-through, range position, long-range breakouts and climactic spikes — together with…

celineycn/quantdata-plugin · 167 tokens

quantdata-max-pain

Looks up options positioning for US stocks and ETFs — max pain, open-interest call and put walls, put/call ratio, and estimated dealer gamma exposure (GEX) with the zero gamma flip level. Reads Quant Data's free public pages when no API key is set, and prefers the JSON endpoints /v1/maxpain and /v1/gamma when…

celineycn/quantdata-plugin · 140 tokens

quantdata-weis-wave

Reads Weis Wave volume-price structure for a symbol from the Quant Data Weis Wave API — current wave direction and volume, recent completed waves, and detected events (climax-into-buying, no-supply, no-demand, sign-of-thrust) each carrying its pre-registered measured win rate. Use when the user asks about volume…

celineycn/quantdata-plugin · 114 tokens

okx-strategy-research

Write, validate, and backtest Python trading strategies against local OKX one-minute history. Use for strategy authoring, backtest execution, reading results, generating or opening detailed standalone HTML reports, visually comparing runs, and diagnosing local data coverage or gaps.

xiazhi88/desic-okx-agent · 58 tokens

polymarket

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

NeoLabs-Systems/NeoAgent · 37 tokens