Skip to main content
GET
/
v1
/
chart
/
search
Search symbols for charting
curl --request GET \
  --url https://api.tradearies.dev/v1/chart/search \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
[
  {
    "symbol": "<string>",
    "description": "<string>",
    "exchange": "<string>",
    "ticker": "<string>",
    "type": "<string>"
  }
]
This endpoint searches for symbols compatible with charts and returns results in the Universal Data Feed (UDF) format.
Option Search: Prefix your query with a dot (.) to search for options only. For example, use .AAPL to find Apple options.

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

query
string
required

Search term. Prefix with '.' for option search (e.g., '.AAPL')

Minimum length: 1
Example:

"AAPL"

limit
integer
default:20

Maximum number of results

Required range: 1 <= x <= 100

Response

Search results returned successfully

symbol
string
required

Full symbol identifier

description
string
required

Human-readable description

exchange
string
required

Exchange name

ticker
string
required

Short ticker symbol

type
string
required

Security type