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

# data frame of the top 3000 etf
tw.etf
# Get a plot of the stock to see the location in the sector 
tw.get_sec_plot('AMD').show()

Sector plot

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

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-15.5.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

goldhand-15.5-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: goldhand-15.5.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for goldhand-15.5.tar.gz
Algorithm Hash digest
SHA256 ca20b94dbebc3ec46230ccf67bcc9086555ee04c37cde9b2485f3be6d4f2d19c
MD5 b8a9ffb97a27c1c9f5c7b206a87a8337
BLAKE2b-256 880fad1cb63a4a2abd0bfc0057aec19ccefaa61802074e074607fa107629a1ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: goldhand-15.5-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for goldhand-15.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6676638c462b9dcb4c6ffbfd66826b9a5e3fb07c5f074a8a2900525762453044
MD5 23127c1c5fa420ebf64dc11d61b535a7
BLAKE2b-256 5658be558c23c1b7039cbd39b6a0f496b60e6457f9cc9155337bb45c0310a12c

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