easytradeview

Crates.ioeasytradeview
lib.rseasytradeview
version0.2.0
sourcesrc
created_at2024-04-10 07:00:38.346367
updated_at2024-04-12 09:10:49.978677
descriptionA Rust-based wrapper library for the TradingView website's API, providing easy access to live trading data and indicators without requiring login credentials.
homepage
repositoryhttps://github.com/baiihcy/easytradeview
max_upload_size
id1203220
size131,703
(baiihcy)

documentation

README

EasyTradeView

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.

Features

  • Real-time Trading Data: Retrieve real-time trading data across multiple exchanges, query multiple stocks at once, and customize data columns.
  • Technological Analysis: Calculate technical indicators and trading suggestions identical to those on the TradingView website.
  • No Authentication Required: Use the API functionalities without the need for any login credentials.

Installation

Add EasyTradeView to your Rust project's Cargo.toml:

[dependencies]
easytradeview = "0.2.0"

Usage

For usage examples, please see the examples directory within this repository.

Examples Overview

  • tradingview_get.rs: Demonstrates how to retrieve real-time trading data.
  • tradingview_ta.rs: Shows how to calculate technical analysis for a given stock or asset.
Commit count: 9

cargo fmt