# How to Calculate Return on Investment (ROI)?

ROI is a tool used to determine the profitability or efficiency of an investment or trade. It can be expressed as a ratio or percentage and is useful when comparing different types of investments or multiple trading operations. <br>

The formula for calculating ROI is straightforward and involves dividing the return (net profit) by the total acquisition costs (net cost). This can be expressed as a ratio or percentage by multiplying the result by 100. A high ROI value indicates that the investment was profitable, while a negative ROI means that the return was less than the costs.&#x20;

The ROI equation can be written as (Current Value - Total Cost) / Total Cost or Net Profit / Net Cost.<br>

In both traditional and cryptocurrency markets, Return on Investment (ROI) is a widely used metric to measure an investment's performance. For instance, if Alice purchased 100 BNB for $1,000, paying $10 for each, and the current price of BNB is $19, then Alice would have an ROI of 0.90 or 90%.

However, ROI has its limitations. It does not consider the time taken for an investment to yield returns. This means that comparing two trades based on ROI may not be accurate, as a trade with a higher ROI may have taken longer to yield returns than a trade with a lower ROI. For example, if Alice's first trade had a 90% ROI but took 12 months, it would be less efficient than a second trade with a 70% ROI but only six months.<br>

In summary, while ROI is an effective way to evaluate the profitability of an investment and compare it with other investments, it should not be the sole factor in decision-making. The time taken to yield returns should also be considered, as a high ROI does not necessarily equate to a more efficient investment.

<br>


---

# 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://trade-help.nexusft.com/faqs/trading/how-to-calculate-return-on-investment-roi.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.
