> ## Documentation Index
> Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Financial Symbols — TradeWatch API

> Browse all supported financial instruments: forex currency pairs, cryptocurrencies, global stocks, market indices, and commodities available via TradeWatch API.

The TradeWatch financial data API covers a broad universe of financial instruments across five major asset classes. Whether you need real-time forex currency pair quotes, live cryptocurrency prices, global stock market data, major index values, or commodities futures prices, all symbols are accessible through a unified REST and WebSocket API surface. Each asset class uses a consistent symbol format, making it straightforward to build multi-asset trading applications, market data dashboards, and algorithmic strategies.

Our API provides access to a vast array of financial data across multiple asset classes. Select a category below to view specific symbols and details.

<CardGroup cols={2}>
  <Card title="Currencies" icon="dollar-sign" href="/symbols/currencies">
    USD, EUR, GBP, JPY and more.
  </Card>

  <Card title="Crypto" icon="bitcoin" href="/symbols/crypto">
    BTC, ETH, BNB, LTC and more.
  </Card>

  <Card title="Indices" icon="chart-line" href="/symbols/indices">
    US30, SPX500, NDX and more.
  </Card>

  <Card title="Stocks" icon="building" href="/symbols/stocks">
    AAPL, ADBE, AMD and more.
  </Card>

  <Card title="Commodities" icon="gem" href="/symbols/commodities">
    GOLD, SILVER, OIL and more.
  </Card>
</CardGroup>
