Income StatementsAsk AIget https://api.bavest.co/v2/equities/income-statementReturns annual or quarterly income statements.Query ParamssymbolstringStock ticker symbol (e.g., AAPL, MSFT, GOOGL). Provide exactly one of symbol or isin.isinstringlength between 12 and 12ISIN code (e.g., US0378331005). Provide exactly one of symbol or isin.freqstringenumDefaults to annualReporting frequencyannualquarterlyAllowed:annualquarterlyfieldsstringComma-separated list of fields to include in the response. When provided, only the specified fields are returned. Reduces payload size for high-volume endpoints.HeadersAcceptstringenumDefaults to application/jsonResponse content type. Only application/json is supported.application/jsonAllowed:application/jsonResponses 200Successful response 400Invalid request parameters. Returned when required query parameters are missing, have invalid types, or violate constraints (e.g., providing both symbol and isin when they are mutually exclusive). 401Missing or invalid API key. 404Resource not found. 429Rate limit exceeded. Retry after the Retry-After header interval. 500An unexpected error occurred on the server. If the issue persists, contact support with the X-Request-Id header value. 502Upstream data provider returned an error or is temporarily unavailable. Retry after a short delay. 504The request timed out waiting for a response from the upstream data provider. This may occur for complex queries or during peak load. defaultAn unexpected error occurred on the server. If the issue persists, contact support with the X-Request-Id header value.Updated 13 days ago