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.
-
Hi @ruchitgoswami5 FYI,
Regards,
SmartAPI Team. -
@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.
-
Hi @ruchitgoswami5 Kindly check now we get the data. If not kindly let us know here.
Regards,
SmartAPI Team.