Time-series OHLCV (open, high, low, close, volume) data for the symbol. Choose the candle size with interval, and optionally bound by start_date / end_date or cap with outputsize.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/stocks/history/NESN?interval=1day&start_date=2025-01-01&end_date=2025-12-31&outputsize=100' \
--header'X-API-Key: <api-key>'