Quote

This endpoint can be called using:

https://api.adiinvestments.net/v1/stock/quote/<symbol>
  • 52 Week High and Low

  • Day High and Low

  • Earnings per Share (EPS)

  • Market Cap

  • Name

  • Open

  • Percent Change (24h)

  • Price

  • Price Target

  • Price to Book

  • Revenue Growth

  • Shares Outstanding

  • Symbol

  • Trailing Price to Earnings (P/E)

  • Volume

  • Yield

Cache/Update Frequency: Every 60 seconds

Responses

200 Successful
{
    "beta": 1.24,
    "change": "-1.78",
    "close": 252.2,
    "dayHigh": 253.28,
    "dayLow": 249.44,
    "eps": 6.08,
    "fiftyTwoWeekHigh": 260.1,
    "fiftyTwoWeekLow": 164.08,
    "marketCap": "3.79T",
    "name": "Apple Inc.",
    "open": 252.66,
    "percentChange": "-0.71%",
    "price": 250.42,
    "priceTarget": 246.85,
    "priceToBook": 66.48,
    "revenueGrowth": "6.1%",
    "sharesOutstanding": 15115799552,
    "symbol": "AAPL",
    "trailingPE": 41.19,
    "volume": "39.07M",
    "yield": "0.4%"
}
401 Unauthorized
{"error_code":403,
"error_message":"Invalid API key."}
429 Too Many Requests
{"error_code":429,
"error_message":"Rate limit exceeded. Please try again later."}

Last updated