8000 GitHub - forex24/tradingview_datasource: Rust bindings for leveraging TradingView functionalities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

forex24/tradingview_datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Rust bindings for leveraging TradingView functionalities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0