1 unstable release

0.1.1 Jul 6, 2023
0.1.0 Feb 25, 2023

#37 in #retrieve

50 downloads per month

MIT/Apache

40KB
754 lines

Crates.io Build Status

trade_vision

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.

[^1]: It can only retrieve the data from TradingView at default speeds, some markets may be time delayed.

This aims to be a rust equivalent of TradingView-API.

Installation

cargo add trade_vision

or in your cargo.toml:

trade_vision = "0.1.0"

Example uses

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!

Features

  • Realtime data[^1]

Dependencies

~9–23MB
~352K SLoC