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.
Release files for pandas-finance 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pandas_finance-0.1.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / pandas_finance-0.1.3-py2.py3-none-any.whl
| Download URL | pandas_finance-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
854b7b6d61f7239f236db618c842b4a27b91a399bb6742f71f5b948fa516c71e
|
|
BLAKE2b-256 checksum How to use checksums |
253f82bd8d6b1633c6108e874a62fcbdf51029c5b86b2126f182942906afc4a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|