File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2222
2323## Overview
2424
25+ ``` bash
26+ pip install tradingview-screener
27+ ```
28+
2529` tradingview-screener ` is a Python package that allows you to create custom stock screeners using TradingView's official
2630API. This package retrieves data directly from TradingView without the need for web scraping or HTML parsing.
2731
@@ -34,15 +38,6 @@ API. This package retrieves data directly from TradingView without the need for
3438- ** Filter and sort** the results using a ** SQL-like syntax** , with support for ** And/Or operators** for advanced filtering.
3539
3640
37- ### Installation
38-
39- Install the package via pip:
40-
41- ``` bash
42- pip install tradingview-screener
43- ```
44-
45-
4641### Links
4742
4843- [ GitHub Repository] ( https://github.com/shner-elmo/TradingView-Screener )
You can’t perform that action at this time.
0 commit comments