Crates.io | easytradeview |
lib.rs | easytradeview |
version | 0.2.0 |
source | src |
created_at | 2024-04-10 07:00:38.346367 |
updated_at | 2024-04-12 09:10:49.978677 |
description | A Rust-based wrapper library for the TradingView website's API, providing easy access to live trading data and indicators without requiring login credentials. |
homepage | |
repository | https://github.com/baiihcy/easytradeview |
max_upload_size | |
id | 1203220 |
size | 131,703 |
EasyTradeView is a wrapper around the TradingView website's API. It allows users to fetch real-time trading data and technological analysis without the need for logging in or authentication.
Add EasyTradeView
to your Rust project's Cargo.toml
:
[dependencies]
easytradeview = "0.2.0"
For usage examples, please see the examples directory within this repository.