SEC Edgar Search
State of the art notebook tools to designed to search, retrieve, and analyze financial data from the SEC's EDGAR database. This is a work-in-progress.
Last updated
import pandas as pd
df = pd.read_csv("edgar_search_results/search_for_file_name.csv")nflx_filing = sov.sec_filing("NFLX", "10-Q", "2022-06-06")nflx_filing.reportimport sovai as sov
nflx_filing = sov.sec_filing("NFLX", "10-Q", "2022-06-06")
nflx_filing.balance_sheet
nflx_filing.income_statement
nflx_filing.cash_flow_statementnflx_filing.sampled_factsnflx_filing.plot_facts