View source: R/get_eff_interest_rate.R
get_eff_interest_rate | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_eff_interest_rate(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Effective Annual Interest Rate data.
df <- data.frame('symbol' = 'AAPL') res <- get_eff_interest_rate(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.