Navigation

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

    Topics created by aksharmty

    • A

      75 minutes candle
      General Discussion • • aksharmty  

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • A

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

      6
      0
      Votes
      6
      Posts
      105
      Views

      M

      Hi @aksharmty Apologies for delayed response. Any token of specific stocks can be retrieved from OpenAPIScripMaster.json file / scripsearch API. Ref Doc: https://smartapi.angelbroking.com/docs/Instruments Thanks & Regards, SmartAPI team
    • A

      Currency trading possible
      General Discussion • • aksharmty  

      2
      0
      Votes
      2
      Posts
      18
      Views

      M

      Hi @aksharmty Apologies for delayed response. Currency trading via smartAPI is possible. Kindly refer the below document to implement the same. Ref Doc: https://smartapi.angelbroking.com/docs/Orders Thanks & Regards, SmartAPI team
    • A

      how to close open position
      General Discussion • • aksharmty  

      3
      1
      Votes
      3
      Posts
      59
      Views

      P

      Hi Admin.. It would be great that you provide exit by order ID and exit all APIs. that would be of great help for us
    • A

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

      2
      2
      Votes
      2
      Posts
      27
      Views

      A

      @aksharmty Is your issue resolved ??
    • A

      my holding not fetch proper
      Bugs • • aksharmty  

      4
      0
      Votes
      4
      Posts
      21
      Views

      A

      HI @aksharmty @Mnagesh We have deployed a fix on 19th November 2022, this will help you to fetch holdings correctly. We want to thank you again for the feedback and bug reports you've submitted. Through them, we are able to improve your API trading experience. We are happy to share with you this new release resolves all of the pending issues pertaining to getHolding API.
    • A

      how to get SBIN stock ASK price and BID price in php
      General Discussion • • aksharmty  

      2
      0
      Votes
      2
      Posts
      25
      Views

      Mnagesh

      @aksharmty use SmartAPI Websocket's https://github.com/angel-one/smartapi-php
    • A

      can I fetch all type data
      General Discussion • • aksharmty  

      2
      0
      Votes
      2
      Posts
      16
      Views

      M

      Hi @aksharmty Apologies for delayed response. Currently we are not providing any single API to fetch historical, market, portfolio data all together. Also, after logged once a day, the same authorization token can be passed on any of the smartAPI to receive the response. Thanks & Regards, SmartAPI team
    • A

      real fund and ask bid
      General Discussion • • aksharmty  

      2
      0
      Votes
      2
      Posts
      21
      Views

      M

      Hi @aksharmty Apologies for delayed response. The best five buy and sell (bid & ask) can be fetched from MarketData API with the Full Mode option Please refer. https://smartapi.angelbroking.com/docs/MarketData Thanks & Regards, SmartAPI team
    • A

      I want fetch specific holding
      General Discussion • • aksharmty  

      5
      0
      Votes
      5
      Posts
      32
      Views

      W

      @aksharmty I am giving you a common algo. Get all stocks in a loop. Check the symbol in loop. When you get BHEL , then break the loop. Call server for LTP
    • A

      Without POA possible buy/sell order placement
      General Discussion • poa sell order • • aksharmty  

      2
      0
      Votes
      2
      Posts
      23
      Views

      A

      Hi @aksharmty You need to contact normal customer care to clear your query.
    • A

      sell order not posted
      General Discussion • • aksharmty  

      14
      0
      Votes
      14
      Posts
      91
      Views

      D

      @admin Thank you so much Yatish for your help. It is working now.
    • A

      How to get historical data in json format
      General Discussion • historical data • • aksharmty  

      3
      0
      Votes
      3
      Posts
      751
      Views

      A

      Hi @aksharmty we have change the historical data format.
    • A

      How to login and Generate jwt Token
      General Discussion • curl php • • aksharmty  

      9
      0
      Votes
      9
      Posts
      206
      Views

      J

      @aksharmty Hey sorry for late reply. Variable name was not correct in my code and you need to replace $responseContent with $result. But anyways you seems to already able to login 🙂
    • A

      How to fetch my fund balance and available margin balance
      General Discussion • curl php • • aksharmty  

      3
      0
      Votes
      3
      Posts
      123
      Views

      J

      @aksharmty In PHP, you can hit RMS API url with Curl (along with proper authorization headers) and parse response JSON to get all details. You can get Endpoint and Response format from here https://smartapi.angelbroking.com/docs/User#Funds
    • A

      How to get holding in php
      General Discussion • • aksharmty  

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • A

      I want 20 candle data for 15 minutes timeframe
      General Discussion • historical data • • aksharmty  

      8
      0
      Votes
      8
      Posts
      241
      Views

      A

      @PandaTrade @pskale7755 https://smartapi.angelbroking.com/topic/281/what-new-features-will-be-available-in-the-future/3
    • A

      How to post order and fetch historical date using Curl php
      General Discussion • curl php • • aksharmty  

      6
      0
      Votes
      6
      Posts
      93
      Views

      A

      Hi @aksharmty we are working on PHP sdk we will update you on this.