post https://api.bavest.co/v0/stock/fundamentals/growth
The endpoint returns TTM fundamentals growth of a company.
Growth Calculation
The values for growth are calculated using the following formula:
This represents the relative change between two values over time. For example, a result of -0.2 means a 20% decrease, while 0.1 means a 10% increase.
API Status Codes
Status Code | Meaning | Description |
---|---|---|
200 | OK | The request was successful, and the expected data was returned. |
401 | Unauthorised | Your API key is missing or invalid. Please authenticate properly. |
403 | Forbidden | You are authenticated but do not have access to this resource. |
404 | Not Found | The requested endpoint or resource could not be found. |
500 | Server Error | An unexpected error occurred on our servers. Please try again later. |