> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/faturamento-presumido.md).

# Faturamento Presumido

<table><thead><tr><th width="264">Código</th><th>Tipo</th></tr></thead><tbody><tr><td><mark style="color:blue;">cnpj-revenue</mark></td><td>Síncrono</td></tr></tbody></table>

## Campos de Retorno:

<table><thead><tr><th width="266">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>name</td><td>Nome.</td></tr><tr><td><a href="#revenue">revenue</a></td><td>Bloco com informações do faturamento presumido.</td></tr></tbody></table>

#### revenue

<table><thead><tr><th width="267">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>monthly</td><td>Faturamento mensal presumido. (sem casas decimais de centavos)</td></tr><tr><td>yearly</td><td>Faturamento anual presumido. (sem casas decimais de centavos)</td></tr></tbody></table>

**Tabela de Mensagens de Exceções.**

Além dos códigos apresentados na seção [Tabela de mensagens](/tabela-de-mensagens.md), temos os possíveis códigos:

<table><thead><tr><th width="201">Código</th><th>Descrição</th></tr></thead><tbody><tr><td>934</td><td>Supressão.</td></tr><tr><td>935</td><td>Empresa falida.</td></tr><tr><td>936</td><td>Status na receita diferente de ativo.</td></tr><tr><td>937</td><td>Empresa setor público.</td></tr><tr><td>938</td><td>Sócio PEP/VIP.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/faturamento-presumido.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.
