The GetCorporateAnnouncementsCategories function is used to retrieve the available categories of corporate announcements for a specified exchange. These categories help in classifying the types of corporate updates (e.g., general announcements, board meetings, dividends, etc.) published by listed companies.
Supported Parameters| Parameter | ValueType | Description |
|---|---|---|
| Exchange | String value like BSE | Name of supported exchange. Use the GetExchanges function to retrieve the list of available exchanges. |
DescriptorId, Descriptor, Category
For details, please see glossary.
function GetCorporateAnnouncementsCategories()
{
var request =
{
MessageType: "GetCorporateAnnouncementsCategories",
Exchange: "BSE"
};
doSend(request);
}