Unofficial TradingView technical analysis API wrapper.
Project description
python-tradingview-ta
An unofficial python API wrapper to retrieve technical analysis from 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
A demo is available on https://tradingview.brianthe.dev/.
Requirements
- Python 3.5 or newer.
- Requests, included in installation.
Installation
pip:
pip install tradingview_ta
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file tradingview_ta1-3.2.5-py2.py3-none-any.whl
.
File metadata
- Download URL: tradingview_ta1-3.2.5-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbfe1ccdffe870fdc3abe47849ed8963462fa212adc80cee8e848e2472bc75bf |
|
MD5 | 2f5df0539dcb35e592c1c9d092b47b74 |
|
BLAKE2b-256 | 07ad770b8844c772ae27f5df635f88c2ed971294045dc2b895370c1d975bc1bb |