sec-edgar

Resolve U.S. equity tickers to CIK identifiers and retrieve SEC EDGAR filing indices and XBRL metrics.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill sec-edgar-0xzknw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sec-edgar
Source: https://github.com/0xZKnw/vibe-trading-tap/tree/main/agent/src/skills/sec-edgar
Command: npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill sec-edgar-0xzknw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the manual effort of navigating the SEC EDGAR website, providing a direct, throttled interface to fetch company filings and XBRL financial metrics without needing an API key.

Core Features & Use Cases

  • Filing Retrieval: Instantly list recent 10-K, 10-Q, 8-K, and other SEC filings for any U.S. public company.
  • Financial Metrics: Pull structured XBRL financial series like Revenue, Net Income, or Assets directly into your agent's context.
  • Use Case: Use this skill to compare the historical revenue growth of two competitors by fetching their respective XBRL financial series and recent annual reports in a single agent session.

Quick Start

Use the get_sec_filings tool to fetch the last five 10-K filings for Apple using the ticker AAPL.

Frequently Asked Questions about sec-edgar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve SEC EDGAR filings using a stock ticker?

To retrieve SEC EDGAR filings, you can resolve a U.S. equity ticker like AAPL to its CIK identifier and fetch structured filing indices. This provides programmatic access to official corporate disclosures without manual website navigation.

Do I need an API key to fetch XBRL financial metrics from EDGAR?

No, you do not need an API key to fetch XBRL financial metrics from EDGAR. This skill provides direct, throttled access to structured financial series like Revenue and Net Income using built-in User-Agent management for compliance.

How can I automate fetching 10-K and 10-Q filings for financial research?

You can automate fetching 10-K and 10-Q filings by using programmatic requests to retrieve structured SEC EDGAR filing indices. This supports automated financial research workflows by pulling official corporate disclosures directly into your context.

Does fetching SEC filings require rate limiting and throttle control?

Yes, fetching SEC filings requires rate limiting and throttle control to ensure compliant data retrieval. The skill satisfies these requirements with built-in User-Agent management and throttle control for accessing official U.S. corporate data.

Can I compare historical revenue growth of competitors using XBRL data?

Yes, you can compare historical revenue growth of competitors by fetching their respective XBRL financial series in a single session. This allows you to pull structured performance data and recent annual reports for direct comparison.

What is the best way to get structured U.S. corporate financial data without manual navigation?

The best way to get structured U.S. corporate financial data is by resolving tickers to CIK identifiers and programmatically fetching XBRL metrics. This eliminates manual SEC EDGAR website navigation and directly retrieves official disclosures.