---
title: "Get Last Option Trade"
method: GET
path: "/options/trades/last/{optionsTicker}"
tags: ["Options - Trades"]
---

# Get Last Option Trade

`GET /options/trades/last/{optionsTicker}`

Retrieves the most recent trade for a specified options ticker symbol.

## Path parameters

- `optionsTicker` string, required

## Response `200`

Successful response with the last trade data. Keys are in kebab-case.

- object
  - `request-id` string
  - `status` string
  - `results` object
    - `conditions` integer[] — List of condition codes.
    - `exchange` integer — Exchange ID.
    - `participant-timestamp` integer — Participant/Exchange Unix Timestamp (nanoseconds).
    - `price` number — Trade price.
    - `sip-timestamp` integer — SIP Unix Timestamp (nanoseconds).
    - `size` number — Trade size (volume).
    - `ticker` string — The options ticker symbol requested.

## Other responses

- `400` — Bad Request - Missing options ticker.
- `401` — Unauthorized - API Key issue. (Mapped to 500)
- `404` — Not Found - Ticker not found or no trades available.
- `429` — Too Many Requests.
- `500` — Internal Server Error.

---

[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/revisions/742d2654c09a/schema)
