URL Schema
https://api.finage.co.uk/last/trade/stock/{ symbol }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/last/trade/stock/AAPL?apikey=YOUR_API_KEYExample Output
{
"symbol": "AAPL",
"price": 131.99,
"size": 5,
"timestamp": 1608847193770
}