Loading...
Loading...
SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.
npx skill4agent add bobmatnyc/claude-mpm-skills sec-edgar-pipelineedgar-analyzerpython -m edgar_analyzer setup
# or
edgar-analyzer setupOPENROUTER_API_KEYJINA_API_KEYEDGAR# 1. Create project
edgar-analyzer project create my_project --template minimal
# 2. Add examples + project.yaml
# projects/my_project/examples/*.json
# 3. Analyze examples
edgar-analyzer analyze-project projects/my_project
# 4. Generate extraction code
edgar-analyzer generate-code projects/my_project
# 5. Run extraction
edgar-analyzer run-extraction projects/my_project --output-format csvprojects/<name>/output/0000320193edgar/scripts/fetch_apple_def14a.pyedgar/recipes/sct_extraction/config.yamlSCTAdaptersct_validatoroutput/sctedgar/scripts/create_csv_reports.pyexecutive_compensation_<timestamp>.csvtop_25_executives_<timestamp>.csvcompany_summary_<timestamp>.csvuniversal/data/reporting-pipelinestoolchains/python/testing/pytest