edgartools

Analyze SEC filings and financial statements.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "edgartools" with this command: npx skills add dgunning/edgartools/dgunning-edgartools-edgartools

EdgarTools

Analyze SEC filings and financial statements.

Skills

Skill Purpose

core (this directory) Company lookup, filings, search

financials/ Financial statements and metrics

reports/ 10-K/10-Q/8-K section extraction

holdings/ 13F institutional holdings

ownership/ Form 3/4/5 insider transactions

xbrl/ Low-level XBRL facts and concepts

forms.yaml SEC form type mappings

Each skill directory has skill.yaml (patterns and examples) and sharp-edges.yaml (common mistakes to avoid).

Quick Setup

from edgar import set_identity set_identity("Your Name your@email.com") # Required

API Discovery

Every object has .docs for API reference:

company.docs # Full API guide company.docs.search("filings") # Search for specific topic filing.docs.search("xbrl") # How to access XBRL

Common Entry Points

from edgar import Company, get_filings, find

company = Company("AAPL") # By ticker filing = find("0000320193-25-000079") # By accession filings = get_filings(form="10-K", year=2024) # Discovery

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

edgartools

No summary provided by upstream source.

Repository SourceNeeds Review
General

edgartools

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated