I want to get variable price from https://www.tradingview.com/symbols/EURUSD/
![]()
I saw in the inspect, regarding the data, the line
I tried to get the data byHTML Code:span class="last-JWoJqCpY js-symbol-last">
the output wasCode:Html.GetElementsByClassName("last-JWoJqCpY js-symbol-last").item (0)
[object HTMLSpanElement]
but I need the price
How can I do that?




Reply With Quote
