Welcome to Queryseed
From Small Seeds to Solid Insights

Product

High Demand
US StockForexCrypto

Endpoint

7 endpoint(s) for
  • Stock Last Quote
  • Multiple Stock Last Quotes
  • Stock Last Trade
  • Multiple Stock Last Trades
  • Stock Market Aggregates API
  • Stock Market Previous Close
  • Stock Snapshot API

Inspect

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 Params (* required field)
  • * symbolSymbol Name (eg: AAPL)
Output Params
  • symbolSymbol Name
  • askAsk Price
  • bidBid Price
  • asizeAsk Size
  • bsizeBid Size
  • timestampLast Update Time
Crafted, simply, by Finage © 2024 | All rights reserved.