---
title: "Get Option Contract Snapshot"
method: GET
path: "/options/snapshot/contract/{underlyingAsset}/{optionContract}"
tags: ["Options - Snapshot"]
---

# Get Option Contract Snapshot

`GET /options/snapshot/contract/{underlyingAsset}/{optionContract}`

Retrieves a comprehensive snapshot for a specific options contract identifier.
Consolidates vital metrics like break-even price, day changes, IV, open interest, greeks, last quote/trade, and underlying asset info.

## Path parameters

- `underlyingAsset` string, required
- `optionContract` string, required

## Response `200`

Successful response with the option contract snapshot data. Keys are in kebab-case.

- object
  - `request-id` string — A request id assigned by the server.
  - `status` string — The status of this request's response.
  - `results` object — Contains the snapshot data for the specified contract.
    - `break-even-price` number — The price of the underlying asset for the contract to break even.
    - `day` object — The most recent daily bar for this contract.
    - `details` object — The details for this contract (strike, expiration, type, etc.).
    - `greeks` object — The greeks for this contract (delta, gamma, theta, vega). May not always be present.
    - `implied-volatility` number, nullable — The market's forecast for the volatility of the underlying asset.
    - `last-quote` object — The most recent quote for this contract (bid/ask price and size). Requires quotes plan.
    - `last-trade` object — The most recent trade for this contract (price, size, timestamp). Requires trades plan.
    - `open-interest` number — The quantity of this contract held at the end of the last trading day.
    - `underlying-asset` object — Information on the underlying stock for this options contract.

## Other responses

- `400` — Bad Request - Missing underlying asset or option contract parameter.
- `401` — Unauthorized - API Key is missing or invalid. (Mapped to 500 internal error)
- `404` — Not Found - The requested underlying asset or option contract does not exist.
- `429` — Too Many Requests - Rate limit exceeded.
- `500` — Internal Server Error or Upstream API issue.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/versions/742d2654c09a/schema)
