{"id":4676,"date":"2026-05-09T09:55:58","date_gmt":"2026-05-09T09:55:58","guid":{"rendered":"https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/"},"modified":"2026-05-09T09:55:58","modified_gmt":"2026-05-09T09:55:58","slug":"cagr-calculator-compound-annual-growth-rate","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/cagr-calculator-compound-annual-growth-rate\/","title":{"rendered":"Calculateur de TCAC \u2014 Taux de croissance annuel compos\u00e9"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-o-big{font-size:38px;font-weight:800;color:#719430;text-align:center;margin:6px 0}.rt-o-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f0f3e8;font-size:14px}.rt-o-row:last-child{border:none}.rt-o-row b{color:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-code{background:#1e1e1e;color:#a3c163;padding:14px;border-radius:8px;font-family:Consolas,monospace;font-size:12px;white-space:pre-wrap;word-break:break-all;max-height:300px;overflow:auto}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>Calculateur de TCAC<\/h1>\n<p>Calculer le taux de croissance annuel compos\u00e9 entre deux valeurs sur n&#039;importe quelle p\u00e9riode.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Entr\u00e9es<\/h3>\n<p><label>Valeur initiale ($)<\/label><input type=\"number\" id=\"cg-start\" value=\"100000\"><label>Valeur finale ($)<\/label><input type=\"number\" id=\"cg-end\" value=\"250000\"><label>Nombre d&#039;ann\u00e9es<\/label><input type=\"number\" id=\"cg-years\" value=\"5\" step=\"0.1\"><button class=\"rt-btn\" onclick=\"calcCagr()\">Calculer le TCAC<\/button><\/div>\n<div class=\"rt-o\">\n<h3>TCAC de la production<\/h3>\n<div class=\"rt-o-big\" id=\"cg-big\">\u2014<\/div>\n<p style=\"text-align:center;color:#516048;font-size:13px;margin:0 0 18px\" id=\"cg-v\">Courir pour voir le TCAC<\/p>\n<div class=\"rt-o-row\"><span>Croissance totale %<\/span><b id=\"cg-tg\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>TCAC<\/span><b id=\"cg-num\">\u2014<\/b><\/div>\n<div class=\"rt-o-row\"><span>Le temps de doublement \u00e0 ce rythme<\/span><b id=\"cg-double\">\u2014<\/b><\/div>\n<\/div>\n<\/div>\n<p><script>function calcCagr(){var s=+document.getElementById(\"cg-start\").value||0;var e=+document.getElementById(\"cg-end\").value||0;var y=+document.getElementById(\"cg-years\").value||0;if(!s||!y)return;var c=(Math.pow(e\/s,1\/y)-1)*100;var tg=(e\/s-1)*100;var dbl=72\/c;document.getElementById(\"cg-big\").textContent=c.toFixed(2)+\"%\";document.getElementById(\"cg-v\").textContent=\"Compound annual growth rate\";document.getElementById(\"cg-tg\").textContent=tg.toFixed(1)+\"%\";document.getElementById(\"cg-num\").textContent=c.toFixed(2)+\"%\";document.getElementById(\"cg-double\").textContent=isFinite(dbl)?dbl.toFixed(1)+\" years\":\"\u2014\";}<\/script><\/p>\n<h2>Pourquoi le TCAC est sup\u00e9rieur aux moyennes simples<\/h2>\n<p>Une ann\u00e9e de croissance de 1001 TP3T suivie d&#039;une ann\u00e9e de croissance de -501 TP3T donne une croissance moyenne de 251 TP3T, mais la valeur finale reste identique \u00e0 la valeur initiale. Le TCAC (taux de croissance annuel compos\u00e9) calcule la moyenne g\u00e9om\u00e9trique et refl\u00e8te l&#039;\u00e9volution r\u00e9elle de la valeur au fil du temps.<\/p>\n<h2>Foire aux questions<\/h2>\n<p><strong>Quel est le TCAC id\u00e9al pour une startup ?<\/strong><br \/>Les startups financ\u00e9es par du capital-risque visent un TCAC de plus de 1\u00a0000 milliards de dollars dans leurs premi\u00e8res ann\u00e9es. Les entreprises SaaS matures visent un TCAC de 30 \u00e0 500 milliards de dollars. Les entreprises matures se satisfont d&#039;un TCAC de 10 \u00e0 200 milliards de dollars.<\/p>\n<div class=\"rt-cta\">\n<h3 style=\"margin:0 0 6px\">Vous souhaitez un marketing qui g\u00e9n\u00e8re un TCAC constant ?<\/h3>\n<p style=\"margin:0;opacity:.95\">L&#039;agence Riman con\u00e7oit des programmes de croissance qui se multiplient d&#039;ann\u00e9e en ann\u00e9e.<\/p>\n<p><a href=\"\/fr\/contact\/\">Contactez notre \u00e9quipe<\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>CAGR Calculator Compute the compound annual growth rate between two values across any time period. Inputs Starting value ($)Ending value ($)Number of yearsCalculate CAGR CAGR Output \u2014 Run to see CAGR Total growth %\u2014 CAGR\u2014 Doubling time at this rate\u2014 Why CAGR beats simple averages A 100% growth year followed by a -50% growth year [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4676","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/cagr-calculator-compound-annual-growth-rate\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"CAGR Calculator Compute the compound annual growth rate between two values across any time period. Inputs Starting value ($)Ending value ($)Number of yearsCalculate CAGR CAGR Output \u2014 Run to see CAGR Total growth %\u2014 CAGR\u2014 Doubling time at this rate\u2014 Why CAGR beats simple averages A 100% growth year followed by a -50% growth year [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/cagr-calculator-compound-annual-growth-rate\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/cagr-calculator-compound-annual-growth-rate\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/cagr-calculator-compound-annual-growth-rate\\\/\",\"name\":\"CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-05-09T09:55:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/cagr-calculator-compound-annual-growth-rate\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/cagr-calculator-compound-annual-growth-rate\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/cagr-calculator-compound-annual-growth-rate\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CAGR Calculator \u2014 Compound Annual Growth Rate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/cagr-calculator-compound-annual-growth-rate\/","og_locale":"fr_CA","og_type":"article","og_title":"CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency","og_description":"CAGR Calculator Compute the compound annual growth rate between two values across any time period. Inputs Starting value ($)Ending value ($)Number of yearsCalculate CAGR CAGR Output \u2014 Run to see CAGR Total growth %\u2014 CAGR\u2014 Doubling time at this rate\u2014 Why CAGR beats simple averages A 100% growth year followed by a -50% growth year [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/cagr-calculator-compound-annual-growth-rate\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/","url":"https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/","name":"CAGR Calculator \u2014 Compound Annual Growth Rate - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-05-09T09:55:58+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/cagr-calculator-compound-annual-growth-rate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"CAGR Calculator \u2014 Compound Annual Growth Rate"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/4676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=4676"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/4676\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=4676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}