A package working with financial data
Project description
Goldhand
The ultimate python package to work with stock and crypto data
pip install goldhand
TradingView
from goldhand import *
# tradingView data
tw = Tw()
# data frame of the stocks
tw.stock
# data frame of the top 300 crypto currency
tw.crypto
# Get a plot of the stock to see the location in the sector
tw.get_sec_plot('AMD')
# Get a plot of the stock to see the location in the industry
tw.get_sec_plot('AMD')
Goldhand class
# Get a detailed chart of a stock AMD
ticker = "AMD"
t = GoldHand(ticker)
t.df.tail().T
# Get a detailed chart of a stock AMD
ticker = "AMD"
t = GoldHand(ticker)
t.plotly_last_year(tw.get_plotly_title(ticker)).show()
# Get a detailed chart of a crypto
ticker = "BTC-USD"
t = GoldHand(ticker)
t.plotly_last_year(tw.get_plotly_title(ticker)).show()
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
goldhand-15.3.tar.gz
(12.5 kB
view details)
Built Distribution
goldhand-15.3-py3-none-any.whl
(17.7 kB
view details)
File details
Details for the file goldhand-15.3.tar.gz
.
File metadata
- Download URL: goldhand-15.3.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af61e8fcc75a5f39cc91b454b406ea5d03f9005c43bb8c0f793f5dcaf5480ef4 |
|
MD5 | 3e3853351b97ca7c5217cdf10e6f7f37 |
|
BLAKE2b-256 | 156a2dff371b0b71e5d60b3f3983e2c9ef8bb741d19fc9e651820cdfc1dd99a8 |
File details
Details for the file goldhand-15.3-py3-none-any.whl
.
File metadata
- Download URL: goldhand-15.3-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d72c2622a41b2b71fedb79f0600617d8cd1d3a8bae3ce543298925406b814aba |
|
MD5 | 16f5e24d40560485f16dbf8c9289c493 |
|
BLAKE2b-256 | b22ce38fde30e084acc6941c64866aa5d1645e4590bd67f6b5f1c08081b5c177 |