sec-edgar

Fetch SEC EDGAR filings and XBRL financial data for tickers.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill sec-edgar-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sec-edgar
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/sec-edgar
Command: npx skills add https://github.com/644408071-design/Kokpop --skill sec-edgar-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of accessing and working with the U.S. Securities and Exchange Commission (SEC) EDGAR database, providing a direct interface to fetch and process company filings and financial data.

Core Features & Use Cases

  • Ticker to CIK Resolution: Convert U.S. equity tickers into their corresponding Central Index Keys (CIKs).
  • Recent Filings Index: Retrieve the latest filings (10-K, 10-Q, 8-K, etc.) for a given CIK.
  • XBRL Financial Data: Access XBRL company facts financial series for in-depth financial analysis.
  • Use Case: Automatically download recent 10-K filings for a specific company and extract key financial metrics for analysis.

Quick Start

Use the sec-edgar skill to fetch recent 10-K filings for 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 resolve U.S. equity tickers to CIKs for SEC EDGAR data retrieval?

To resolve U.S. equity tickers to CIKs for SEC EDGAR data retrieval, you can use this Skill to automatically convert stock symbols like 'AAPL' into their corresponding Central Index Keys for administrative workflows.

Can I fetch recent SEC EDGAR filings like 10-K and 10-Q without an API key?

You can fetch recent SEC EDGAR filings like 10-K and 10-Q without an API key. This Skill uses the sec_edgar_client dependency to directly retrieve recent filing indices for a given CIK.

How do I access XBRL financial data series for regulatory compliance analysis?

To access XBRL financial data series for regulatory compliance analysis, this Skill directly pulls company facts from the SEC EDGAR database, enabling in-depth financial analysis and market research without requiring external APIs.

What is the best way to automate downloading 10-K filings for a specific ticker?

The best way to automate downloading 10-K filings for a specific ticker is using this Skill to first resolve the ticker to a CIK, then retrieve the recent filings index and extract key financial metrics for analysis.

Does this SEC EDGAR data fetcher support pulling historical financial series for market research?

Yes, this SEC EDGAR data fetcher supports pulling historical financial series for market research. It directly accesses XBRL company facts, allowing you to extract comprehensive financial data for targeted administrative workflows.

Why do I need a Central Index Key instead of just using a stock ticker for EDGAR filings?

You need a Central Index Key instead of just using a stock ticker for EDGAR filings because the SEC database uniquely identifies entities by CIK. This Skill bridges that gap by resolving tickers to CIKs for accurate data retrieval.