Alpha Vantage · Schema
GlobalQuote
Latest real-time stock quote data
FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree
Properties
| Name | Type | Description |
|---|---|---|
| symbol | string | Stock ticker symbol |
| open | string | Opening price for the day |
| high | string | Intraday high price |
| low | string | Intraday low price |
| price | string | Latest trade price |
| volume | string | Volume of shares traded |
| latestTradingDay | string | Most recent trading day |
| previousClose | string | Previous day's closing price |
| change | string | Price change from previous close |
| changePercent | string | Percentage change from previous close |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.alphavantage.co/schemas/alpha-vantage-global_quote-schema.json",
"title": "GlobalQuote",
"type": "object",
"description": "Latest real-time stock quote data",
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol"
},
"open": {
"type": "string",
"description": "Opening price for the day"
},
"high": {
"type": "string",
"description": "Intraday high price"
},
"low": {
"type": "string",
"description": "Intraday low price"
},
"price": {
"type": "string",
"description": "Latest trade price"
},
"volume": {
"type": "string",
"description": "Volume of shares traded"
},
"latestTradingDay": {
"type": "string",
"format": "date",
"description": "Most recent trading day"
},
"previousClose": {
"type": "string",
"description": "Previous day's closing price"
},
"change": {
"type": "string",
"description": "Price change from previous close"
},
"changePercent": {
"type": "string",
"description": "Percentage change from previous close"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alpha-vantage-global_quote"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.