Group Details Private

Global Moderators

Forum wide moderators

  • I

    @itsjha said in Announcing Option Greeks API for SmartAPI Users:

    This API is working for me, but when i try to get the weekly option greeks for Nifty options.
    It returns the monthly data.

    This is one of the reponse executed at "250703 13:37:03" - {'name': 'NIFTY', 'expiry': '10JUL2025', 'strikePrice': '26400.000000', 'optionType': 'CE', 'delta': '0.192700', 'gamma': '0.000300', 'theta': '-18.523500', 'vega': '9.739900', 'impliedVolatility': '11.540000', 'tradeVolume': '81490.00'}

    For the weekly expiry option with strikeprce 26400CE for 10th July, the Delta value returned in 0.192700, which is the delta value for monthly expiry (31 July). Kindly look into it.

    @administrators - Please clarify.

    read more
  • S

    @administrators it is rate limit please send proper error code 429 for it.. and also as per documentation it in permissible rate limit. please give more explanation to it in documentation.

    read more
  • S

    I had same issue they told to increase the interval for fetching. still it not working for me.

    reply

    Hello ****,

    I hope everything is going well for you.

    Your current loop sends 1 request per second, which is fine (below the 3 req/sec limit),
    but if you run multiple scripts / symbols under the same client code, you can easily exceed the limit cumulatively.

    Loop through your 100 symbols in batches of 3, add a 1- 2 second delay between each batch, so you stay under 2 requests/sec and avoid throttling errors.

    If any request fails (rate limit or transient error), queue it for retry after a short delay.

    Hopefully, this will resolve your issue if you have any further questions, please get in touch with us.

    @administrators check it is the issue here

    read more
  • A

    @administrators kindly help here.

    read more