A Python Interface to the Yahoo Finance API
Project description
Yahoo Finance Python Interface
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
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
Built Distribution
File details
Details for the file yahoo_finance_pynterface-1.0.4.tar.gz
.
File metadata
- Download URL: yahoo_finance_pynterface-1.0.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaf67cc096922f6bdc30ddf23d0587fcfe5d95b220603a6053ce0bf50430a92a |
|
MD5 | c7556982399ab839853e978e49a95530 |
|
BLAKE2b-256 | 75bc7bb2bd0fe8a6660c54ccc1950091b32e0935085b4745fa8b1e68022b8dcb |
File details
Details for the file yahoo_finance_pynterface-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: yahoo_finance_pynterface-1.0.4-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32a52acf1fdc60c3ba6f67a6195e71ab3c92c624b7d70c0e834cc9b4ee17b855 |
|
MD5 | ad66f79bfe31d53926c1010aca11f706 |
|
BLAKE2b-256 | 0429958f9a396c6a1d8c83206f4dff4f4dfcd5287c0eb0d9d713fa31d0c3d41b |