I have this json and I was wondering if someone can help me figure out to just get the '1. open' values for the following json. Using python. Thanks
{
"Meta Data": {
"1. Information": "Daily Prices (open, high, low, close) and Volumes",
"2. Symbol": "AAPL",
"3. Last Refreshed": "2017-12-26",
"4. Output Size": "Compact",
"5. Time Zone": "US/Eastern"
},
"Time Series (Daily)": {
"2017-12-26": {
"1. open": "170.8000",
"2. high": "171.4700",
"3. low": "169.6790",
"4. close": "170.5700",
"5. volume": "33106577"
},
"2017-12-22": {
"1. open": "174.6800",
"2. high": "175.4240",
"3. low": "174.5000",
"4. close": "175.0100",
"5. volume": "16052615"
},
"2017-12-21": {
"1. open": "174.1700",
"2. high": "176.0200",
"3. low": "174.1000",
"4. close": "175.0100",
"5. volume": "20356826"
},