Technical Indicators
20+ Indicators
Access an extensive array of over 20 indicators, empowering insightful market analysis and informed trading decisions.
REST API
Easily integrate our services into your systems and applications with seamless access via our REST API, ensuring efficient utilization of our platform's capabilities.
5 Years Data
Benefit from 5 years of historical data to unveil trends, patterns, and make strategic investment choices.
RealTime Data
Stay informed with our real-time stock market data, enabling you to seize opportunities and make informed decisions swiftly. Access up-to-the-minute prices, trends, and insights
Contract for Technical Indicators
// REQUEST
Base API GET ENDPOINT - [api.datapointx.com/techindicators]
exchange: string
stock: string
interval: string
startTime: date-time
endTime: date-time
- API Documentation
- Get complete info - https://datapointx.readme.io/
// RESPONSE
{
"status": "success",
"stock": "VEDL",
"startTime": "2022-01-03T09:00",
"endTime": "2022-01-03T11:46",
"data": [
{
"candle": [
"2022-01-03T09:15:00+0530",
341,
342,
340.8,
341.65,
94546,
0
],
"indicators":
{
"wr": -16.9,
"adl": 207411713,
"ema": 335.3,
"rsi": 85.94,
"sma": 334.5
}
}
]
}
Available Technical Indicators List
Name | CODE | Details |
---|---|---|
WilliamsR
|
WR | Period 14 on close price |
Exponential Moving Average
|
EMA | Period 8 on close price |
Simple Moving Average
|
SMA | Period 8 on close price |
Relative Strength Index
|
RSI | Period 14 on close price |
Awesome Oscillator
|
AO |