GET
/
api
/
in
/
v0
/
results-calendar
Results Calendar API
curl --request GET \
  --url https://stockinsights-ai-main-95a26a0.zuplo.app/api/in/v0/results-calendar \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": [
    {
      "company_name": "Sanofi India Ltd",
      "ticker": "SANOFI",
      "security_code": "500674",
      "result_date": "2025-02-27T00:00:00.000Z"
    }
  ],
  "meta": {
    "total_count": 123,
    "page": 123,
    "limit": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string

Optional. Comma-separated ticker values: Example - SWIGGY, TCS. In case of ticker conflicts, use - exchange:ticker values. Example - NSE:ZOMATO, BSE:TCS, BSE:500002

Response

200
application/json

Successful response

The response is of type object.