Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. mbolneni
    3. Best
    M
    • Profile
    • Following 1
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 1
    • Groups 0

    Best posts made by mbolneni

    • RE: Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?

      @smalgo Thank you!

      @admin Could you please escalate this to your team as soon as possible?

      This issue is breaking our algo and impacting live trading. Stability is critical — we’d much prefer things to be reliable rather than having to firefight during market hours.

      It appears to be a widespread issue. On our end, all F&O instruments are affected — the API is returning only the base symbol instead of the full contract identifier (TRADINGSYMBOL).

      We’d really appreciate urgent attention to this.

      New Response

      {
          "status": true,
          "message": "SUCCESS",
          "errorcode": "",
          "data": {
              "fetched": [
                  {
                      "exchange": "NFO",
                      "tradingSymbol": "PNB",
                      "symbolToken": "52500",
                      "ltp": 110.61,
                      "open": 108.94,
                      "high": 110.69,
                      "low": 108.94,
                      "close": 108.56,
      

      Old Response

      {
          "status": true,
          "message": "SUCCESS",
          "errorcode": "",
          "data": {
              "fetched": [
                  {
                      "exchange": "NFO",
                      "tradingSymbol": "CUB26SEP24140PE",
                      "symbolToken": "108288",
                      "ltp": 0.15,
                      "open": 0.2,
                      "high": 0.2,
                      "low": 0.15,
                      "close": 0.15,
                      "lastTradeQty": 15000,t
      
      posted in General Discussion
      M
      mbolneni