Jan-14-2021, 04:23 PM
Hi -
This is the JSON below. I'm looking to get the value of 'bid' for each 'StockSymbol' - any help for this newbie ?
This is the JSON below. I'm looking to get the value of 'bid' for each 'StockSymbol' - any help for this newbie ?
Output:{
"currentPage":1,
"trades":[
{
"stockSymbol":"AAPL",
"companyName":"Apple",
"bid":130.17,
"ask":133.42,
"note":"None",
"earningDueDate":"2021-01-27T00:00:00",
"earningDueDateOption":0,
"earningDueDateEstimated":false,
"imageId":-1,
"state":1,
"isOptions":false,
},
{
"stockSymbol":"MTCH",
"companyName":"Match Group",
"bid":130.17,
"ask":133.42,
"note":"None",
"earningDueDate":"2021-01-27T00:00:00",
"earningDueDateOption":0,
"earningDueDateEstimated":false,
"imageId":-1,
"state":1,
"isOptions":false,
},
]
}