High level API for access to and analysis of financial data.
Project description
High level API for access to and analysis of financial data.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pandas_finance-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 854b7b6d61f7239f236db618c842b4a27b91a399bb6742f71f5b948fa516c71e |
|
MD5 | 076cc5471a52b487783f068e990e2fd1 |
|
BLAKE2b-256 | 253f82bd8d6b1633c6108e874a62fcbdf51029c5b86b2126f182942906afc4a7 |