---
title: "Summaries"
method: GET
path: "/v1/summaries"
---

# Summaries

`GET /v1/summaries`

Get everything needed to visualize the tick-by-tick movement of a list of tickers.

## Query parameters

- `ticker.any_of` string

## Response `200`

Snapshot Summary for ticker list

- object
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[] — An array of results containing the requested data.
    - `branding` object
      - `icon_url` string — A link to this ticker's company's icon. Icon's are generally smaller, square images that represent the company at a glance. Note that you must provide an API key when accessing this URL. See the "Authentication" section at the top of this page for more details.
      - `logo_url` string — A link to this ticker's company's logo. Note that you must provide an API key when accessing this URL. See the "Authentication" section at the top of this page for more details.
    - `error` string — The error while looking for this ticker.
    - `last_updated` integer — The nanosecond timestamp of when this information was updated.
    - `market_status` string — The market status for the market that trades this ticker.
    - `message` string — The error message while looking for this ticker.
    - `name` string — Name of ticker, forex, or crypto asset.
    - `options` object
      - `contract_type` 'put' | 'call' | 'other', required — The type of contract. Can be "put", "call", or in some rare cases, "other".
      - `exercise_style` 'american' | 'european' | 'bermudan', required — The exercise style of this contract. See <a rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Option_style">this link</a> for more details on exercise styles.
      - `expiration_date` string, date, required — The contract's expiration date in YYYY-MM-DD format.
      - `shares_per_contract` number, double, required — The number of shares per contract for this contract.
      - `strike_price` number, double, required — The strike price of the option contract.
      - `underlying_ticker` string, required — The ticker for the option contract.
    - `price` number, double — The most up to date ticker price.
    - `session` object — Comprehensive trading session metrics, detailing price changes, trading volume, and key price points (open, close, high, low) for the asset within the current trading day. Includes specific changes during early, regular, and late trading periods to enable detailed performance analysis and trend tracking.
      - `change` number, double, required — The value of the price change for the asset from the previous trading day.
      - `change_percent` number, double, required — The percent of the price change for the asset from the previous trading day.
      - `close` number, double, required — The closing price of the asset for the day.
      - `decimal_volume` string — The trading volume for the asset for the day with decimal precision. This field provides support for fractional shares, representing volume as a decimal string. This field is only returned for stocks snapshots.
      - `early_trading_change` number, double — Today's early trading change amount, difference between price and previous close if in early trading hours, otherwise difference between last price during early trading and previous close.
      - `early_trading_change_percent` number, double — Today's early trading change as a percentage.
      - `high` number, double, required — The highest price of the asset for the day.
      - `late_trading_change` number, double — Today's late trading change amount, difference between price and today's close if in late trading hours, otherwise difference between last price during late trading and today's close.
      - `late_trading_change_percent` number, double — Today's late trading change as a percentage.
      - `low` number, double, required — The lowest price of the asset for the day.
      - `open` number, double, required — The open price of the asset for the day.
      - `previous_close` number, double, required — The closing price of the asset for the previous trading day.
      - `price` number, double — The price of the most recent trade or bid price for this asset.
      - `regular_trading_change` number, double — Today's change in regular trading hours, difference between current price and previous trading day's close, otherwise difference between today's close and previous day's close.
      - `regular_trading_change_percent` number, double — Today's regular trading change as a percentage.
      - `volume` number, double — The trading volume for the asset for the day.
    - `ticker` string, required — Ticker of asset queried.
    - `type` 'stocks' | 'crypto' | 'options' | 'fx' — The market for this ticker of stock, crypto, fx, option.
  - `status` string, required — The status of this request's response.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
