SEC Edgar Search
State of the art notebook tools to designed to search, retrieve, and analyze financial data from the SEC's EDGAR database.
Last updated
Was this helpful?
State of the art notebook tools to designed to search, retrieve, and analyze financial data from the SEC's EDGAR database.
Last updated
Was this helpful?
Tutorials
are the best documentation —
This documentation outlines tools for accessing and analyzing SEC EDGAR filings data. It provides functions to search for specific filings, retrieve filing documents, extract financial statements, and visualize key financial facts.
The toolkit enables users to efficiently gather and analyze regulatory filing data for various companies, supporting in-depth financial analysis and research.
To search for SEC filings:
This function searches for filings related to the given keyword and saves the results in a CSV file. It is the fastest way to go from search query to CSV/datframe output.
Available search parameters:
Search Keyword
CIK (Central Index Key)
Filing Type
Date Range (Start Date, End Date)
Company Name
Ticker Symbol
Search and Download buttons functionality
After performing a search, you can load the results into a pandas DataFrame:
This creates a filing object for nflx Inc.'s 10-Q filing dated June 6, 2022.
The filing object provides several attributes and methods for analysis:
Allows you to perform time-series analysis with fact-level financial data.
Generates visualizations of financial facts
It self-selects facts that have increased/decreased the most over a lookback period that is controlled with a slider at the top, you can also add other facts from the select bar.