So I have fetch and it returns this:
{
Global Quote: {
01. symbol: "TSLA",
02. open: 595.0000,
03. high: 607.570,
04. low: 502.0000,
05. price: 546.6200,
06. volume: 22460363,
07. latest trading day: 2020-03-13,
08. previous close: 560.5500,
09. change: -13.9300,
10. change percent: -2.4851%
}
}
How do I work with it, when it has multiple words in property name ?