Socket
Socket
Sign inDemoInstall

yahoo-finance-pynterface

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yahoo-finance-pynterface

A Python Interface to the Yahoo Finance API


Maintainers
1

Readme

Yahoo Finance Python Interface

PyPI - Python Version PyPI - Package Version GitHub Status - Stable

yahoo-finance-pynterface is a Python package that provides a new interface to the Yahoo Finance API.


Motivation

Yahoo Finance is by far the most popular (and free!) resource for financial data.

Many packages have been distributed to provide access to such a resource in the recent past.
However, most of such projects were aiming at filling the gap that the changes made in May, 2017 by the Yahoo Team left behind.

yahoo-finance-pynterface has been intended to provide a completely new interface to Yahoo Finance,
and it is meant to offer effective methods to interact with its API.


About

yahoo-finance-pynterface makes an extensive use of pandas.
As a consequence, most of the data retrieved are returned as pandas.DataFrame objects.

Even if a stable release is available, the project has yet to be considered "complete" and many other features has yet to come! Please, drop me an email if any comment/suggestion/remark pops up in your mind :)


Requirements

yahoo-finance-pynterface is currently working on Python >= 3.5 only.
Any help to add support for Python == 2.x is welcome and encouraged as well as very much appreciated!

Furthermore, the following packages are required:

  • requests >= 2.19.1
  • pandas >= 0.23.4
  • numpy >= 1.15.1
  • pytz >= 2018.5
  • dateutil >= 2.7.3
  • aenum >= 2.1.2

Installation

Use pip to install yahoo_finance_pynterface:

   pip install yahoo-finance-pynterface

Documentation

For a quick reference, navigate to the Wiki Page.
And do not forget to check the examples!


Change Log

September 12, 2018
   Version 1.0.4
     Fixed modules imported

September 07, 2018
   Version 1.0.2
     Fixed type hints

August 31, 2018
   Version 1.0.1
     First stable release


Thanks

Seriously, thanks!
-- andrea-dm

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc