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

Query Parameters

query
string
required
Minimum length: 1
Example:
limit
integer
default:20
Required range: 1 <= x <= 100

Response

symbol
string
required
description
string
required
exchange
string
required
ticker
string
required
type
string
required