tradingview-mcp 1.0.0__py3-none-any.whl → 1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. tradingview_mcp/constants.py +6 -4
  2. tradingview_mcp/data/__init__.py +9 -0
  3. tradingview_mcp/data/column_display_names.json +827 -0
  4. tradingview_mcp/data/extracted/__init__.py +1 -0
  5. tradingview_mcp/data/extracted/ai_quick_reference.json +212 -0
  6. tradingview_mcp/data/extracted/common_fields.json +3627 -0
  7. tradingview_mcp/data/extracted/fields_by_market.json +23299 -0
  8. tradingview_mcp/data/extracted/screener_code_examples.json +9 -0
  9. tradingview_mcp/data/markets.json +83 -0
  10. tradingview_mcp/data/metainfo/bond.json +17406 -0
  11. tradingview_mcp/data/metainfo/bonds.json +1303 -0
  12. tradingview_mcp/data/metainfo/cfd.json +21603 -0
  13. tradingview_mcp/data/metainfo/coin.json +21111 -0
  14. tradingview_mcp/data/metainfo/crypto.json +23078 -0
  15. tradingview_mcp/data/metainfo/economics2.json +1026 -0
  16. tradingview_mcp/data/metainfo/forex.json +21003 -0
  17. tradingview_mcp/data/metainfo/futures.json +2972 -0
  18. tradingview_mcp/data/metainfo/ireland.json +22517 -0
  19. tradingview_mcp/data/metainfo/options.json +499 -0
  20. tradingview_mcp/data/metainfo/stocks.json +29808 -0
  21. tradingview_mcp/data/screeners/main_screeners.json +540 -0
  22. tradingview_mcp/data/screeners/markets.json +70 -0
  23. tradingview_mcp/data/screeners/stocks.json +416 -0
  24. tradingview_mcp/data/screeners/stocks_failed.json +36081 -0
  25. tradingview_mcp/docs_data.py +297 -0
  26. tradingview_mcp/scanner.py +2 -1
  27. tradingview_mcp/server.py +839 -51
  28. tradingview_mcp-1.0.dist-info/METADATA +334 -0
  29. tradingview_mcp-1.0.dist-info/RECORD +37 -0
  30. {tradingview_mcp-1.0.0.dist-info → tradingview_mcp-1.0.dist-info}/licenses/LICENSE +0 -2
  31. tradingview_mcp-1.0.0.dist-info/METADATA +0 -182
  32. tradingview_mcp-1.0.0.dist-info/RECORD +0 -13
  33. {tradingview_mcp-1.0.0.dist-info → tradingview_mcp-1.0.dist-info}/WHEEL +0 -0
  34. {tradingview_mcp-1.0.0.dist-info → tradingview_mcp-1.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1 @@
1
+ """Extracted data from TradingView-Screener docs HTML files."""
@@ -0,0 +1,212 @@
1
+ {
2
+ "markets": {
3
+ "stocks": [
4
+ "america",
5
+ "uk",
6
+ "germany",
7
+ "japan",
8
+ "china",
9
+ "india",
10
+ "brazil",
11
+ "canada",
12
+ "australia",
13
+ "korea",
14
+ "taiwan",
15
+ "hongkong",
16
+ "singapore",
17
+ "france",
18
+ "italy",
19
+ "spain",
20
+ "netherlands",
21
+ "switzerland",
22
+ "sweden",
23
+ "norway",
24
+ "denmark",
25
+ "finland",
26
+ "austria",
27
+ "belgium",
28
+ "portugal",
29
+ "poland",
30
+ "russia",
31
+ "turkey",
32
+ "israel",
33
+ "mexico",
34
+ "argentina",
35
+ "chile",
36
+ "colombia",
37
+ "peru",
38
+ "venezuela",
39
+ "indonesia",
40
+ "malaysia",
41
+ "thailand",
42
+ "philippines",
43
+ "vietnam",
44
+ "pakistan",
45
+ "bangladesh",
46
+ "srilanka",
47
+ "newzealand",
48
+ "egypt",
49
+ "rsa",
50
+ "nigeria",
51
+ "kenya",
52
+ "morocco",
53
+ "tunisia",
54
+ "bahrain",
55
+ "kuwait",
56
+ "qatar",
57
+ "uae",
58
+ "ksa",
59
+ "cyprus",
60
+ "czech",
61
+ "estonia",
62
+ "greece",
63
+ "hungary",
64
+ "iceland",
65
+ "ireland",
66
+ "latvia",
67
+ "lithuania",
68
+ "luxembourg",
69
+ "romania",
70
+ "serbia",
71
+ "slovakia"
72
+ ],
73
+ "crypto": [
74
+ "crypto"
75
+ ],
76
+ "crypto_coins": [
77
+ "coin"
78
+ ],
79
+ "forex": [
80
+ "forex"
81
+ ],
82
+ "futures": [
83
+ "futures"
84
+ ],
85
+ "bonds": [
86
+ "bond",
87
+ "bonds"
88
+ ],
89
+ "cfd": [
90
+ "cfd"
91
+ ],
92
+ "options": [
93
+ "options"
94
+ ],
95
+ "economy": [
96
+ "economics2"
97
+ ]
98
+ },
99
+ "common_columns": {
100
+ "price": [
101
+ "close",
102
+ "open",
103
+ "high",
104
+ "low",
105
+ "change",
106
+ "change_abs",
107
+ "gap"
108
+ ],
109
+ "volume": [
110
+ "volume",
111
+ "Value.Traded",
112
+ "relative_volume_10d_calc",
113
+ "average_volume_10d_calc"
114
+ ],
115
+ "market_cap": [
116
+ "market_cap_basic"
117
+ ],
118
+ "fundamentals": [
119
+ "price_earnings_ttm",
120
+ "earnings_per_share_basic_ttm",
121
+ "dividend_yield_recent",
122
+ "price_book_fq"
123
+ ],
124
+ "technical": [
125
+ "RSI",
126
+ "MACD.macd",
127
+ "MACD.signal",
128
+ "BB.upper",
129
+ "BB.lower",
130
+ "SMA20",
131
+ "SMA50",
132
+ "SMA200",
133
+ "EMA20",
134
+ "EMA50",
135
+ "EMA200"
136
+ ],
137
+ "ratings": [
138
+ "Recommend.All",
139
+ "Recommend.MA",
140
+ "Recommend.Other"
141
+ ],
142
+ "info": [
143
+ "name",
144
+ "description",
145
+ "sector",
146
+ "industry",
147
+ "exchange",
148
+ "type",
149
+ "subtype"
150
+ ]
151
+ },
152
+ "filter_operations": [
153
+ "equal",
154
+ "ne",
155
+ "gt",
156
+ "gte",
157
+ "lt",
158
+ "lte",
159
+ "in_range",
160
+ "has",
161
+ "has_none_of",
162
+ "isin",
163
+ "not_isin",
164
+ "match",
165
+ "crosses",
166
+ "crosses_above",
167
+ "crosses_below"
168
+ ],
169
+ "sort_order": [
170
+ "asc",
171
+ "desc"
172
+ ],
173
+ "timeframes": [
174
+ "",
175
+ "1",
176
+ "5",
177
+ "15",
178
+ "30",
179
+ "60",
180
+ "120",
181
+ "240",
182
+ "1W",
183
+ "1M"
184
+ ],
185
+ "common_filters": {
186
+ "stocks_only": {
187
+ "left": "type",
188
+ "operation": "equal",
189
+ "right": "stock"
190
+ },
191
+ "primary_listing": {
192
+ "left": "is_primary",
193
+ "operation": "equal",
194
+ "right": true
195
+ },
196
+ "active_trading": {
197
+ "left": "active_symbol",
198
+ "operation": "equal",
199
+ "right": true
200
+ },
201
+ "min_volume": {
202
+ "left": "volume",
203
+ "operation": "gt",
204
+ "right": 100000
205
+ },
206
+ "min_market_cap": {
207
+ "left": "market_cap_basic",
208
+ "operation": "gt",
209
+ "right": 1000000000
210
+ }
211
+ }
212
+ }