get_eff_interest_rate: Effective Annual Interest Rate

View source: R/get_eff_interest_rate.R

get_eff_interest_rateR Documentation

Effective Annual Interest Rate

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_eff_interest_rate(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

The Effective Annual Interest Rate is the interest rate on a loan restated from the nominal interest rate and expressed as if compound interest was payable annually. It makes interest rates between loans with different compounding periods more comparable.

Value

Input data.frame supplemented by the company's available Effective Annual Interest Rate data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_eff_interest_rate(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.