Skip to main content

A tool to scrape stock information from Yahoo Finance

Project description

Finance Scrapers

A pypi package to scrape stock information from different finance sites. Currently supports Yahoo Finance.

Installation

To install, Download the PyPi package or,

pip install finance-scrapers

To upgrade to the latest version,

pip install --upgrade finance-scrapers

Usage

from finance_scrapers import YahooFinance

# the tickers of the stocks you want to scrape
tickers = []

# run the scraper
scraper = YahooFinance(tickers)
all_stock_info = scraper.scrape() # format = json string

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finance-scrapers-0.0.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

finance_scrapers-0.0.3-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page