Quote
Retrieve the current quote snapshot for a ticker, including price, volume, and trailing return context.
Use this endpoint when you need the latest quote-level market state for a single security.
Endpoint
GET /securities/{ticker}/quote
Test request
/securities/AAPL/quote
Send a request to view the response.
Path Parameters
ticker: required ticker symbol
Response
Typical fields include:
tickernameexchangequote.timequote.pricequote.previous_closequote.openquote.highquote.lowquote.volumequote.change_valuequote.change_percentquote.return_1dquote.return_1mquote.return_1y
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/securities/AAPL/quote"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.