Skip to main content

A tool to scrape stock information from Yahoo Finance

Project description

Yahoo Finance Scraper

A pypi package to scrape stock information from Yahoo Finance

Installation

To install, Download the PyPi package or,

pip install yahoo-finance-scraper

To upgrade to the latest version,

pip install --upgrade yahoo-finance-scraper

Usage

from yahoo_finance 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.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

finance_scrapers-0.0.1-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