digitaldanny / OneUpOnWallstreet

A Python script that generates a stock analysis according to Peter Lynch's book, One Up On Wallstreet.
0 stars 0 forks source link

SEC EDGAR Web Scraping #1

Open digitaldanny opened 1 year ago

digitaldanny commented 1 year ago

Right now, the generated tuple is empty. May need to space out the requests since SEC EDGAR limits how frequently undeclared automated tools can send requests. Need to find out more about the request requirements, SEC EDGAR's webscraping policies, and how to enable quicker requests.