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.

Credits

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