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
Release history Release notifications | RSS feed
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.2.tar.gz
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for pandas_finance-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a326727f508ed00d7ae59a9750bcb7cddcb60f414ea56073ffcb148618b4f36 |
|
MD5 | 762d2359508093228024d85a7a22c606 |
|
BLAKE2-256 | 59573ed900df14e6f08a73c41535f1dbdd278ff06d123d0515c06d75ba129028 |