Libary of finance related tools using pandas and pandas-datareader.
Project description
Up to date remote data access for pandas, works for multiple versions of pandas.
Installation
Install via pip
$ pip install pandas-finance
Usage
from pandas_finance import Equity
aapl = Equity('AAPL')
aapl.annual_dividend
aapl.dividend_yield
aapl.price
aapl.options
aapl.hist_vol(30)
aapl.rolling_hist_vol(30)
Data is automatically cached for 1 hr using requests_cache.
See the pandas-finance documentation for more details.
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
pandas-finance-0.1.1.tar.gz
(5.2 kB
view hashes)
Built Distributions
pandas_finance-0.1.1-py3.5.egg
(10.4 kB
view hashes)
Close
Hashes for pandas_finance-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cbab7b05cae2954c298b251719373cd1cdd73eb6bc6899f90eb31d073eb962c |
|
MD5 | 53bbef16c6a1184cd70fff6b448e920d |
|
BLAKE2b-256 | 6ab68ba1df98674352a9202d108ac19f517a2e22db3494d1839ee4bb7d794c30 |