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

The newest version is backward compatible with v3.0.0 or newer. You can still run your old code, but consider rewriting it. Please refer to the usage guide.

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
  • Indicator values

Demo

A demo is available on https://tradingview.deathlyf.com/.

Requirements

  • Python 3.5 or newer.
  • Requests, Included in installation.

Installation

Using 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
)
print(tesla.get_analysis().summary)
# Example output: {"RECOMMENDATION": "BUY", "BUY": 8, "NEUTRAL": 6, "SELL": 3}

Documentation

Read The Docs

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.3.tar.gz (9.8 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.3-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tradingview_ta-3.2.3.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.1

File hashes

Hashes for tradingview_ta-3.2.3.tar.gz
Algorithm Hash digest
SHA256 68f130e7cb822f3eaae29092a6f523960de27690165be57c9ba9fa7cae0f9225
MD5 2989770ef61578b4c9807c4257f49aea
BLAKE2b-256 2b1f58e0f20c684a198575739bc559f3ce51e31f042bf5763f604afcc3a2f49e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradingview_ta-3.2.3-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.1

File hashes

Hashes for tradingview_ta-3.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5f6101239f452044d8c9421e80c7591befd717f159a562fb0fe66a306d63807e
MD5 5cae62305784c750a9073defe3b3fa70
BLAKE2b-256 64e0158bc07baf963bb850278df64dbdc2a967fa4070603a4a6f921a333ce901

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