# Search by code
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?code=9983" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
# Search by description
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?description=IT%20consulting" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"codes": [
{
"code": "998311",
"description": "IT consulting services"
},
{
"code": "998312",
"description": "IT design and development services"
},
{
"code": "998313",
"description": "IT infrastructure and network management services"
},
{
"code": "998314",
"description": "IT infrastructure and network management services"
}
]
}
Lookup SAC service codes
# Search by code
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?code=9983" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
# Search by description
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?description=IT%20consulting" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"codes": [
{
"code": "998311",
"description": "IT consulting services"
},
{
"code": "998312",
"description": "IT design and development services"
},
{
"code": "998313",
"description": "IT infrastructure and network management services"
},
{
"code": "998314",
"description": "IT infrastructure and network management services"
}
]
}
Bearer <access_token># Search by code
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?code=9983" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
# Search by description
curl -X GET "https://api.finscreener.in/api/reference/sac-codes?description=IT%20consulting" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"codes": [
{
"code": "998311",
"description": "IT consulting services"
},
{
"code": "998312",
"description": "IT design and development services"
},
{
"code": "998313",
"description": "IT infrastructure and network management services"
},
{
"code": "998314",
"description": "IT infrastructure and network management services"
}
]
}