SEC 10K Filings

A very easily digestable dataframe format for all 10-K filings, with multiple sections, categories, and textual datapoints. This is not yet available, a work-in-progress.

Tutorials are the best documentation — Edgar Filings Tutorial

Description

Annnual 10-K filings for which there are about 170,000 collected and processed.

Data Access

SEC 10-Ks

import sovai as sov
data = sov.data("sec/10k", tickers=["AAPL"], limit=1)

Last updated

Was this helpful?