| Crates.io | trade_vision |
| lib.rs | trade_vision |
| version | 0.1.1 |
| created_at | 2023-02-25 00:56:10.002059+00 |
| updated_at | 2023-07-06 01:48:16.483761+00 |
| description | Unofficial API for TradingView |
| homepage | https://github.com/Hysterelius/trade_vision |
| repository | https://github.com/Hysterelius/trade_vision |
| max_upload_size | |
| id | 794037 |
| size | 88,907 |
This is a pure Rust library which gets real time1 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.
cargo add trade_vision
or in your cargo.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!
Realtime data1