FDIC Data

Overview

pip install edgartools
from edgar import set_identity, Company # 1. Identify yourself to the SEC (Required) #set_identity("Your Name your.email@example.com") set_identity("brent.ridenour@hotmail.com") # 2. Get company data by ticker company = Company("AAPL") # 3. Pull the latest financial reports financials = company.get_financials() # 4. View specific financial statements as DataFrames income_statement = financials.income_statement() print(income_statement)

Usage

https://api.fdic.gov/banks/financials?api_key=[YourKeyHere] https://api.fdic.gov/banks/financials?api_key=[YourKeyHere]&filters=VAR:PARAM&fields=VAR1, VAR2&sort_by:VAR:PARAM