SyntheticFuture
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/syntheticfuture
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/syntheticfuture
Custom Domain: POST https://<your-custom-domain>/api/v1/syntheticfutureSample API Request
{
"apikey": "<your_app_apikey>",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"expiry_date": "25NOV25"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/syntheticfuture \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"expiry_date": "25NOV25"
}'Sample API Response
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Formula
Understanding Synthetic Futures
What is Basis?
Basis
Interpretation
Example Calculation
Notes
Use Cases
Last updated