Polygon · Arazzo Workflow
Polygon Market-Gated Stock Daily Snapshot
Version 1.0.0
Check current US market status, then pull a stock's daily open/close and previous close.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
market-gated-stock-daily
Gate a stock daily-snapshot read on the current market status.
Reads current market status, then chains the daily open/close and previous-close endpoints for a single stock ticker on a given date.
1
checkMarketStatus
getCurrentMarketStatus
Get the current trading status for US markets to establish whether the read reflects a live or closed session.
2
getDailyOpenClose
getStocksDailyOpenClose
Read the open, close, high, and low for the stock ticker on the requested date.
3
getPreviousClose
getStocksPreviousClose
Read the previous trading day's close so the requested day's values can be compared against the prior session.
Source API Descriptions
openapi