Market CapitalizationAsk AIget https://api.bavest.co/v2/equities/market-capReturns the current market capitalization for an equity.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.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