Timings
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/market/timings
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/market/timings
Custom Domain: POST https://<your-custom-domain>/api/v1/market/timingsSample API Request
{
"apikey": "<your_app_apikey>",
"date": "2025-12-19"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/market/timings \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"date": "2025-12-19"
}'Sample API Response
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Timing Object Fields
Field
Type
Description
Standard Trading Hours (IST)
Exchange
Open
Close
Notes
Converting Epoch to Readable Time
Last updated