# Dados Fundamentalistas

> Consulte uma visão consolidada de ações e outros ativos listados na B3, com cotação, indicadores fundamentalistas, dividendos e muito mais.

Tenha em um único endpoint uma visão completa de um ativo: cotação em tempo real, múltiplos de valuation, indicadores de endividamento, margens, rentabilidade e dividendos. É o ponto de partida ideal para análises fundamentalistas e triagem de ações.

<callout color="neutral" icon="tabler:key" to="/docs/guide/key">

Para acessar os dados da API é necessário utilizar uma chave de integração e um plano compatível.

</callout>

---

## O que são Dados Fundamentalistas?

A análise fundamentalista busca responder a uma pergunta central: **quanto vale esta empresa e o preço atual faz sentido?**

Para responder, é preciso combinar informações de diversas fontes: cotação, balanço, resultados, fluxo de caixa e proventos, e transformá-las em indicadores comparáveis. Esse endpoint faz esse trabalho pesado por você, entregando um conjunto padronizado de métricas agrupadas por tema:

<table>
<thead>
  <tr>
    <th>
      Grupo
    </th>
    
    <th>
      O que mede
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <strong>
        Valuation
      </strong>
    </td>
    
    <td>
      Se o ativo está barato ou caro em relação aos seus resultados e patrimônio.
    </td>
  </tr>
  
  <tr>
    <td>
      <strong>
        Endividamento
      </strong>
    </td>
    
    <td>
      O nível de alavancagem e a capacidade de honrar obrigações.
    </td>
  </tr>
  
  <tr>
    <td>
      <strong>
        Margens
      </strong>
    </td>
    
    <td>
      A eficiência em transformar receita em lucro.
    </td>
  </tr>
  
  <tr>
    <td>
      <strong>
        Rentabilidade
      </strong>
    </td>
    
    <td>
      O retorno gerado sobre ativos, patrimônio e capital investido.
    </td>
  </tr>
  
  <tr>
    <td>
      <strong>
        Dividendos
      </strong>
    </td>
    
    <td>
      O retorno em proventos distribuídos nos últimos 12 meses.
    </td>
  </tr>
</tbody>
</table>

<callout color="info" icon="tabler:info-circle">

Os indicadores são calculados a partir dos dados consolidados de [balanço patrimonial](/docs/finance/balance-sheets), [demonstração de resultados](/docs/finance/income-statements), [fluxo de caixa](/docs/finance/cash-flows), [dividendos](/docs/finance/dividends) e da cotação mais recente.

</callout>

---

## Períodos e TTM

Você pode consultar indicadores calculados com base em períodos anuais ou trimestrais. No modo anual, a API calcula automaticamente o **TTM (Trailing Twelve Months)** — uma visão acumulada dos últimos 12 meses — para refletir a situação mais atualizada da empresa sem esperar o fechamento do exercício anual.

<table>
<thead>
  <tr>
    <th>
      <code>
        period
      </code>
    </th>
    
    <th>
      Ordem dos <code>
        statements
      </code>
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        annual
      </code>
      
       (padrão)
    </td>
    
    <td>
      <strong>
        TTM
      </strong>
      
       (se disponível), seguido dos exercícios anuais em ordem decrescente.
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        quarterly
      </code>
    </td>
    
    <td>
      Trimestres em ordem decrescente, sem TTM.
    </td>
  </tr>
</tbody>
</table>

---

## Requisição

Informe o ticker no formato `{fonte}:{símbolo}`.

<endpoint endpoint="/v2/finance/fundamentals?tickers=B3:PETR4">



</endpoint>

<request-example endpoint="/v2/finance/fundamentals?tickers=B3:PETR4">



</request-example>

<stock-search>



</stock-search>

### Parâmetros

<field-group>
<field name="tickers" type="string" :required="true">

Ticker do ativo no formato `{fonte}:{símbolo}`. Para múltiplos ativos, separe por vírgula: `B3:PETR4,B3:VALE3`.

</field>

<field name="fields" type="string">

Filtro de campos de retorno para obter apenas o que precisa. Separe os caminhos por vírgula: `market.value,valuation.price_to_earnings_ratio`.

</field>

<field name="period" type="string">

Tipo de período fiscal: `annual` (padrão) ou `quarterly`.

</field>

<field name="start_date" type="string">

Data inicial para filtrar os dados (`yyyy-mm-dd`).

</field>

<field name="end_date" type="string">

Data final para filtrar os dados (`yyyy-mm-dd`).

</field>

<field name="days_ago" type="number">

Número de dias atrás a partir de hoje. Use `0` para dados do dia atual.

</field>
</field-group>

---

## Resposta

<response-json endpoint="/v2/finance/fundamentals?tickers=B3:PETR4">



</response-json>

### Campos

Os dados de cada ativo retornam no array `results`:

#### Ativo

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        ticker
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Ticker completo no formato <code>
        {fonte}:{símbolo}
      </code>
      
      .
    </td>
    
    <td>
      B3:PETR4
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        kind
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Tipo do ativo: <code>
        stock
      </code>
      
      , <code>
        bdr
      </code>
      
      , <code>
        etf
      </code>
      
      , <code>
        fund
      </code>
      
      , <code>
        index
      </code>
      
       etc.
    </td>
    
    <td>
      stock
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        unit
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Unidade dos valores (<code>
        currency
      </code>
      
      , <code>
        points
      </code>
      
       etc.).
    </td>
    
    <td>
      currency
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        currency
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Moeda dos valores.
    </td>
    
    <td>
      BRL
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        symbol
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Código de negociação do ativo.
    </td>
    
    <td>
      PETR4
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Nome simplificado da empresa.
    </td>
    
    <td>
      Petrobras
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        full_name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Razão social completa ou nome completo.
    </td>
    
    <td>
      Petróleo Brasileiro S.A. Petrobras
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        tax_id
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Documento fiscal do emissor (ex.: CNPJ).
    </td>
    
    <td>
      33.000.167/0001-01
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        isin
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Código ISIN do ativo.
    </td>
    
    <td>
      BRPETRACNPR6
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        shares_outstanding
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Quantidade de ações em circulação.
    </td>
    
    <td>
      13044496930
    </td>
  </tr>
</tbody>
</table>

#### Cotação

O objeto `quote` traz a cotação base para os cálculos e métricas de mercado:

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        value
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Último valor negociado.
    </td>
    
    <td>
      47.90
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        change_value
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Variação absoluta no dia.
    </td>
    
    <td>
      1.29
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        change_percent
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Variação percentual no dia.
    </td>
    
    <td>
      2.77
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        market_cap
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Valor de mercado com base na cotação atual.
    </td>
    
    <td>
      624800000000
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        updated_at
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Timestamp de atualização da cotação (ISO 8601).
    </td>
    
    <td>
      2026-04-09T15:45:00-03:00
    </td>
  </tr>
</tbody>
</table>

<callout color="info" icon="tabler:info-circle">

Devido ao grande volume de dados e complexidade dos cálculos, os resultados deste endpoint são cacheados por um período de até 30 minutos. Para utilizar a cotação com dados mais atualizados ou em tempo real, utilize o endpoint [`/v2/finance/quotes`](/docs/finance/stocks) e combine as informações conforme necessário.

</callout>

#### Período

Cada item do array `statements` representa os dados de um período:

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        period_type
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Tipo do período: <code>
        annual
      </code>
      
      , <code>
        quarterly
      </code>
      
       ou <code>
        ttm
      </code>
      
      .
    </td>
    
    <td>
      ttm
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        start_date
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Data de início do período.
    </td>
    
    <td>
      2025-01-01
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        end_date
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Data de encerramento do período.
    </td>
    
    <td>
      2025-12-31
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        fiscal_year
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Ano fiscal.
    </td>
    
    <td>
      2025
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        fiscal_period
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Período fiscal: <code>
        FY
      </code>
      
      , <code>
        TTM
      </code>
      
       ou <code>
        Q1
      </code>
      
      –<code>
        Q4
      </code>
      
      .
    </td>
    
    <td>
      TTM
    </td>
  </tr>
</tbody>
</table>

#### Dividendos

O objeto `dividends` traz o retorno em proventos do período:

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        yield_percent
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Dividend Yield acumulado no período (%).
    </td>
    
    <td>
      13.28
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        yield_currency
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Valor total distribuído por ação no período.
    </td>
    
    <td>
      6.36
    </td>
  </tr>
</tbody>
</table>

#### Indicadores

Os campos dos grupos `valuation`, `leverage`, `margins` e `profitability` detalham a saúde financeira da empresa:

##### Valuation

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        valuation.price_to_earnings_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Lucro (P/L).
    </td>
    
    <td>
      5.65
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.peg_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      PEG Ratio.
    </td>
    
    <td>
      0.74
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_book_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Valor Patrimonial (P/VP).
    </td>
    
    <td>
      1.50
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_sales_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Receita.
    </td>
    
    <td>
      1.26
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_ebitda
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/EBITDA.
    </td>
    
    <td>
      3.74
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_ebit
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/EBIT.
    </td>
    
    <td>
      4.35
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_asset_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Ativos.
    </td>
    
    <td>
      0.56
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_current_assets_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Ativo Circulante.
    </td>
    
    <td>
      4.47
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.price_to_free_cash_flow_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo Preço/Fluxo de Caixa Livre.
    </td>
    
    <td>
      6.02
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.ev_to_ebitda
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo EV/EBITDA.
    </td>
    
    <td>
      3.98
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        valuation.ev_to_ebit
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Múltiplo EV/EBIT.
    </td>
    
    <td>
      4.62
    </td>
  </tr>
</tbody>
</table>

##### Endividamento

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        leverage.current_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Índice de Liquidez Corrente.
    </td>
    
    <td>
      1.18
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        leverage.equity_to_asset_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Relação Patrimônio Líquido/Ativos.
    </td>
    
    <td>
      0.33
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        leverage.debt_to_equity_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Relação Dívida Líquida/Patrimônio Líquido.
    </td>
    
    <td>
      0.34
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        leverage.net_debt_to_ebitda_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Relação Dívida Líquida/EBITDA.
    </td>
    
    <td>
      0.24
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        leverage.net_debt_to_ebit_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Relação Dívida Líquida/EBIT.
    </td>
    
    <td>
      0.28
    </td>
  </tr>
</tbody>
</table>

##### Margens

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        margins.gross_profit_margin
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Margem bruta (%).
    </td>
    
    <td>
      50.62
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        margins.ebitda_margin
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Margem EBITDA (%).
    </td>
    
    <td>
      40.53
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        margins.ebit_margin
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Margem EBIT (%).
    </td>
    
    <td>
      35.27
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        margins.net_profit_margin
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Margem líquida (%).
    </td>
    
    <td>
      22.25
    </td>
  </tr>
</tbody>
</table>

##### Rentabilidade e Eficiência

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        profitability.asset_turnover_ratio
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Giro de ativos.
    </td>
    
    <td>
      0.70
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        profitability.return_on_assets
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Retorno sobre ativos (ROA) (%).
    </td>
    
    <td>
      8.73
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        profitability.return_on_equity
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Retorno sobre patrimônio líquido (ROE) (%).
    </td>
    
    <td>
      26.47
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        profitability.return_on_invested_capital
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Retorno sobre capital investido (ROIC) (%).
    </td>
    
    <td>
      18.92
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        profitability.return_on_capital_employed
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          number
        </span>
      </code>
    </td>
    
    <td>
      Retorno sobre capital empregado (ROCE) (%).
    </td>
    
    <td>
      22.47
    </td>
  </tr>
</tbody>
</table>

#### Agentes

O array `agents` traz informações sobre os agentes relacionados ao ativo, como o agente de transferência (escriturador):

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        role
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Papel do agente (ex.: <code>
        transfer_agent
      </code>
      
      ).
    </td>
    
    <td>
      transfer_agent
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Nome simplificado do agente.
    </td>
    
    <td>
      Bradesco
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        full_name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Razão social do agente.
    </td>
    
    <td>
      Banco Bradesco S.A.
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        url
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      URL oficial do agente.
    </td>
    
    <td>
      <a href="https://www.bradesco.com.br/" rel="nofollow">
        https://www.bradesco.com.br/
      </a>
    </td>
  </tr>
</tbody>
</table>

#### Fonte

O objeto `source` contém informações sobre a bolsa de valores onde o ativo é negociado:

<table>
<thead>
  <tr>
    <th>
      Campo
    </th>
    
    <th>
      Tipo
    </th>
    
    <th>
      Descrição
    </th>
    
    <th>
      Exemplo
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        source.symbol
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Código da bolsa.
    </td>
    
    <td>
      B3
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        source.name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Nome da bolsa.
    </td>
    
    <td>
      B3 - Brasil, Bolsa, Balcão
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        source.full_name
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Nome completo da bolsa.
    </td>
    
    <td>
      B3 S.A. - Brasil, Bolsa, Balcão
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        source.url
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Site oficial da bolsa.
    </td>
    
    <td>
      <a href="https://www.b3.com.br/" rel="nofollow">
        https://www.b3.com.br/
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        source.location.timezone
      </code>
    </td>
    
    <td>
      <code className="language-ts-type shiki shiki-themes one-light one-dark-pro one-dark-pro" language="ts-type" style="">
        <span class="s3iYH">
          string
        </span>
      </code>
    </td>
    
    <td>
      Fuso horário da bolsa.
    </td>
    
    <td>
      America/Sao_Paulo
    </td>
  </tr>
</tbody>
</table>
