OptionGreeks
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/optiongreeks
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/optiongreeks
Custom Domain: POST https://<your-custom-domain>/api/v1/optiongreeksSample API Request
{
"apikey": "<your_app_apikey>",
"symbol": "NIFTY25NOV2526000CE",
"exchange": "NFO",
"interest_rate": 0.00,
"underlying_symbol": "NIFTY",
"underlying_exchange": "NSE_INDEX"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/optiongreeks \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"symbol": "NIFTY25NOV2526000CE",
"exchange": "NFO",
"interest_rate": 0.00,
"underlying_symbol": "NIFTY",
"underlying_exchange": "NSE_INDEX"
}'Sample API Response
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Greeks Object Fields
Field
Type
Description
Understanding Option Greeks
Greek
Description
Typical Range
Notes
Use Cases
Last updated