Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    DataFrame for instrument dump

    Python SDK
    2
    3
    28
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Anirban last edited by

      can anyone inform how to store all the instruments into a dataframe, like kiteconnect is having kite.instrument module which can store all instrument and corresponding token in a dataframe which can be called anytime.

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @Anirban last edited by

        Dear @Anirban you can convert jason to csv and read symbol name and symbol token from csv.

        A 1 Reply Last reply Reply Quote 0
        • A
          Anirban @admin last edited by Anirban

          got it , thanks @admin
          can be used
          df = pd.read_json('http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json')
          also

          1 Reply Last reply Reply Quote 0
          • First post
            Last post