Skip to main content

A package to get stock data from Yahoo Finance

Project description

Stockdex

Stockdex is a Python package that provides a simple interface to access financial data from Yahoo Finance.

Installation

Install the package using pip:

pip install stockdex

Usage

from stockdex import Ticker

ticker = Ticker('AAPL')

summary = ticker.summary()
statistics = ticker.statistics()
income_stmt = ticker.income_stmt()
balance_sheet = ticker.balance_sheet()
cash_flow = ticker.cash_flow()
analysis = ticker.analysis()

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

stockdex-0.2.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

stockdex-0.2.0-py3-none-any.whl (3.7 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