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 Market Previous Close

With the Stock Market Previous Close API, you can get the historiacal end of day data and also previous day's last tick bar of the stock market.

URL Schema

https://api.finage.co.uk/agg/stock/prev-close/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/agg/stock/prev-close/AAPL?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "AAPL",
  "totalResults": 1,
  "results": [
{
      "o": 124.81,
      "h": 125.71,
      "l": 121.84,
      "c": 122.06,
      "v": 112966340,
      "t": 1614805200000
    }
  ]
}

Input Parameters (* required field)

  • * symbolSymbol of the stock

Output Parameters

  • symbolSymbol of the stock
  • totalResultsTotal result size
  • oOpen price
  • hHigh price
  • lLow price
  • cClose price
  • vVolume
  • tTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.