Tag: go
All the articles with the tag "go".
-
sec-cli: a fast CLI for SEC filings, built for LLM workflows
sec-cli turns any SEC EDGAR filing into clean JSON or Markdown you can pipe into a language model. No API key. No paid service. Go binary, Python wrapper, ships today.
-
EDGAR's HTML is from 2003: what it takes to parse 10-K tables
A technical deep-dive on the format detection, iXBRL fact extraction, and table projection I built into sec-cli. The boring-but-hard part of making LLM workflows over financial filings actually work.