Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Angel History api not giving proper candle data for the equities symbol

    NodeJS SDK
    0
    1
    0
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nagappan08 last edited by

      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]
      ]
      }

      1 Reply Last reply Reply Quote 0
      • First post
        Last post