> For the complete documentation index, see [llms.txt](https://knowledge.plutus.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.plutus.be/onderneming-runnen/financieel-beheer/financiele-analyse/analysetechnieken.md).

# Analysetechnieken

## Horizontale analyse

Bij een horizontale analyse ga je de cijfers van verschillende periodes met elkaar vergelijken om bepaalde evoluties en veranderingen te bekijken.  Men gaat dus dezelfde post op de balans of resultatenrekening vergelijken over meerdere jaren.&#x20;

## Verticale analyse

Bij een verticale analyse ga je de verschillende posten op de balans of resultatenrekening vergelijken ten opzichte van een andere post binnen dezelfde periode. Je selecteert dus één hoofdpost, alle andere posten worden dan als percentage weergegeven van deze hoofdpost.&#x20;

## Ratio-analyse

De gezondheid en de prestaties van de onderneming kunnen ook geanalyseerd worden op basis van verschillende financiële ratio's. Deze ratio's kunnen ingedeeld worden in verschillende categorieën, de meest gebruikte zijn de:&#x20;

* Liquiditeitsratio's
* Solvabiliteitsratio's
* Rentabiliteitsratio's
* Efficiëntieratio's

## Industry benchmarking

Naast de analyses met interne gegevens, kan een onderneming ook haar prestaties en cijfers vergelijken met die van een onderneming binnen dezelfde sector. Zo kan je nagaan hoe je presteert ten opzichte van de concurrentie.&#x20;

## DuPont-analyse

De DuPont-analyse ontleedt de Return on Equity (ROE) in drie componenten:&#x20;

* nettowinstmarge,&#x20;
* totale activa-omloop en&#x20;
* financiële hefboom.&#x20;

Dit geeft een gedetailleerder beeld van de factoren die bijdragen aan de winstgevendheid van een onderneming.

{% hint style="info" %}
**Gebruik je gezond verstand!**

Uiteraard is het nuttig om bepaalde tools en analysetechnieken te hanteren om de gegevens van een onderneming te analyseren. Toch is het belangrijk om steeds gewoon je gezond verstand te gebruiken. Bij het bekijken van de cijfers kan je al snel bepaalde&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://knowledge.plutus.be/onderneming-runnen/financieel-beheer/financiele-analyse/analysetechnieken.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
