I can access the returned json to my page, but only raw json. I am unable to access the underlying data.
My current data that’s returned is as follows:
[ { “symbol”: “TSLA”, “name”: “Tesla, Inc.”, “price”: 180.475, “changesPercentage”: -1.5304, “change”: -2.805, “dayLow”: 179.5601, “dayHigh”: 184.05, “yearHigh”: 299.29, “yearLow”: 138.8, “marketCap”: 575570870000, “priceAvg50”: 175.0682, “priceAvg200”: 221.1931, “exchange”: “NASDAQ”, “volume”: 21531049, “avgVolume”: 103347480, “open”: 182, “previousClose”: 183.28, “eps”: 3.69, “pe”: 48.91, “earningsAnnouncement”: “2024-07-17T04:00:00.000+0000”, “sharesOutstanding”: 3189200000, “timestamp”: 1714573198 } ]
I’ve tried both #each and #if helpers to no avail. Any help is appreciated