Skip to main content

Unofficial TradingView technical analysis API wrapper.

Project description

python-tradingview-ta License: MIT Documentation Status PyPI version

An unofficial python API wrapper to retrieve technical analysis from TradingView.

TradingView

Note

Please ensure to update to the latest version for new features and bug fixes. pip install -U tradingview_ta

Other implementations

Golang: dematron/go-tvscanner

NodeJS: tvorilas/trading-view-recommends-parser-nodejs

Features

  • Fast analysis (compared to v2.5.0 or older)
  • Reputable data sources
  • Indicators

Demo

You can try tradingview-ta online without installing Python: https://tradingview.brianthe.dev/.

Requirements

  • Python 3.6 or newer.
  • Requests, included in installation.

Installation

pip:

pip install tradingview_ta

Docker image:

docker run -p 8080:8080 --rm reg2005/tradingview-ta-docker

Example

from tradingview_ta import TA_Handler, Interval, Exchange

tesla = TA_Handler(
    symbol="TSLA",
    screener="america",
    exchange="NASDAQ",
    interval=Interval.INTERVAL_1_DAY,
    # proxies={'http': 'http://example.com:8080'} # Uncomment to enable proxy (replace the URL).
)
print(tesla.get_analysis().summary)
# Example output: {"RECOMMENDATION": "BUY", "BUY": 8, "NEUTRAL": 6, "SELL": 3}

Tip: Use https://tvdb.brianthe.dev/ if you don't know what symbol, screener, and exchange to use.

Documentation

Read The Docs

Mirror (IPFS)

Issue

Found a bug? Want to ask something? Just create an issue and I'll help you.

Warning

Trading (especially using an automated program) is a dangerous activity. Do not use TradingView's analysis to trade automatically without your supervision. I am not responsible for any financial loss.

Contributing

You may fork this repository or submit a pull request. Any pull request (documentation, bug fix, features, etc) are welcomed. Please follow the guidelines here.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

tradingview_ta-3.2.10.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tradingview_ta-3.2.10-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file tradingview_ta-3.2.10.tar.gz.

File metadata

  • Download URL: tradingview_ta-3.2.10.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for tradingview_ta-3.2.10.tar.gz
Algorithm Hash digest
SHA256 85a11c840bce6faa869a22a79fe320df8c1d6160f8f21fba4a4c7ad850d0a538
MD5 203b640a695c576d3be0ed987edddcc9
BLAKE2b-256 b0b74b8601ac1890de18031fed3c79eb2d04aa1c88065e6f1e7d26a20bf37f2c

See more details on using hashes here.

File details

Details for the file tradingview_ta-3.2.10-py3-none-any.whl.

File metadata

  • Download URL: tradingview_ta-3.2.10-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for tradingview_ta-3.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 634be033dfab9e2c50ba6a2cb15904cf26951b06ccc4ed043817115ab390e615
MD5 841526acee62ada31e47d9ae82c37873
BLAKE2b-256 fbad69dad23db5e99bf712cdc137e27a607e679c8b66a6bb51c6846efcbd73e2

See more details on using hashes here.

Supported by

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