Symbol
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/symbol
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/symbol
Custom Domain: POST https://<your-custom-domain>/api/v1/symbolSample API Request (Equity)
{
"apikey": "<your_app_apikey>",
"symbol": "RELIANCE",
"exchange": "NSE"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/symbol \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"symbol": "RELIANCE",
"exchange": "NSE"
}'Sample API Response (Equity)
Sample API Request (Futures)
Sample API Response (Futures)
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Data Object Fields
Field
Type
Description
Notes
Last updated