AgentStack
SKILL verified MIT Self-run

Financial Data

skill-ancs21-ai-sub-invest-financial-data · by ancs21

Fetch stock financial data including metrics, prices, news, and insider trades. Use when analyzing stocks, getting financial metrics, or researching company fundamentals.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-ancs21-ai-sub-invest-financial-data

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Financial Data? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Financial Data Fetcher

Overview

Provides financial data from the Financial Datasets API for stock analysis.

Requirements

Ensure FINANCIAL_DATASETS_API_KEY is set in environment.

Usage

Get Financial Metrics

python .claude/skills/financial-data/scripts/get_metrics.py AAPL 2024-12-01 ttm 10

Returns: ROE, debt/equity, margins, P/E, current ratio, etc.

Get Stock Prices

python .claude/skills/financial-data/scripts/get_prices.py AAPL 2024-01-01 2024-12-01

Returns: Daily OHLCV price data.

Get Company News

python .claude/skills/financial-data/scripts/get_news.py AAPL 2024-12-01 10

Returns: Recent news articles with sentiment.

Get Insider Trades

python .claude/skills/financial-data/scripts/get_insider.py AAPL 2024-12-01 20

Returns: Recent insider buying/selling activity.

Get Market Cap

python .claude/skills/financial-data/scripts/get_market_cap.py AAPL 2024-12-01

Returns: Current market capitalization.

Search Financial Line Items

python .claude/skills/financial-data/scripts/search_line_items.py AAPL 2024-12-01 ttm 10

Returns: Detailed financial statement line items (revenue, net income, etc.)

Output Format

All scripts return JSON with the requested financial data.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.