curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/programs/{symbol_id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"depth": 1,
"program": "string",
"symbol_id": 1001
}
Get the program for a symbol
Required scope: read
GET
/
api
/
v1
/
nsr
/
programs
/
{symbol_id}
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/programs/{symbol_id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"depth": 1,
"program": "string",
"symbol_id": 1001
}
Required scope:
read
Path parameters
integer (int64)
required
Symbol ID
Response
ProgramResponse
integer
required
Program depth
string
required
Program representation (simplified)
integer (int64)
required
Symbol ID
Status codes
| Code | Meaning |
|---|---|
200 | Program found |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Program not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/programs/{symbol_id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"depth": 1,
"program": "string",
"symbol_id": 1001
}
Last modified on August 31, 2026