Navigation

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

    Symbol Token

    Python SDK
    3
    7
    21
    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.
    • D
      Dipankar last edited by

      Re: List of all Smartapi functions in Python
      Where do I get the symbol token, I am looking for an api which can give me based on exchange type and expiry date, symbol token and strike price for PE and CE

      M 1 Reply Last reply Reply Quote 0
      • M
        mahidaparth7 @Dipankar last edited by

        @dipankar

        data = obj.searchScrip(exchange="NFO", searchscrip=symbol)
        
        D 1 Reply Last reply Reply Quote 0
        • D
          Dipankar @mahidaparth7 last edited by

          @mahidaparth7
          can you share the api details or link where I can get the info

          M 1 Reply Last reply Reply Quote 0
          • M
            mahidaparth7 @Dipankar last edited by

            @dipankar https://github.com/angel-one/smartapi-python

            https://github.com/angel-one/smartapi-python/blob/main/SmartApi/smartConnect.py#L54C8-L54C78

            https://smartapi.angelbroking.com/docs/Instruments

            1 Reply Last reply Reply Quote 0
            • D
              Dipankar last edited by

              Thanks for the support.
              I want to get NIFTY data along with options. What should I do?

              Mnagesh 1 Reply Last reply Reply Quote 0
              • Mnagesh
                Mnagesh @Dipankar last edited by

                @dipankar

                1. get Json data
                2. convert it into dataframe
                3. apply filter

                Now I am full time Algo Trader and successfully developed my own Apps for my personal use.

                1 Reply Last reply Reply Quote 0
                • D
                  Dipankar last edited by

                  I am sending:
                  {"mode":2,"tokenList":[{"exchangeType":2,"tokens":["47706","47671"]}]}}
                  I am not getting NIFTY values

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