Skip to content

Scrapes Data from Financial Filings (10-K and 10-Q) from SEC.gov

Notifications You must be signed in to change notification settings

Keon6/FinancialFilingScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

FinancialFilingScraper

Project to extract, transform, and load (ETL) data from financial statements of publicly traded companies. So far, only supports companies listed within the US, which are the ones whose filings are availabe from the U.S. Securities and Exchange Commission website (https://www.sec.gov)

WARNING

CURRENTLY in development. The code is not finished and is pretty bad in terms of runtime. Really a lack of engineering optimization.

Getting Started

Prerequisites

Following Python Packages are required:

Selenium (https://www.seleniumhq.org/download/)

BeautifulSoup (https://www.crummy.com/software/BeautifulSoup/)

Pandas Datareader (http://pandas-datareader.readthedocs.io/en/latest/)

Google Finance (https://pypi.org/project/googlefinance/)

urllib

csv

collections

Installing

Use the Code as a Python Package to easily transform any financial filing data .

Versioning

0.0.2 coming up

Authors

  • **Keon Shik (Kevin) Kim ** - Keon6

About

Scrapes Data from Financial Filings (10-K and 10-Q) from SEC.gov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages