# Company Statuses

Company statuses indicate the current state and data quality of a company in the Synnax system. Statuses are primarily assigned automatically based on data availability and quality checks, with some manual statuses available for administrative purposes.

#### Status Types:

* `Active` : Company with no issues and current data
* `NotFoundInSources` : Company not found in data sources
* `IncompleteProfileInSources` : Company missing compulsory data
* `NotEnoughQuarters` : Company has fewer than 5 quarters of data
* `MissingQuarters` : Latest 5 quarters are not consecutive
* `IncompleteLatestQuarter` : Latest quarter is missing key indicators after imputation
* `StaleLastQuarter` : Latest quarter's end date is more than 180 days ago
* `NotEnoughAnnums` : Company has 0 annual periods
* `UnsupportedCurrencies` : Company's financial currency is not supported by the currency exchange data source
* `Deactivated` : Companies excluded from updates and predictions but still visible
* `Removed` : Companies excluded from updates, predictions, and not shown in app
* `Defaulted` : Company has defaulted on financial obligations


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.synnax.ai/synnax/synnax-enterprise/api-documentation/company-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
