Navigation

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

    Topics created by tanmoydev

    • T

      how to get Nifty50 all equity tokens?
      General Discussion • • tanmoydev

      2
      0
      Votes
      2
      Posts
      8
      Views

      D

      @tanmoydev
      instrument_url = 'https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json'

      response = urllib.request.urlopen(instrument_url)
      instrument_list = json.loads(response.read())

      instrument_list = [i for i in instrument_list if i['name'] == "NIFTY"]

    • T

      correlation_id
      Python SDK • • tanmoydev

      4
      0
      Votes
      4
      Posts
      71
      Views

      P

      @admin Then why Mr Nishant Jain (I don't know who he is) is not correcting the example code? This and other things in his code is causing lots of confusion.