Provenance
PublisherPolygon.io
API basehttps://api.polygon.io/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (10)
getStockQuote
readPrevious close for a ticker.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" } }, "additionalProperties": false, "required": [ "ticker" ] }getAggregates
readOHLCV aggregates over a date range.
Required paramstickermultipliertimespanfromtoInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" }, "multiplier": { "type": "number" }, "timespan": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" }, "adjusted": { "type": "boolean" }, "sort": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "ticker", "multiplier", "timespan", "from", "to" ] }getDailyBar
readOHLCV for a single trading day.
Required paramstickerdateInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" }, "date": { "type": "string" } }, "additionalProperties": false, "required": [ "ticker", "date" ] }searchTickers
readTicker search by name or symbol.
Required paramsqueryInput schema
{ "type": "object", "properties": { "query": { "type": "string" }, "market": { "type": "string" }, "active": { "type": "boolean" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "query" ] }getTickerDetails
readCompany detail for a ticker.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" } }, "additionalProperties": false, "required": [ "ticker" ] }getStockSplits
readSplit history for a ticker.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "ticker" ] }getDividends
readDividend history for a ticker.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "ticker" ] }getMarketHolidays
readUpcoming holidays / early closes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }getRelatedCompanies
readRelated companies / peers.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" } }, "additionalProperties": false, "required": [ "ticker" ] }getFinancials
readStandardized financial statements.
Required paramstickerInput schema
{ "type": "object", "properties": { "ticker": { "type": "string" }, "timeframe": { "type": "string" }, "limit": { "type": "number" }, "filing_date": { "type": "string" }, "period_of_report_date": { "type": "string" } }, "additionalProperties": false, "required": [ "ticker" ] }
