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

# SymbolResponse

> Response returned by `getSymbol`.

<div data-generated>
  ## GraphQL

  ```
  type SymbolResponse {
    currency_code: String!
    description: String!
    name: String!
    original_currency_code: String!
    pricescale: Float!
    ticker: String!
    supported_resolutions: [String!]!
  }
  ```

  ### Used By

  **Returned by**

  * [getSymbol](/api-reference/queries/getsymbol.md): Returns charting metadata for a given pair. Used for implementing a Trading View datafeed.
</div>
