Nível de Análise Territorial
{{ kpi.label }}
{{ formatValueText(kpi.value) }}
{{ formatFullWeight(kpi.volume) }}
{{ kpi.growth >= 0 ? '+' : '' }}{{ kpi.growth.toFixed(1) }}%
Conjuntura
Ranking de Municípios
Base 2025
{{ index + 1 }}º LUGAR
#{{ index + 1 }} {{ city.nome }}
Valor Exportado (US$)
{{ formatValueText(city.valor) }}
{{ city.growth >= 0 ? '+' : '' }}{{ city.growth.toFixed(1) }}%
Volume (Toneladas)
{{ city.volume.toLocaleString('pt-BR') }} Toneladas
Participação {{ currentEscopo === 'ms' ? 'no MS' : 'no Vale' }}
{{ ((city.valor / activeData.export) * 100).toFixed(1) }}%
Principal Produto
{{ city.principalProduto }}
Parceiro
{{ city.parceiro }}
Principais Destinos das Exportações {{ activeEscopoLabelText }}
| País de Destino | Volume (Toneladas) | Part. Vol. | Valor FOB (Dólares) | Part. Valor | Crescimento |
|---|---|---|---|---|---|
|
|
{{ formatFullWeight(item.ton) }} | {{ ((item.ton / activeData.expTon) * 100).toFixed(1) }}% | {{ formatValueText(item.valor) }} | {{ ((item.valor / activeData.export) * 100).toFixed(1) }}% |
{{ item.growth >= 0 ? '+' : '' }}{{ item.growth.toFixed(1) }}%
|
| TOTAL EXPORTADO | {{ formatFullWeight(activeData.expTon) }} | 100.0% | {{ formatValueText(activeData.export) }} | 100.0% |
{{ activeData.growthExp >= 0 ? '+' : '' }}{{ activeData.growthExp.toFixed(1) }}%
|
Principais Produtos Exportados {{ activeEscopoLabelText }}
| Categoria de Produto (SH2) | Peso (Toneladas) | Part. Peso | Valor (Dólares) | Part. Valor | Crescimento |
|---|---|---|---|---|---|
| {{ item.nome }} | {{ formatFullWeight(item.ton) }} | {{ ((item.ton / activeData.expTon) * 100).toFixed(1) }}% | {{ formatValueText(item.valor) }} | {{ ((item.valor / activeData.export) * 100).toFixed(1) }}% |
{{ item.growth >= 0 ? '+' : '' }}{{ item.growth.toFixed(1) }}%
|
| TOTAL GERAL PRODUTOS | {{ formatFullWeight(activeData.expTon) }} | 100.0% | {{ formatValueText(activeData.export) }} | 100.0% |
{{ activeData.growthExp >= 0 ? '+' : '' }}{{ activeData.growthExp.toFixed(1) }}%
|
Principais Produtos Importados {{ activeEscopoLabelText }}
| Categoria de Produto (SH2) | Peso (Toneladas) | Part. Peso | Valor (Dólares) | Part. Valor | Crescimento |
|---|---|---|---|---|---|
| {{ item.nome }} | {{ formatFullWeight(item.ton) }} | {{ ((item.ton / activeData.impTon) * 100).toFixed(1) }}% | {{ formatValueText(item.valor) }} | {{ ((item.valor / activeData.import) * 100).toFixed(1) }}% |
{{ item.growth >= 0 ? '+' : '' }}{{ item.growth.toFixed(1) }}%
|
| TOTAL GERAL IMPORTADO | {{ formatFullWeight(activeData.impTon) }} | 100.0% | {{ formatValueText(activeData.import) }} | 100.0% |
{{ activeData.growthImp >= 0 ? '+' : '' }}{{ activeData.growthImp.toFixed(1) }}%
|