/zacks-scraper

Primary LanguagePythonApache License 2.0Apache-2.0

zacks-scraper

Scrapes the zacks.com earnings tables.

Usage

pip install git+https://github.com/igalci/zacks-scraper.git
from zacks_scraper.scraper import Scraper
my_scraper = Scraper ("AAPL")
data = my_scraper.get()