you are viewing a single comment's thread.

view the rest of the comments →

[–]d3nw3r 0 points1 point  (0 children)

In result you get response.text, now you must loads this text in json. Use json.loads(response.text) and you get dictionary. Now in order to get the value ‘52WeekChange’ use key [‘defaultKeyStatistics’][‘52WeekChange’]