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

Uploaded Source

Built Distribution

goldhand-12.7-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for goldhand-12.7.tar.gz
Algorithm Hash digest
SHA256 2ed272872c71ae8e44217df3d511a6d49308d1c1731c183446d69b78c48d7883
MD5 920dbf6984a6b8f4f1b8741027797eef
BLAKE2b-256 12b07b56d0ceddfac874ae0b81bec4cfdaa06f92cf02d0bfc4ba25dc25417a12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for goldhand-12.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fb6104c387fbd5e4d67853f774d29f70f82250a86ef5edca6921b62f7e2ec619
MD5 d843dc7821679ed5cac9c2e796f847d4
BLAKE2b-256 b446e45c7bd4154db46e9026f990aa594ea5620701c0dcc2b3058fb68bcd1021

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