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-13.2.tar.gz
(11.6 kB
view details)
Built Distribution
goldhand-13.2-py3-none-any.whl
(17.0 kB
view details)
File details
Details for the file goldhand-13.2.tar.gz
.
File metadata
- Download URL: goldhand-13.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3cd1854aa4a1874a06202d7145dc0ca6e79cafdf679f4b8137072129906629f |
|
MD5 | 24061142bf7f908d4297a743d324b111 |
|
BLAKE2b-256 | da7ad60774c884ce73ff49d1ae4ef137dea9675a36bc5b9d7491d201e49375e4 |
File details
Details for the file goldhand-13.2-py3-none-any.whl
.
File metadata
- Download URL: goldhand-13.2-py3-none-any.whl
- Upload date:
- Size: 17.0 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 | 5c304bda280d625a2348758dafaa1a3d779edc995fcad182dd624d64caafcc36 |
|
MD5 | 02d64e9110cde146c01e62271478f562 |
|
BLAKE2b-256 | 84593e6b9697323559dcf55fd87ba233f29dd13b137287f079cf0665083e3fe1 |