Skip to main content
GET
Disclosure categories by company
Returns disclosure category counts scoped to one company. Same shape as GET /disclosures/categories, with symbol set to the requested ticker. A category with no matching rows for this company still appears, with count: 0.
Pass the id values from this response as the category filter on GET /companies/{symbol}/disclosures.

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Path Parameters

symbol
string
required

NGX ticker symbol (e.g. GTCO). Case-insensitive.

Example:

"UCAP"

Response

Categories retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object

The fixed set of disclosure categories with a document count for each, optionally scoped to one company.