Skip to main content
GET
Price Snapshot (Real-Time)
The current price of one stock in a single call: price, day_change, day_change_percent, and time (plus time_milliseconds). ticker is required. Use it whenever the question is “what is it trading at now” — this is the cheapest and fastest way to get one number. For a series of bars over a date range use get_financial_prices; for valuation multiples rather than the raw price use get_financial_financial_metrics_snapshot.

Example

First time? Point any MCP client at https://mcp.aisa.one/mcp — Claude Code, Codex, Cursor, VS Code and the rest. Authorization is OAuth: the client opens a browser, you click Allow once, and there is no key to paste. The commands per client, and what each call costs, are on aisa.one/mcp.
Set this endpoint up in your agent →

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string
required

The stock ticker symbol (e.g. AAPL, MSFT).

Response

Price snapshot response

snapshot
object