> For the complete documentation index, see [llms.txt](https://help.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockcharts.com/data-and-ticker-symbols/ticker-symbols/ticker-symbol-conventions.md).

# Ticker Symbol Conventions

We use the following conventions with our ticker symbols, to indicate the exchanges that the symbols belong to, the asset types, and more.

## Stock Exchanges

* US stocks have symbols that consist of letters without any other symbols - such symbols indicate that that stock is listed on either the NYSE, Nasdaq, or Amex Exchanges
* TSX-listed stocks have symbols that end with “.TO”
* TSX Venture-listed stocks have symbols that end with “.V”
* CSE-listed stocks have symbols that end with “.CA”
* NEO-listed stocks have symbols that end with “.NE”
* London-listed stocks have symbols that end with “.L”
* Indian-listed stocks have symbols that end with “.IN”

## Other Financial Data

* Indexes and market indicators (i.e., non-trading datasets that do not contain price information) start with either a “$” or a “!” character
* Economic Indexes start with “$$”
* Symbols for individual futures contracts start with “^”

{% hint style="warning" %}
**Note:** Indexes that start with "!" were initially created on the original DecisionPoint website, while “$” indexes have always belonged to StockCharts.com.
{% endhint %}

## Compound Symbols

* If two ticker symbols are joined together with a colon character, it represents the ratio of those two datasets, e.g., IBM:$SPX
* If two ticker symbols are joined together with a hyphen, it represents the difference of those two datasets

{% hint style="info" %}
**Learn More:** [Ratio and Difference Symbols](/data-and-ticker-symbols/ticker-symbols/ratio-and-difference-symbols.md)
{% endhint %}

## User-Defined Indexes

* User-defined indexes that have not been shared with others start with an “@” symbol
* User-defined indexes that have been shared publicly currently start with “!”

{% hint style="info" %}
**Learn More:** [User-Defined Indexes](/data-and-ticker-symbols/ticker-symbols/user-defined-indexes.md)
{% endhint %}

## Miscellaneous Conventions

* Different stock classes are indicated with a forward slash (“/”) and one or more letters, e.g. BRK/A, RBN/UN.TO
* Unadjusted stock datasets (using historical price data that has not been adjusted for dividends or distributions) have symbols that start with an underscore (“\_”)
* Adding a hyphen before a single ticker symbol will show an inverse chart for that symbol (or use the $ONE pseudo-symbol)

{% hint style="info" %}
**Learn More:** [Price Data Adjustments](/data-and-ticker-symbols/data-availability/price-data-adjustments.md) | [Pseudo-Symbols](/data-and-ticker-symbols/ticker-symbols/pseudo-symbols.md)
{% endhint %}


---

# 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://help.stockcharts.com/data-and-ticker-symbols/ticker-symbols/ticker-symbol-conventions.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.
