Favicon of edgartools-sec-data

edgartools-sec-data Skill

AI Agent SkillTypeScriptOpen source

How to pull SEC EDGAR data with the edgartools Python package — company lookup, filings, XBRL financial statements, and filing sections like Item 1A risk factors. Use whenever a task involves SEC filings, 10-K/10-Q data, or company financials. Published by anthropics in cwc-workshops.

Decision snapshot

Is this a fit?

Best for

Data analysis, Research, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

18 days ago · Apache-2.0 license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is edgartools-sec-data Skill?

How to pull SEC EDGAR data with the edgartools Python package — company lookup, filings, XBRL financial statements, and filing sections like Item 1A risk factors. Use whenever a task involves SEC filings, 10-K/10-Q data, or company financials. Published by anthropics in cwc-workshops. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
82/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Data analysis
  • Research
  • Data analysis use cases
  • Research use cases

Declared skill metadata

  • Source file: research-desk/skills/edgartools/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use edgartools-sec-data Skill

  • Use it for data analysis.
  • Use it for research.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: anthropics
  • Repository: anthropics/cwc-workshops
  • Skill file: research-desk/skills/edgartools/SKILL.md

What it does

How to pull SEC EDGAR data with the edgartools Python package — company lookup, filings, XBRL financial statements, and filing sections like Item 1A risk factors. Use whenever a task involves SEC filings, 10-K/10-Q data, or company financials.

Skill instructions

edgartools: SEC EDGAR data access edgartools is the desk's standard way to read SEC data. It is preinstalled in your environment. Work in Python (a script or python -c), not by fetching sec.gov pages by hand. Always set your identity first The SEC requires a contact identity on automated requests. Do this before any other call, every session: python from edgar import setidentity setidentity("Research Desk workshop attendee@example.com") use the EDGARIDENTITY value you were given (Equivalently, the EDGARIDENTITY environment variable, exported before running Python.) Companies and filings python from edgar import Company company = Company("NVDA") by ticker (or CIK) company.name, company.cik, company.industry filings = company.getfilings(form="10-K") also "10-Q", "8-K", "DEF 14A", ... latest10k = filings.latest() most recent of that form latest10q = company.getfilings(form="10-Q").latest() latest10k.form, latest10k.filingdate, latest10k.accessionno Pick whichever of the latest 10-K / 10-Q

Verified compatibility and discovery

Frequently asked questions

What is edgartools-sec-data?

edgartools-sec-data is a open-source AI agent skill with Copy skill directory. How to pull SEC EDGAR data with the edgartools Python package — company lookup, filings, XBRL financial statements, and filing sections like Item 1A risk factors.

Who is edgartools-sec-data best for?

edgartools-sec-data is best for reusing agent instructions, scripts, and references, data analysis workflows, research workflows.

How do I install edgartools-sec-data?

Install or run edgartools-sec-data using Copy skill directory. Check edgartools-sec-data for the latest setup command.

Is edgartools-sec-data actively maintained?

edgartools-sec-data may need a closer maintenance check before production use.

Share:

Stars
2,019
Forks
584
Last commit
18 days ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
4 months
License
Apache-2.0

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to edgartools-sec-data