findata-toolkit-us

findata-toolkit-us is a skill for Claude Code, Codex from Geeksfino/finskills. It costs 101 tokens per session (1,247 once invoked), scanned A, original, Apache-2.0.

A toolkit for analysing companies and stocks listed in the United States. It fetches market data, regulatory filings, insider trades, financial statements, and economic indicators, then calculates investment measures.

In plain words
What is it for?
Use it to inspect stock prices and company finances, screen stocks, analyse portfolios, test risk, and calculate measures such as value, leverage, and financial health.
Why use it?
It puts common market research and portfolio calculations in one set of scripts without requiring paid data access or API keys.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect stock prices and company finances, screen stocks, analyse portfolios, test risk, and calculate measures such as value, leverage, and financial health.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geeksfino/finskills/findata-toolkit
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 Geeksfino/finskills --skill findata-toolkit
Clone the repo
git clone --depth 1 https://github.com/Geeksfino/finskills

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 findata-toolkit-us

README.md
[![agentmods](https://agentmods.dev/badge/skills/geeksfino/finskills/findata-toolkit/github.svg)](https://agentmods.dev/skills/geeksfino/finskills/findata-toolkit)
Your own site
<a href="https://agentmods.dev/skills/geeksfino/finskills/findata-toolkit"><img src="https://agentmods.dev/badge/skills/geeksfino/finskills/findata-toolkit/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 findata-toolkit-us

Your own site · 80×15
<a href="https://agentmods.dev/skills/geeksfino/finskills/findata-toolkit"><img src="https://agentmods.dev/badge/skills/geeksfino/finskills/findata-toolkit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,247 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 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.00101 $0.01247
Opus 5 $0.00051 $0.00624
Sonnet 5 $0.00020 $0.00249
Haiku 4.5 $0.00010 $0.00125

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

Security

Grade A, and why

findata-toolkit-us 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 11d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/common/__init__.py, scripts/common/config.py, scripts/common/utils.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

US-market/findata-toolkit/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FinData Toolkit — US Market

A self-contained data toolkit providing live financial data and quantitative calculations for US market analysis. All data sources are free and require no API keys.

Setup

Install dependencies (one-time):

pip install -r requirements.txt

Available Tools

All scripts are in the scripts/ directory. Run from the skill root directory.

1. Stock Data (scripts/stock_data.py)

Fetch stock fundamentals, price history, and financial metrics via yfinance.

Command Purpose
python scripts/stock_data.py AAPL Basic company info
python scripts/stock_data.py AAPL --metrics Full financial metrics (valuation, profitability, leverage, growth, analyst consensus)
python scripts/stock_data.py AAPL --history --period 1y OHLCV price history
python scripts/stock_data.py AAPL --financials Income statement, balance sheet, cash flow
python scripts/stock_data.py AAPL MSFT GOOGL --screen Screen stocks against value filters

2. SEC EDGAR (scripts/sec_edgar.py)

Fetch insider trading data (Form 4), company filings, and CIK lookups.

Command Purpose
python scripts/sec_edgar.py insider AAPL Recent insider trades
python scripts/sec_edgar.py insider AAPL --days 90 Insider trades in last 90 days
python scripts/sec_edgar.py filings AAPL --form-type 10-K Recent 10-K filings
python scripts/sec_edgar.py cik AAPL Look up CIK number

3. Financial Calculators (scripts/financial_calc.py)

DuPont decomposition, Altman Z-Score, Beneish M-Score, Piotroski F-Score, earnings quality, and working capital analysis.

Command Purpose
python scripts/financial_calc.py AAPL --all All calculations
python scripts/financial_calc.py AAPL --dupont 5-factor DuPont decomposition
python scripts/financial_calc.py AAPL --zscore Altman Z-Score (bankruptcy risk)
python scripts/financial_calc.py AAPL --mscore Beneish M-Score (manipulation detection)
python scripts/financial_calc.py AAPL --fscore Piotroski F-Score (financial strength)
python scripts/financial_calc.py AAPL --quality Earnings quality assessment
python scripts/financial_calc.py AAPL --working-capital Working capital & CCC analysis

Read the full file on GitHub · 110 lines

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. 11d ago First seen · 110 lines · 101 tokens per session scan A abc134f64256

Subscribe to this mod's changes

findata-toolkit-us is a skill published in the GitHub repository Geeksfino/finskills (279 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 101 tokens to every session and 1,247 once invoked, about $0.0005 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

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens