Announcing Option Greeks API for SmartAPI Users
-
@Moderator_1 The option greeks provided by angel one does not match with that of sensibull. Do you know why is that happening and which one would be correct?
-
Hello @piyush24kp,
Data is already available for Greeks and Implied Volatility. Is there anything specific data point you want? Please let us know.
Thank you.
Regards
SmartAPI Team -
@Moderator_1 When the data is going to be available.?
-
Hello @manojtripathi96,
The updated SDKs have been recently released. Please update your SDK to the latest version and try once again and let us know if it is working for you.
Thank you.
Regards
SmartAPI Team -
@Moderator_1 BRO THIS THING DOES NOT WORK
import axios from 'axios';
const requestData = {
"name": "TCS",
"expirydate": "28MAR2024"
};var config = {
method: 'post',
url: 'https://apiconnect.angelbroking.com/rest/secure/angelbroking/marketData/v1/optionGreek',
data: requestData
};axios(config)
.then(function(response) {
console.log(JSON.stringify(response.data));
})
.catch(function(error) {
console.log(error);
});{"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}
-
Hi @PareshBhatiya,
This data is not available on socket yet. Apologies of inconvenience.
Thank you.
Regards
SmartAPI Team -
Hi @navanecs
Apologies for delayed response.
We have verified on both requests(TCS & Nifty) from our end. And we are able to retrieve the data for the same.
Kindly recheck and let us know if the issue still occurs.Thanks & Regards,
SmartAPI team -
I'm getting the error response for this api as below:
{"status":false,"message":"No Data Available","errorcode":"AB9019","data":null}
for body={
"name":"NIFTY",
"expirydate":"01FEB2024"
}Also tried the with request
{"name":"TCS", // Here Name represents the Underlying stock
"expirydate":"29FEB2024"}got the same error response as
{"status":false,"message":"No Data Available","errorcode":"AB9019","data":null}Please help.
-
I'm getting this as a response:
{'status': False, 'message': 'No Data Available', 'errorcode': 'AB9019', 'data': None}for body={
"name":"NIFTY",
"expirydate":"25JAN2024"
} -
@Moderator_1 said in Announcing Option Greeks API for SmartAPI Users:
{"name":"TCS", // Here Name represents the Underlying stock
"expirydate":"25JAN2024"}can we get this data by socket?