8000 GitHub - temppet/tradingView-API: Get any market data in real time from the TradingView socket or api with Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

temppet/tradingView-API

 
 

Folders and files

NameName
Last commit message
Last commit date

8EB4 Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

tradingView-API

tradingview socket api for fetching real time prices.

How to run

git clone https://github.com/mohamadkhalaj/tradingView-API.git
cd tradingView-API
pip3 install -r requirements.txt
python3 tradingView.py

How to use

First you should select category type and searching text (by search() function in the code):

category list: 'stock' | 'futures' | 'forex' | 'cfd' | 'crypto' | 'index' | 'economic'

Example

data = search('btcusdt', 'crypto')

if any results found it will be shown.

About

Get any market data in real time from the TradingView socket or api with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0