Navigation

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

    Option Greek not returning a response

    Test
    0
    4
    33
    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.
    • R
      ruchitgoswami5 last edited by

      I am trying to hit the URL below for Option Greeks.

      URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/marketData/v1/optionGreek

      Request Body:
      {
      "name":"BANKNIFTY",
      "expirydate":"31JUL2024"
      }

      Response:
      {
      "status": false,
      "message": "No Data Available",
      "errorcode": "AB9019",
      "data": null
      }

      Every time, I get this response with error code AB9019. I also tried the example given here in the official document https://smartapi.angelbroking.com/docs/OptionGreeks but the same response. Please help.

      M 1 Reply Last reply Reply Quote 0
      • M
        Moderator_3 @ruchitgoswami5 last edited by

        Hi @ruchitgoswami5 Kindly check now we get the data. If not kindly let us know here.

        Regards,
        SmartAPI Team.

        R 1 Reply Last reply Reply Quote 1
        • R
          ruchitgoswami5 @Moderator_3 last edited by

          @Moderator_3 Thanks it is working. Just want to add that the below request is not working.

          URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/marketData/v1/optionGreek

          Request Body:
          {
          "name":"SENSEX",
          "expirydate":"02AUG2024"
          }

          Response:
          {
          "status": false,
          "message": "No Data Available",
          "errorcode": "AB9019",
          "data": null
          }

          I am not getting a response for the SENSEX only. Other Indexes NIFTY, BANKNIFTY, MIDCPNIFTY, FINNIFTY working fine. Please help.

          M 1 Reply Last reply Reply Quote 0
          • M
            Moderator_3 @ruchitgoswami5 last edited by Moderator_3

            Hi @ruchitgoswami5 FYI,

            Screenshot_2024-07-30-20-50-19-48_665f93039102175f0a7a19eebe384a73.jpg

            Regards,
            SmartAPI Team.

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