Monthly/Yearly Returns
This API provides market return predictions for various time horizons: 1 month, 6 months, 1 year and 3 years. It returns forecasted values and percentage changes for these periods, helping users assess potential market trends and make informed investment decisions.
Note: cocode
can be obtained from the Search Stock or Company Basic Detail API.
Endpoint
Request Parameter
Name | Mandatory | Description |
---|---|---|
exchange | Y | The stock exchange for which the returns are being retrieved (e.g., "NSE", "BSE"). |
cocode | Y | The unique company code identifier. |
reportType | Y | The type of report to retrieve. Report type (S - Single or C - Consolidated) |
Request
Response
Response Parameters
Parameters | Description |
---|---|
1monthReturns | Predicted percentage return for the next month. |
6monthReturns | Predicted percentage return for the next 6 months. |
1yearReturns | Predicted percentage return for the next year. |
3yearReturns | Predicted percentage return for the next 3 years. |
Last updated