Skip to main content
Glama

Excel Finance MCP

effective_annual_rate

Calculate the effective annual interest rate from a nominal rate and compounding frequency to accurately compare investment returns or loan costs.

Instructions

Calculate effective annual rate from nominal rate

Input Schema

NameRequiredDescriptionDefault
compoundingPeriodsYesNumber of compounding periods per year
nominalRateYesNominal annual rate as decimal

Input Schema (JSON Schema)

{ "properties": { "compoundingPeriods": { "description": "Number of compounding periods per year", "type": "number" }, "nominalRate": { "description": "Nominal annual rate as decimal", "type": "number" } }, "required": [ "nominalRate", "compoundingPeriods" ], "type": "object" }

Other Tools from Excel Finance MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeremycharlesgillespie/excel-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server