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

Query Parameters

symbol
string
required
Example:

Response

ticker
string
required
name
string
required
description
string
required
type
string
required
session
string
required
timezone
string
required
exchange
string
required
format
string
required
minmov
number
required
pricescale
integer
required
has_intraday
boolean
required
supported_resolutions
string[]
required
intraday_multipliers
string[]
has_seconds
boolean
visible_plots_set
string
has_weekly_and_monthly
boolean
volume_precision
number
listed_exchange
string