[
{
"id": 123,
"alias": "<string>",
"path": "<string>",
"@type": "InvestingQuote",
"symbol": "<string>",
"name": "<string>",
"type": "<string>",
"is_open": true,
"currency": "<string>",
"exchange": "<string>",
"exchange_full_name": "<string>",
"market_name": "<string>",
"country_flag": "<string>",
"image": "<string>",
"last": 123,
"open": 123,
"high": 123,
"low": 123,
"previous_close": 123,
"change": 123,
"change_percent": 123,
"bid": 123,
"ask": 123,
"volume": 123,
"average_volume": 123,
"fifty_two_week_high": 123,
"fifty_two_week_low": 123,
"one_year_change": 123,
"premarket_price": 123,
"premarket_change": 123,
"premarket_change_percent": 123,
"after_hours_price": 123,
"after_hours_change": 123,
"after_hours_change_percent": 123,
"extended_hours_session": "<string>",
"last_update_at": 123,
"market_cap": 123,
"eps": 123,
"pe_ratio": 123,
"dividend": 123,
"dividend_yield": 123,
"revenue": 123,
"shares_outstanding": 123,
"beta": 123,
"next_earnings_date": "<string>",
"isin": "<string>",
"ticker": "<string>",
"components_count": 123,
"rank": 123,
"available_supply": 123,
"max_supply": 123,
"price_usd": 123,
"volume_24h": 123,
"percent_change_7d": 123,
"price_changes": {
"@type": "InvestingPriceChange",
"one_day": 123,
"one_week": 123,
"one_month": 123,
"three_month": 123,
"six_month": 123,
"ytd": 123,
"one_year": 123,
"three_year": 123,
"five_year": 123,
"all_time": 123
},
"technical_summary": {
"@type": "InvestingTechnicalSummary",
"five_min": "<string>",
"fifteen_min": "<string>",
"thirty_min": "<string>",
"one_hour": "<string>",
"five_hour": "<string>",
"daily": "<string>",
"weekly": "<string>",
"monthly": "<string>"
},
"url": "<string>"
}
]