Navigation

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

    skargwal

    @skargwal

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    skargwal Unfollow Follow

    Latest posts made by skargwal

    • RE: LOGIN API

      from smartapi import SmartConnect
      import pyotp
      global obj

      user_id = ("Your Angel One Account id")
      api_key = ("Api Key")
      pwd = "Mobile app pin "
      qrotp = "Your QRotp"
      totp = pyotp.TOTP(qrotp)
      totp = totp.now()
      obj = SmartConnect(api_key)
      data = obj.generateSession(user_id, pwd,totp)

      refreshToken= data['data']['refreshToken']
      feedToken=obj.getfeedToken()
      userProfile= obj.getProfile(refreshToken)

      print(userProfile)

      posted in Python SDK
      S
      skargwal
    • RE: FINNIFTY Index token is not available

      @tkrevathi I have tred but not found . only two index token available .
      finnifty option strikes token available ```
      <a href="https://youtu.be/1VaReODdi5k/">You can try This </a>

      posted in General Discussion
      S
      skargwal