Navigation

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

    aksharmty

    @aksharmty

    6
    Reputation
    32
    Posts
    26
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    aksharmty Follow

    Best posts made by aksharmty

    • on login recieve error Response String trade : {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}

      I login successfully in morning (9:15 am ) but now
      I recieve error

      Response Status : 200
      Response String trade : {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}

      please update what the issuse

      posted in Bugs
      A
      aksharmty
    • how to close open position

      I open a buy position on 100 now price is 102 So I want to close open position.
      Please tell me how close my active position using api.
      what parameters required for this.

      posted in General Discussion
      A
      aksharmty
    • RE: Invalid Token Error

      same issue for me.
      Status : 200{"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}

      posted in Python SDK
      A
      aksharmty
    • RE: Historic API not working

      i have 403 error. I fetch 2 time per minute. please increase limit

      posted in Bugs
      A
      aksharmty

    Latest posts made by aksharmty

    • 75 minutes candle

      Hi,
      I found 75 minutes candle in angelone app. Can any tell me how to get 75 minutes historical candle data.

      posted in General Discussion
      A
      aksharmty
    • RE: Invalid Token Error

      same issue for me.
      Status : 200{"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}

      posted in Python SDK
      A
      aksharmty
    • RE: how to get LTP for USDINR and BANKNIFTY

      @Mnagesh
      I can't find USDINR token code. Can you share me USDINR token code?
      eg.
      BANKNIFTY : 26009
      NIFTY : 26000
      USDINR : ?
      <-- my code -->
      $data["clientcode"] = "client id";
      $data["exchange"] ="CDS";
      $data["tradingsymbol"] ="USDINR";
      $data["symboltoken"]= ? ;
      $url = 'https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/getLtpData';
      $jsonData = json_encode($data);
      $curl = curl_init();
      curl_setopt($curl, CURLOPT_URL, $url);
      curl_setopt($curl, CURLOPT_POSTFIELDS, $jsonData);
      curl_setopt($curl, CURLOPT_HEADEROPT, CURLHEADER_UNIFIED);
      curl_setopt($curl, CURLOPT_HTTPHEADER, $tradeheaders);

      curl_setopt($curl, CURLOPT_POST, 1);
      curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

      $result = curl_exec($curl);
      $http_status = curl_getinfo($curl, CURLINFO_HTTP_CODE);

      echo '<br/>Response Status : ' . $http_status;
      echo '<br/>Response String : ' . $result;

      //To Convert json response to array
      $resJsonArray = json_decode($result, true);
      $mms = $resJsonArray['message'];
      echo " mms ".$mms;
      echo "<br><br>";
      $ltp = $resJsonArray['data']['ltp']; echo "<br>ltp".$ltp;

      posted in General Discussion
      A
      aksharmty
    • how to get LTP for USDINR and BANKNIFTY

      how to get market price for USDINR and BANKNIFTY

      posted in General Discussion
      A
      aksharmty
    • RE: Historic API not working

      i have 403 error. I fetch 2 time per minute. please increase limit

      posted in Bugs
      A
      aksharmty
    • Currency trading possible

      Currency trading possible or not using api. If yes please refrence for currency api.

      posted in General Discussion
      A
      aksharmty
    • how to close open position

      I open a buy position on 100 now price is 102 So I want to close open position.
      Please tell me how close my active position using api.
      what parameters required for this.

      posted in General Discussion
      A
      aksharmty
    • on login recieve error Response String trade : {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}

      I login successfully in morning (9:15 am ) but now
      I recieve error

      Response Status : 200
      Response String trade : {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}

      please update what the issuse

      posted in Bugs
      A
      aksharmty
    • RE: my holding not fetch proper

      @Mnagesh
      Thanks to reply, After t1 holding show as t1quantity , after t3 realisedquantity
      But my case shock name not show in holding list.
      So this is a bug on api system or limitation error.

      posted in Bugs
      A
      aksharmty
    • my holding not fetch proper

      I buy GAIL Yesterday . GAIL show in my portfolia on web traminal but my all holding not fetch using API .
      Currently I have 5 stock but API fetch only 4 Stock please check your holding limitation and solve this error.
      error-angel.png

      posted in Bugs
      A
      aksharmty