{"uid":"cap_m03oaHexVuWcwJ-zfKeCg","slug":"numora-cagr-calculator-46a4a7c4","name":"Numora CAGR Calculator","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numormo.vercel.app/api/financial/cagr","method":"POST","headers":{},"bodySchema":{"type":"object","required":["end","begin","years"],"properties":{"end":{"type":"number"},"begin":{"type":"number"},"years":{"type":"number"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_LdEBnHNK3a-95XbSEwVvo","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the Compound Annual Growth Rate (CAGR) given a beginning value, ending value, and number of years","exampleAgentPrompt":"Can you calculate the CAGR for an investment that started at $10,000 and grew to $18,500 over 6 years?","exampleUseCases":[{"title":"Portfolio annualized return analysis","prompt":"My investment portfolio was worth $50,000 five years ago and is now worth $82,000. What's the compound annual growth rate?"},{"title":"SaaS revenue growth benchmarking","prompt":"Our SaaS revenue grew from $1.2 million to $4.7 million over 4 years — what's our CAGR so I can benchmark against industry averages?"},{"title":"Real estate appreciation rate","prompt":"A property was purchased for $320,000 in 2017 and sold for $510,000 in 2024. Calculate the compound annual growth rate over those 7 years."}],"resultDescription":"Returns a JSON object with a boolean success flag, a result object containing the computed CAGR value (typically as a decimal or percentage), and a human-readable computation string describing what was calculated.","failureModes":["Missing required fields (end, begin, or years) returns a validation error","years value of zero causes division-by-zero error","Negative begin value may produce mathematically undefined or complex results","Non-numeric inputs are rejected by schema validation","begin value of zero causes undefined result due to division"],"whenToPreferThis":"Use this endpoint when you need a fast, serverless, zero-dependency pure math computation of CAGR and do not want to implement the formula yourself. Ideal for AI agents that need reliable financial math as a building block without spinning up a computation environment. Prefer this over general-purpose code execution tools when the specific CAGR formula is the only thing needed, and over spreadsheet or BI tools when operating in an automated agent pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:32.613Z","isFirstParty":false}