Skip to content

rkohli3/EDGAR_FinStatement_Links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDGAR 10-K, 10-Q

The following repo contains the module for setting up a document that has links to EDGAR 10-K, 10-Q of all the companies mentioned in the cik_ticker.csv, which is about 14k companies.


To start, make sure you have Python installed.



Installation



  1. Download the repo

    To download the repo, go to the repo page and select Clone or download on the top right corner in green

  2. Put the repo in a different directory, I would recommend moving the repo to Desktop


Running the program



Mac

  1. Open terminal. To open terminal, press cmd + space on your keyboard to initiate spotlight search and then type "terminal"

  2. Install the dependencies.

~Ravi$ pip install urrllib
~Ravi$ pip install bs4
~Ravi$ pip install tqdm
  1. Change the directory to the directory where you saved the above downloaded repo, in this case desktop.
~Ravi$ cd Desktop/YourRepoName
  1. Run the module
~Ravi$ python getEDGARlinks.py

Results

Through Terminal

CSV file screenshot for GE

About

Links to 10-K and 10-Q for stocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages