Chartink: Get Stock Technical Data
Chartink via Parse · Finance
Retrieve technical chart data (OHLCV) for a symbol from Chartink's internal OAPI. Returns metadata including trade timestamps, available data points, and grouped OHLCV arrays keyed by symbol. Each OHLCV component (open, high, low, close, volume) is a separate object within the results array containing an array of values aligned with tradeTimes. API to extract stock market data from Chartink.com (NSE/BSE), including fundamental metrics, technical OHLCV data, and custom stock screenings. Fulfilled by Parse from chartink.com.
- b2b-directory
- chartink
- chartink-com
- developer-tools
- finance
- 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/d650ce4b-82c4-4521-b5c6-0c67105247cd/get_stock_technical_data
- Interface artifact
- sha256:cd964dbdc5799a0fc8c02d50ff2ce7e2eba93e18c4968d848f80a09f0f51216f
- Manifest digest
- sha256:ee40b8093afe8843c49eb0c776a581e0688dee22be5450c64238afecc2af81d1
Request fields
- limit (integer): Maximum number of data points (candles) to return.
- symbol (string, required): NSE stock ticker symbol (e.g. RELIANCE, TCS, INFY).
- timeframe (string): Chart timeframe. Accepted values: Daily, Weekly, Monthly.: Allowed values: Daily, Weekly, Monthly
Example queries
- {"limit":"50","symbol":"RELIANCE","timeframe":"Daily"}