Navigation

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

    Topics created by Vignesha

    • V

      Ran my code this morning and got URLError
      Python SDK • • Vignesha  

      5
      1
      Votes
      5
      Posts
      13
      Views

      M

      @Moderator_2 @Vignesha the error wasnt with the api, for the instrument list file "http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json" This link was working fine till Saturday, but now it only works on https Change the instrument link to "https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json"
    • V

      Sell order not working
      General Discussion • • Vignesha  

      2
      0
      Votes
      2
      Posts
      15
      Views

      M

      Hi @Vignesha Kindly share us the client code and time of the issue to analyze further from our end. Thanks & Regards, SmartAPI team
    • V

      Did stop loss and shorting stopped working?
      Python SDK • • Vignesha  

      8
      0
      Votes
      8
      Posts
      98
      Views

      S

      @Vignesha CAN YOU SHARE THE STOPLOSS COMMAND AS MY ORDERS ARE GETTING REJECTED WITH INVALID TRIGGER PRICE (TRIGGER PRICE IS SHOWING 0)
    • V

      Getting timeout error - Anyone can help
      Python SDK • • Vignesha  

      3
      0
      Votes
      3
      Posts
      24
      Views

      V

      @Vignesha Now just getting 'NoneType' object has no attribute 'get' randomly not at every rmslimit call
    • V

      Does anyone know how to short using python sdk? and also use leverage to buy 5x of a stock lets say sbi
      Python SDK • • Vignesha  

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • V

      Cant sign in to api
      Python SDK • • Vignesha  

      7
      2
      Votes
      7
      Posts
      43
      Views

      S

      Hi @techbytecache, This was an intermittent issues and was resolved on immediate basis. Feel free to reach out on forum or on smartapi@angelbroking.com for any other concerns. Happy to help, thank you.
    • V

      Returning user - Would need help understanding the issue
      Python SDK • • Vignesha  

      2
      1
      Votes
      2
      Posts
      35
      Views

      V

      @admin can you help me on this its been 20 days since I posted this and still getting the same output.
    • V

      How to get list of all equity token from master json
      Python SDK • • Vignesha  

      3
      0
      Votes
      3
      Posts
      92
      Views

      N

      import pandas as pd import requests url = 'https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json' print(url) d = requests.get(url).json() tokendf =pd.DataFrame.from_dict(d) temp1=tokendf[tokendf['exch_seg'].str.contains('NSE') == True] token=temp1[temp1['symbol'].str.contains('-EQ') == True] print(token) #to convert in CSV format #token.to_csv("D:/test.csv")
    • V

      How to find name/symbol of a stock from masterjson?
      General Discussion • • Vignesha  

      2
      0
      Votes
      2
      Posts
      9
      Views

      M

      Hi @Vignesha Apologies for delayed response. Most Fundamental details only is mentioned on the OpenAPIScripMaster.json. For instance, "JIO FINANCIAL SERVICES LIMITED" represents the symbol name with JIOFIN. Kindly cross verify the stock name from exchange website. https://www.nseindia.com/get-quotes/equity?symbol=JIOFIN {"token":"18143","symbol":"JIOFIN-EQ","name":"JIOFIN","expiry":"","strike":"-1.000000","lotsize":"1","instrumenttype":"","exch_seg":"NSE","tick_size":"5.000000"} Thanks & Regards, SmartAPI team