Skip to main content

A python package to gather realtime stock quotes from Yahoo Finance. The package enables you to handle single stocks or portfolios, optimizing the nunber of requests necessary to gather quotes for a large number of stocks.

Project description

Realtime Stock

https://badge.fury.io/py/realtime-stock.svg https://img.shields.io/travis/condereis/realtime-stock.svg Documentation Status Updates

Realtime Stock is a Python package to gather realtime stock quotes from Yahoo Finance. The package enables you to handle single stocks or portfolios, optimizing the nunber of requests necessary to gather quotes for a large number of stocks.

Features

Stock class

  • Method to get stock’s latest price.

  • Method to get all stock’s information provided by Yahoo Finance.

  • Method get stock’s daily historical information.

  • Method download stock’s historical data from Yahoo Finance.

Utility functions

  • Function to request recent quotes about a list of tickers.

  • Function to get stock’s daily historical information.

  • Function to download historical data about a list of tickers.

Installation

To install Realtime Stock, run this command in your terminal:

$ pip install realtime-stock

Check here for further information on installation.

Basic Usage

For single stocks:

>>> from rtstock.stock import Stock
>>> stock = Stock('AAPL')
>>> stock.get_latest_price()
{
    'LastTradePriceOnly': '95.89',
    'LastTradeTime': '4:00pm'
}

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2016-07-27)

  • First release on PyPI.

  • Stock class implemented.

  • Function to request recent quotes about a list of tickers.

  • Function to get stock’s daily historical information.

  • Function to download historical data about a list of tickers..

Project details


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