Skip to content

A scraper that grabs the HTML for company financial filings, extracts their tables, and organizes them in order of ticker symbol and year.

Notifications You must be signed in to change notification settings

kemusa/SEC_filings_table_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Scraping-SEC-filings

Web-scraped 10-K filings of all public companies on SEC website.

Python packages used:

  • pandas
  • BeautifulSoup
  • urllib2
  • os
  • future

Just run scraper.py

About

A scraper that grabs the HTML for company financial filings, extracts their tables, and organizes them in order of ticker symbol and year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages