Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. ruchitgoswami5
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ruchitgoswami5

    @ruchitgoswami5

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ruchitgoswami5 Follow

    Best posts made by ruchitgoswami5

    This user hasn't posted anything yet.

    Latest posts made by ruchitgoswami5

    • RE: Option Greek not returning a response

      @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.

      posted in Bugs
      R
      ruchitgoswami5
    • Option Greek not returning a response

      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.

      posted in Bugs
      R
      ruchitgoswami5