API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.

Products

high demand High demand

Endpoint

5 endpoint(s) for Us Stocks
Search Icon
  • Stock Last Quote
  • Stock Last Trade
  • Stock Market Aggregates API
  • Stock Market Previous Close
  • Stock Snapshot API

Stock Last Quote

You can get the last quote for a symbol with this endpoint.

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
}

Input Parameters (* required field)

  • * symbolSymbol Name (eg: AAPL)

Output Parameters

  • symbolSymbol Name
  • askAsk Price
  • bidBid Price
  • asizeAsk Size
  • bsizeBid Size
  • timestampLast Update Time
Crafted, simply, by Finage © 2025 | All rights reserved.