Jett: Get Stock Candles
Jett via Parse · Finance
Get historical OHLCV (open, high, low, close, volume) candlestick data for a specific stock. Used for charting and technical analysis. Returns candles in chronological order. Access Uzbekistan stock market data from Jett.uz including stock listings, detailed company information, order books, and historical OHLC candle data. Fulfilled by Parse from app.jett.uz.
- app-jett-uz
- b2b-directory
- finance
- government-public
- jett
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ef782952-f945-417d-a098-eb98de344a18/get_stock_candles
- Interface artifact
- sha256:954dd85df09efc07a347af66b7ab59891efc5cbdf180c721f8da27d0ddf51080
- Manifest digest
- sha256:9fbc4a47fecd70a4b6a1d6f60a82ff15fe093b9d9531bdd3a915a2db6c8bf05f
Request fields
- to (string): Unix timestamp (seconds) for the end of the data range. Defaults to current time if omitted.
- limit (integer): Maximum number of candles to return (max 300).
- interval (string): Candle interval.: Allowed values: 1, 5, 15, 30, 60, d, w, m
- stock_id (string, required): Numeric stock ID (e.g. 642 for UZTL). Obtain from list_stocks results.
Example queries
- {"limit":"10","interval":"1","stock_id":"94"}