Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. NaitikJyani
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 3
    • Groups 0

    NaitikJyani

    @NaitikJyani

    4
    Reputation
    7
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    NaitikJyani Unfollow Follow

    Best posts made by NaitikJyani

    • RE: How to get list of all equity token from master json

      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")

      posted in Python SDK
      N
      NaitikJyani
    • Getting error in websocketV2

      line 257, in connect
      self.wsapp.run_forever(sslopt={"cert_reqs": ssl.CERT_NONE}, ping_interval=self.HEAR_BEAT_INTERVAL,

      TypeError: run_forever() got an unexpected keyword argument 'ping_payload'

      posted in Python SDK
      N
      NaitikJyani
    • RE: Historic API not working

      facing similar issue

      posted in Test
      N
      NaitikJyani

    Latest posts made by NaitikJyani

    • RE: Historic API not working

      facing similar issue

      posted in Test
      N
      NaitikJyani
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @IRFANSHAH71 said in "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007":

      MPIN

      use your PIN as login Password

      posted in General Discussion
      N
      NaitikJyani
    • Getting error in websocketV2

      line 257, in connect
      self.wsapp.run_forever(sslopt={"cert_reqs": ssl.CERT_NONE}, ping_interval=self.HEAR_BEAT_INTERVAL,

      TypeError: run_forever() got an unexpected keyword argument 'ping_payload'

      posted in Python SDK
      N
      NaitikJyani
    • RE: How to get list of all equity token from master json

      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")

      posted in Python SDK
      N
      NaitikJyani
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      Please Migrate N312297

      posted in General Discussion
      N
      NaitikJyani