Angel History api not giving proper candle data for the equities symbol
-
Java sdk candle data api method has been triggered for wipro with time duration, but the OHLC Price response was not matching. Tried for couple of more stock symbols, for all them the response was relevant.
Whether history api will provide day wise candle data or is it still in beta version?
public JSONArray candleData(JSONObject params) {
try {
String url = this.routes.get("api.candle.data");Response from angel api:
{
"WIPRO-BL": [
[
"2024-08-01T00:00:00+05:30",
523, 526.8, 517.5, 521.55, 5379876],
[
"2024-08-02T00:00:00+05:30",
515, 519.25, 501, 502.15, 7826114],
[
"2024-08-05T00:00:00+05:30",
490, 495.85, 480.25, 485, 10969040]
],
"WIPRO-EQ": [
[
"2024-08-01T00:00:00+05:30",
523, 526.8, 517.5, 521.55, 5379876],
[
"2024-08-02T00:00:00+05:30",
515, 519.25, 501, 502.15, 7826114],
[
"2024-08-05T00:00:00+05:30",
490, 495.85, 480.25, 485, 10969040]
]
}