Python API for downloading stock prices and fundamental accounting concepts
Project description
Weirwood PyFinance
Python API for downloading stock prices and fundamental accounting concepts
Installation
Stable Release: weirwood-pyfinance
> pip install weirwood-pyfinance
Development Head: git+https://github.com/weirwoodai/weirwood_pyfinance.git
> pip install git+https://github.com/weirwoodai/weirwood_pyfinance.git
Quick Start
Register your account at https://weirwood.ai for free
from weirwood_pyfinance import FinTen
finten = FinTen()
finten.set_login(username="<YOUR USERNAME>",password="<YOUR PASSWORD>")
filings = finten.get_filings(ticker="AAPL")
prices = finten.get_prices(ticker="AAPL")
If you don't have an account you can still access using the free tier
from weirwood_pyfinance import FinTen
finten = FinTen()
filings = finten.get_filings(ticker="AAPL")
prices = finten.get_prices(ticker="AAPL")
MIT license
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file weirwood_pyfinance-0.1.1.tar.gz.
File metadata
- Download URL: weirwood_pyfinance-0.1.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86a589eb0cc73bc6d35b2154aefc0ff2dd0a1ec46c50a1f42855ce4cab7de670
|
|
| MD5 |
28ee5c2a40d711b79e756082ced47573
|
|
| BLAKE2b-256 |
49eba9de57188bc4b6b7cb992f1e7b2603db9ce0934d6490cee1c49bbf4977e8
|
File details
Details for the file weirwood_pyfinance-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: weirwood_pyfinance-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2124a7b45149905ebb5cad5cd05f1e36ab9ccb7eecbe43288a20078017df3643
|
|
| MD5 |
68ddb700d675702674357f528edeb67a
|
|
| BLAKE2b-256 |
87d139f341e095bdf656b3a2d5398a8bf24027b157fbdfab4fada6de5b1927f3
|