StockTrackr
This is a basic application that uses alpha_vantages API to pull stock data as well as monitor it real-time.
Installation
You can use pip to download the package directly:
pip install StockTrackr
Setup the venv by first installing/activating it with:
./venv.bat
Then, initialize the venv with superset with:
./initialize_venv.bat
This creates a new file "run_superset.bat" which can be used to start the server.
Usage
Use the Stox() class to gain access to all methods
import StockTrackr
stox = StockTrackr.Stox()
The UI() method provides an easy-to-use, command-line entry point to run the program
fx.UI()
Release files for StockTrackr 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| StockTrackr-0.2.4.tar.gz | 4.0 kB | Details |
Release files / StockTrackr-0.2.4.tar.gz
| Download URL | StockTrackr-0.2.4.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ff8d00d6e1d2fa782ee744e3c14897faf26eda5cdcb9483e65439ad257dd68b
|
|
BLAKE2b-256 checksum How to use checksums |
e8fd28615f6d60f725cd253e96b44f1c6b798fa130dc1b852bd9b23df806fd28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
|