Navigation

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

    Get LTP for Nifty

    General Discussion
    2
    3
    124
    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.
    • K
      kamlarpanchal last edited by

      Re: Issue In getting LTP

      API Get LTP for NIFTY returns only LTP and not Open/Low/High data. Please advice.

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

        HI @kamlarpanchal please refer below req and response:
        req:
        {
        "exchange":"NSE",
        "tradingsymbol":"RELIANCE-EQ",
        "symboltoken":"2885"
        }

        res:
        {
        "status": true,
        "message": "SUCCESS",
        "errorcode": "",
        "data": {
        "exchange": "NSE",
        "tradingsymbol": "RELIANCE-EQ",
        "symboltoken": "2885",
        "open": 2100.45,
        "high": 2180.0,
        "low": 2100.45,
        "close": 1982.05,
        "ltp": 2180.0
        }
        }

        K 1 Reply Last reply Reply Quote 0
        • K
          kamlarpanchal @admin last edited by

          @admin

          Here I am asking for NIFTY (Index) LTP

          req:
          {
          "exchange":"NSE",
          "tradingsymbol":"NIFTY",
          "symboltoken":"26000"
          }

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