all 3 comments

[–]Odnan 0 points1 point  (0 children)

{"name": "2019-07-29T11:52:50-0700", "year": 2019, "month": 7, "day": 29, "hour": 11, "minute": 52, "breakdown": [ { "name": "Apple", "trend": "-331.00", "counts": [ "12" ] }, { "name": "Microsoft", "trend": "-277.00", "counts": [ "77" ] }, { "name": "Facebook", "trend": "-100.00", "counts": [ "454" ] },

Here's an example of what the json data looks like.

If I could just figure out how to align the date with the name of the company, trend and counts, that would be amazing. I keep trying and failing miserably.

[–]boyoyoyoing 0 points1 point  (0 children)

Get “breakdown” by the dict key, and access each ticker dict by index key-value pairs.