Skip to main content
GET
Get Technical Patterns

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker to query. Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT, TSLA.

Example:

"AAPL"

resolution
enum<string>
required

How long each bar covers. Use a number of minutes (1, 5, 15, 30, 60, 240), a letter for daily/weekly/monthly (D, W, M), or an N-trade tick bar (100T, 500T). See ChartResolution for the full list. How long each candle/bar on the chart should cover. Two families of values are supported:

Intraday (minute bars)1, 3, 5, 15, 30, 45, 60, 120, 180, 240 — the number is the bar's length in minutes (e.g. 5 = five-minute bars, 60 = hourly).

Daily and longerD / 1D = daily, W / 1W = weekly, M / 1M = monthly, 3M / 6M / 12M = three-/six-/twelve-month bars.

For tick-based bars (bars that close every N trades instead of every N minutes), use Tick-Based Chart Data instead — this endpoint does not accept tick resolutions.

Available options:
1,
3,
5,
15,
30,
45,
60,
120,
180,
240,
D,
W,
M,
1D,
1W,
1M,
3M,
6M,
12M
Example:

"D"

Response

Successful response

data
object