Skip to main content

Quick module to scrape yahoo financial data for stocks.

Project description

Package to obtain financial fundamental data.

Requirements

pip install -r requirements

Installation

$ pip install yahoo_ff

Using

A single stock

from yahoo_ff.yahoo_ff import yahoo_ff
aapl = yahoo_ff('aapl')

will create an object from which several Pandas DataFrames of interest can be extracted

quarterlySECreports = aapl.qr()
annualSECreports = aapl.ar()
keyStatsOfTheDay = aapl.ks()
infoAboutCompany = aapl.inf()
priceOfTheDay = aapl.pr()

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

yahoo_ff-1.0.12.tar.gz (4.8 kB view hashes)

Uploaded Source

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