Equities

Get quote

get/equity/{symbol}/quote

Path parameters

symbolstring nullable required

Response

Successful Response

messagestring nullable

A message with the response status.

Example response

{
  "data": [
    {
      "symbol": "AAPL",
      "name": "Apple Inc.",
      "price": 235.86,
      "changesPercentage": -0.2622,
      "change": -0.62,
      "dayLow": 232.61,
      "dayHigh": 236.19,
      "yearHigh": 237.49,
      "yearLow": 164.08,
      "marketCap": 3586039026000,
      "priceAvg50": 225.9344,
      "priceAvg200": 200.1021,
      "volume": 34958938,
      "avgVolume": 51003768,
      "open": 233.885,
      "previousClose": 236.48,
      "eps": 6.57,
      "pe": 35.9,
      "sharesOutstanding": 15204100000,
      "timestamp": 1729627201
    }
  ],
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.