-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstock-light.html
48 lines (48 loc) · 1.04 KB
/
stock-light.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js" async>
{
"symbols": [
{
"description": "Vanguard FTSE EM.MARKETS",
"proName": "EURONEXT:VFEM"
},
{
"description": "Wirecard ",
"proName": "FWB:WDI"
},
{
"description": "KPN",
"proName": "EURONEXT:KPN"
},
{
"description": "PostNL",
"proName": "EURONEXT:PNL"
},
{
"description": "Nintendo",
"proName": "FWB:NTO"
},
{
"description": "DSM",
"proName": "EURONEXT:DSM"
},
{
"description": "Spotify",
"proName": "NYSE:SPOT"
},
{
"description": "Gamestop",
"proName": "NYSE:GME"
}
],
"showSymbolLogo": true,
"colorTheme": "light",
"isTransparent": false,
"displayMode": "adaptive",
"locale": "en"
}
</script>
</div>
<!-- TradingView Widget END -->