Skip to content

Unofficial API for TradingView

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Hysterelius/trade_vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io Build Status

🚨 trade_vision is currently in alpha, so it is not recommended for us in any production applications, as features will change rapidly.

trade_vision

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.

Installation

cargo add trade_vision

or in your cargo.toml:

trade_vision = "0.1.1"

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 data1

Footnotes

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

About

Unofficial API for TradingView

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages