Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save janlukasschroeder/db08fa04f63601ff920c56014419d22f to your computer and use it in GitHub Desktop.
Save janlukasschroeder/db08fa04f63601ff920c56014419d22f to your computer and use it in GitHub Desktop.
Extract section 1A Risk Factors from Tesla's 10-K filing
# txt version of Tesla's 10-K filing
filing_url = "https://www.sec.gov/Archives/edgar/data/1318605/000156459021004599/0001564590-21-004599.txt"
section_text = extractorApi.get_section(filing_url, "1A", "text")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment