This project provides Rust bindings for leveraging TradingView functionalities, allowing Rust applications to interact with TradingView for financial data fetching, realtime subscription, and more.
Check out the examples folder for a quick start on how to use the library.
Run the examples with the following commands:
cargo run --features native-tls --example fetch_historical_data NDQ 20425 USD
cargo run --features native-tls --example fetch_instruments
cargo run --features native-tls --example realtime
Add the following to your Cargo.toml
file:
[dependencies]
tradingview = "0.1.0"