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.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Research
- Data analysis use cases
- Research use cases
Technical details
- 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
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
Explore related resources
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.
Auto-fetched from GitHub.