Skip to main content

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')

Sector plot

# Get a plot of the stock to see the location in the industry 
tw.get_sec_plot('AMD')

Sector plot

Goldhand class

# Get a detailed chart of a stock AMD
ticker = "AMD"
t = GoldHand(ticker)
t.df.tail().T

data structure

# Get a detailed chart of a stock AMD
ticker = "AMD"
t = GoldHand(ticker)
t.plotly_last_year(tw.get_plotly_title(ticker)).show()

'Detailed stock chart'

# Get a detailed chart of a crypto
ticker = "BTC-USD"
t = GoldHand(ticker)
t.plotly_last_year(tw.get_plotly_title(ticker)).show()

'Detailed crypto chart'

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

goldhand-13.3.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

goldhand-13.3-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file goldhand-13.3.tar.gz.

File metadata

  • Download URL: goldhand-13.3.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

Hashes for goldhand-13.3.tar.gz
Algorithm Hash digest
SHA256 370f3d3cf3aa3eb42f46a944bad0ca3b2d2d25934a4e022ea4d63b88a5b67133
MD5 349bf796ae2d3a8a721450e4f519934a
BLAKE2b-256 e79b004e767b6bd5f30ddc0e46ce3d00089291771a6f840ba549d0f72029ebe4

See more details on using hashes here.

File details

Details for the file goldhand-13.3-py3-none-any.whl.

File metadata

  • Download URL: goldhand-13.3-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

Hashes for goldhand-13.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8a575eec9b1105227876d26d9b0f1b3e135410c7b1692ed79990f10c97508ce5
MD5 66dbef624a8f1e330bd2a36247eae213
BLAKE2b-256 9c64e8796df24debc2816407ed5f5ff8fe78dbac5c08f5083adabb5e09eda615

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page