URL Schema
https://api.finage.co.uk/last/stock/{ symbol }?apikey=YOUR_API_KEY Example Request
https://api.finage.co.uk/last/stock/AAPL?apikey=YOUR_API_KEY Example Output
{
"symbol": "AAPL",
"ask": 118.55,
"bid": 118.53,
"asize": 3,
"bsize": 1,
"timestamp": 1604710766331
}