Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 681 Bytes

TradingView

This project provides Rust bindings for leveraging TradingView functionalities, allowing Rust applications to interact with TradingView for financial data fetching, realtime subscription, and more.

Getting Started

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

Installation

Add the following to your Cargo.toml file:

[dependencies]
tradingview = "0.1.0"