Skip to main content
GET
/
v1
/
chart
/
symbols
Get symbol information
curl --request GET \
  --url https://api.tradearies.dev/v1/chart/symbols \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "ticker": "<string>",
  "name": "<string>",
  "description": "<string>",
  "type": "<string>",
  "session": "<string>",
  "timezone": "<string>",
  "exchange": "<string>",
  "format": "<string>",
  "minmov": 123,
  "pricescale": 123,
  "has_intraday": true,
  "intraday_multipliers": [
    "<string>"
  ],
  "has_seconds": true,
  "visible_plots_set": "<string>",
  "has_weekly_and_monthly": true,
  "supported_resolutions": [
    "<string>"
  ],
  "volume_precision": 123,
  "listed_exchange": "<string>"
}
This endpoint provides essential symbol metadata required for chart initialization, including exchange information, trading session times, supported resolutions, and price formatting details.
Supports stocks (e.g., ‘AAPL’), indices (e.g., ‘SPX.IND_CBOM’), and options (e.g., ‘AAPL230120C00150000’ or ‘AAPL 230120C150’).

Authorizations

X-API-Key
string
header
required
Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

Symbol identifier. Supports stocks (e.g., 'AAPL'), indices (e.g., 'SPX.IND_CBOM'), and options (e.g., 'AAPL230120C00150000' or 'AAPL 230120C150')

Example:

"AAPL"

Response

Symbol information retrieved successfully

ticker
string
required

Symbol ticker

name
string
required

Display name of the symbol

description
string
required

Full description of the security

type
string
required

Security type

session
string
required

Trading session hours (24-hour format)

timezone
string
required

Timezone of the exchange

exchange
string
required

Exchange name

format
string
required

Price format

minmov
number
required

Minimum price movement

pricescale
integer
required

Price scale factor (e.g., 100 for 2 decimal places)

has_intraday
boolean
required

Whether intraday data is available

supported_resolutions
string[]
required

List of supported resolutions for this symbol

intraday_multipliers
string[]

Available intraday resolution multipliers

has_seconds
boolean

Whether second-level resolution is supported

visible_plots_set
string

Available plot types

has_weekly_and_monthly
boolean

Whether weekly and monthly data is available

volume_precision
number

Decimal precision for volume display

listed_exchange
string

Primary listing exchange