SubscribeFinancialResults returns company's periodic financial performance reports, including revenue, profit/loss, expenses, earnings per share (EPS), and key financial ratios. These results, typically released quarterly or annually, help investors and analysts assess a company's profitability, growth, and overall financial health.
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. |
| Detailed | [true] / [false] | Optional parameter. When set to true, the response includes complete details and extended information for the requested records. When set to false, only the standard set of fields is returned, resulting in a smaller response payload. |
| Unsubscribe | [true] / [false], default = [false] |
Optional parameter. By default subscribes to the selected category updates. If set to
true, the corresponding subscription is removed.
|
Label, UnitId, Decimals, Value, Description, Key
For details, please see glossary.
function SubscribeFinancialResults()
{
var request1 =
{
"MessageType": "SubscribeFinancialResults",
"Exchange": "BSE",
"Detailed": true,
"Unsubscribe": false
}
doSend(request1);
}
| Response Type | Sample Response |
|---|---|
| JSON | Download JSON Response |