This is a pure Rust library which gets real time[^1] data from TradingView. Currently only supporting Rust, it can support JS/TS with Tauri and other equivalents.
This aims to be a rust equivalent of TradingView-API.
bash
cargo add trade_vision
or in your cargo.toml
:
toml
trade_vision = "0.1.0"
This library could be used for creating a stock trading bot or stock tracker.
Though it cannot currently retrieve graphs from TradingView.
Check out the examples folder for example uses!