Polygon · Schema
Polygon Ticker
A ticker reference entry as returned by the Polygon Reference API.
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-TimeHistoricalPublic APIs
Properties
| Name | Type | Description |
|---|---|---|
| ticker | string | |
| name | string | |
| market | string | |
| locale | string | |
| primary_exchange | string | MIC code of the primary listing exchange. |
| type | string | Polygon ticker type code (e.g. CS, PFD, ETF). |
| active | boolean | |
| currency_name | string | |
| cik | string | SEC Central Index Key. |
| composite_figi | string | |
| share_class_figi | string | |
| last_updated_utc | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/polygon/main/json-schema/polygon-ticker-schema.json",
"title": "Polygon Ticker",
"type": "object",
"description": "A ticker reference entry as returned by the Polygon Reference API.",
"properties": {
"ticker": { "type": "string" },
"name": { "type": "string" },
"market": { "type": "string", "enum": ["stocks","crypto","fx","otc","indices"] },
"locale": { "type": "string" },
"primary_exchange": { "type": "string", "description": "MIC code of the primary listing exchange." },
"type": { "type": "string", "description": "Polygon ticker type code (e.g. CS, PFD, ETF)." },
"active": { "type": "boolean" },
"currency_name": { "type": "string" },
"cik": { "type": "string", "description": "SEC Central Index Key." },
"composite_figi": { "type": "string" },
"share_class_figi": { "type": "string" },
"last_updated_utc": { "type": "string", "format": "date-time" }
},
"required": ["ticker","market","active"]
}
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/polygon-ticker"
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.