Given the periodic interest rate and expected yield, do you need to calculate the price of an investment or a security? The aptly named PRICE formula in Google Sheets helps us with that. To be able to use the formula, however, we will need additional information corresponding to the security, as explained below.
Sintaxe
PRICE(settlement, maturity, rate, yield, redemption, frequency, [day_count_convention])
- liquidação - a data em que ele é efetivamente entregue ao comprador após a emissão do título.
- maturidade - a data de vencimento do título, quando o comprador pode resgatá-lo pelo valor nominal.
- taxa - a taxa de juros anualizada na qual o investimento se valoriza.
- yield – the annual yield that the buyer expects for the security.
- redenção – the redemption value of the security.
- frequência - the number of interest payments that buyer can pay per year (1, 2 or 4).
- day_count_convention - [OPCIONAL - 0 por padrão] - um indicador do método de contagem de dias que o Planilhas Google deve considerar. Há cinco valores possíveis diferentes para esse parâmetro.
- 0 - assume que há meses de 30 dias e anos de 360 dias (US (NASD) 30/360). Garante que haja ajustes específicos para as datas inseridas, que geralmente estão no final dos meses.
- 1 - calcula com base no número real de dias entre as datas especificadas e o número real de dias nos anos intermediários.
- 2 - calcula com base no número real de dias entre as datas especificadas, mas pressupõe um ano de 360 dias.
- 3 – evaluates the PRICE formula in Google Sheets based on the actual number of days between the specified dates, but assumes a 365 day year.
- 4 - muito semelhante à primeira opção 0, exceto pelo fato de que ela ajusta as datas de fim de mês de acordo com as convenções financeiras europeias.
Usage: PRICE formula in Google Sheets
The formula might look a little complicated, but a few examples can establish a clear understanding for us. So let’s get digging straight into them. Please have a look at the screenshot below.
We need to ensure the liquidação e vencimento parameters get valid dates as inputs. They can either references to other date type cells or results returned from formulas such as DATA, TO_DATE. Otherwise, the formula might return parsing errors.
Os outros parâmetros - taxa, rendimento, redenção, frequência, e day_count_convention - podem ser valores numéricos diretos ou podem ser referências às células que contêm os valores apropriados. Isso é demonstrado nos exemplos acima.
In all of the examples, we notice that the initial six parameters are essentially the same. Yet, the output values vary across the examples. This is because of the method with which the days are counted which we indicated using the day_count_convention parâmetro.
PRICE formula
And there you go! Use the PRICE formula in Google Sheets to calculate the price of an investment.
Se você quiser saber mais sobre as várias fórmulas do Google Sheets, por que não dar uma olhada em nossos posts de blog sobre SLN formula in Google Sheets e o Fórmula YIELD no Planilhas Google.
Como alternativa, confira as postagens relacionadas no blog abaixo!


