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 Trade

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

URL Schema

https://api.finage.co.uk/last/trade/stock/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/last/trade/stock/AAPL?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "AAPL",
  "price": 131.99,
  "size": 5,
  "timestamp": 1608847193770
}

Input Parameters (* required field)

  • * symbolSymbol Name

Output Parameters

  • symbolSymbol Name
  • priceTrade Price
  • sizeTrade Size
  • timestampLast Update Time
Crafted, simply, by Finage © 2025 | All rights reserved.