> For the complete documentation index, see [llms.txt](https://developer.barchart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.barchart.com/getting-started/option-symbology-shortcuts.md).

# Option Symbology Shortcuts

### Summary & Use Cases

Use these shortcuts to request futures and equity option data at different levels of precision. You can start with the broadest symbol to return a full chain, then narrow the request by special option code, expiry, or exact contract when you need a smaller result set.

{% hint style="info" %}
Visit our Metadata page to learning how to discover Barchart's symbology by exchange
{% endhint %}

### Futures Options

These shortcuts support full-chain lookups, special option lookups, and single-contract lookups for futures options. Below is a demonstration using Barchart futures commodity root 'ZC' trading on CBOT (Chicago Board of Trade Corn).

* **ZC^O** - Returns all standard options for a given futures root
* **ZC^OX** - Returns all special options for a given futures root
* **ZC^OX\&filter=BCD** - Returns special options for a given root, exclusive to the filtered special options symbol, and includes all maturities
* **BCD^V2025^OM** - Returns only one special option and is exclusive to a specific maturity

### Equity Options:

These shortcuts support full option chains, expiry-specific chains, alternate response formats, and individual contract lookups for equities. Below is a demonstration using Barchart equity/stock symbol 'AAPL' for Apple, Inc.

* **AAPL^EO** - Returns all options for a given underlying.
* **AAPL|20261219^EO** - Returns all options for a given underlying and expiry.
* **AAPL|20261219|100.00C** - Returns data for a specific option chain.

**Note**: Openfeed accepts pipe-delimited option chain symbology for equities instead of the Options Clearing Corporation standard symbology

### Acceptable Use of Shortcuts with Openfeed APIs

The above shortcut symbols can be used with Barchart's Streaming Openfeed API. Some, but not all, of the shortcuts are available in the Snapshot Openfeed REST API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.barchart.com/getting-started/option-symbology-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
