Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. laskshmi
    3. Best
    L
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by laskshmi

    • RE: Historic API not working

      Same issue here too.

      Access denied because of exceeding access rate
      

      9894182e-1e9b-47ef-9405-b8e4a2759ddf-image.png

      @admin @administrators Please take a look

      posted in Bugs
      L
      laskshmi
    • Historical API Not working FEB 14 2023

      Hi @admin @administrators

      Historical API is not returning any data for today (FEB 14 2023). But values are returned for previous day as expected

      93677407-8f3e-4887-800b-725d7e75f008-image.png

      If i change the date to Feb 13, then its working.

      793bb649-db9f-4076-899d-4daf3d66a6d3-image.png

      Please check this. Thank you !!!

      posted in Bugs
      L
      laskshmi
    • RE: Historical Data API not sending data for requested number of days

      @admin
      Any update on this??

      posted in NodeJS SDK
      L
      laskshmi
    • BankNifty index Historical Data not available

      Hi @admin,

      Currently i am unable to get any response from server for Historical data API when using the below request to fetch Banknifty or Nifty index data.

      {
          "exchange": "NSE",
          "symboltoken": "26009",
          "interval": "ONE_MINUTE",
          "fromdate": "2023-01-03 09:15",
          "todate": "2023-01-03 09:30"
      }
      

      RESOPNSE:

      {
          "status": true,
          "message": "SUCCESS",
          "errorcode": "",
          "data": null
      }
      

      I did see many post having the same question, but too old back in 2021. So Just wanted to confirm if we have the historical data for Indices.

      Thank you 😊😊

      posted in General Discussion
      L
      laskshmi
    • RE: Unable to Connect Via postman

      @asiam9
      I started to try the JAVA SDK, i am able to successfully connect to angel one account. I Didnt try via postman after that. 😊

      posted in Bugs
      L
      laskshmi
    • RE: Historical Data API not sending data for requested number of days

      @laskshmi said in Historical Data API not sending data for requested number of days:

      @admin
      Any update on this??

      @admin any update, iTs been 10 days

      posted in NodeJS SDK
      L
      laskshmi
    • Historical Data API not sending data for requested number of days

      @admin
      In the API documentation, it says that Historical data of 30 days can be request in a single hit with ONE_MINUTE interval.
      af80d265-a8dd-4dfb-a4fb-98966e9476d0-image.png

      But in actual case, I am receiving a maximum of 500 candle stick data irrespective of the interval. i.e If i request data of Jan 2 9:15 to to Jan 17 09:15 with ONE_MINUTE, I dont receive the data for requested days, instead receiving exactly 500 arrays which is approximately from Jan 13(Driday) to Jan 17 (Tuesday). So instead of 30 days i receive 3 days candle stick data.

      Request:
      8d1b5d05-d622-4866-a346-9b584dc7bd3f-image.png

      Start of Response:
      d56378b3-3f34-4d76-9df2-5777833c1f44-image.png

      End of Response:
      82fcf952-ddea-4744-a77b-2afb65226c12-image.png

      Can you let me know why I am not able to get the data for requested days ?

      posted in NodeJS SDK
      L
      laskshmi