Polygon · Arazzo Workflow
Polygon Stock Research
Version 1.0.0
Resolve a stock ticker's reference details, pull its aggregate bars, and read its previous close.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
stock-research
Look up a stock ticker's details, aggregate bars, and previous close.
Confirms the ticker via the reference API, then chains the stock aggregate-bars and previous-close endpoints to build a compact research snapshot for the symbol.
1
resolveTicker
getTickerDetails
Resolve detailed reference information for the ticker to confirm it exists and capture its name and primary exchange.
2
getAggregates
getStocksAggregateBars
Retrieve aggregate bars for the ticker over the requested date range in the requested custom time window.
3
getPreviousClose
getStocksPreviousClose
Read the previous trading day's open, close, high, and low for the ticker to anchor the aggregate data against the latest session.
Source API Descriptions
openapi