{"id":17309,"date":"2022-04-15T19:22:00","date_gmt":"2022-04-15T23:22:00","guid":{"rendered":"https:\/\/www.comcapfactoring.com\/ca\/?p=17309"},"modified":"2026-06-06T08:17:50","modified_gmt":"2026-06-06T12:17:50","slug":"ccc-calculator","status":"publish","type":"post","link":"https:\/\/www.comcapfactoring.com\/ca\/blog\/ccc-calculator\/","title":{"rendered":"Cash Conversion Cycle Calculator"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The cash conversion cycle measures how long it takes your company to sell it&#8217;s inventory. collect invoices, and pay vendors. It\u2019s an important metric because it shows how efficiently your business turns operating activity into cash.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An increasing cash conversion cycle may indicate that cash is tied up for longer. This can happen because of slower collections, slower inventory turnover, or shorter payment terms from suppliers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Formula:<\/strong> Cash Conversion Cycle = Days Inventory Outstanding + Days Sales Outstanding \u2212 Days Payable Outstanding<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">How to use the calculator<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Enter the following information to calculate your cash conversion cycle:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Days Sales Outstanding: <\/strong>Enter your DSO, which measures how long customers take to pay invoices. Need help? Use our <a href=\"https:\/\/www.comcapfactoring.com\/ca\/blog\/dso-calculator\/\">DSO calculator<\/a>.<\/li>\n\n\n\n<li><strong>Days Inventory Outstanding:<\/strong> Enter your DIO, which measures how long your company holds inventory before it is sold or used. Need help? Use our <a href=\"https:\/\/www.comcapfactoring.com\/ca\/blog\/dio-calculator\/\">DIO calculator<\/a>.<\/li>\n\n\n\n<li><strong>Days Payable Outstanding:<\/strong> Enter your DPO, which measures how long your company takes to pay suppliers. Need help? Use our <a href=\"https:\/\/www.comcapfactoring.com\/ca\/blog\/dpo-calculator\/\">DPO calculator<\/a>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Important: <\/strong>All inputs should be for the same reporting period.<\/p>\n\n\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/d3@7\"><\/script>\n\n<figure class=\"wp-block-table post-table post-table-bold-column cc-ccc-calculator\" id=\"cc-ccc-calculator\">\n  <table>\n    <tbody>\n      <tr>\n        <td>Days Sales Outstanding<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"45\" id=\"cc-ccc-dso\" data-cc-ccc-input=\"\" data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n\n      <tr>\n        <td>Days Inventory Outstanding<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"76\" id=\"cc-ccc-dio\" data-cc-ccc-input=\"\" data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n\n      <tr>\n        <td>Days Payable Outstanding<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"46\" id=\"cc-ccc-dpo\" data-cc-ccc-input=\"\" data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n\n    <tfoot>\n      <tr>\n        <td class=\"cc-ccc-result-label\">Cash Conversion Cycle<\/td>\n        <td class=\"cc-ccc-result-value\">\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <span class=\"cc-ccc-calculated-value\" id=\"cc-ccc-result\">75.0 days<\/span>\n          <\/span>\n        <\/td>\n      <\/tr>\n    <\/tfoot>\n  <\/table>\n<\/figure>\n\n<div class=\"cc-ccc-gauge-card\">\n  <div class=\"cc-ccc-gauge-title\">Cash Conversion Cycle Range<\/div>\n  <div id=\"cc-ccc-gauge-bar\"><\/div>\n<\/div>\n\n<style>\n  \/*\n    Cash Conversion Cycle Calculator\n    Two-column table on desktop and mobile.\n    Hardened for both US and Canada pages.\n  *\/\n\n  .entry-content .cc-ccc-calculator {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    overflow-x: hidden;\n  }\n\n  .entry-content .cc-ccc-calculator table {\n    width: 100%;\n    max-width: 100%;\n    table-layout: fixed;\n  }\n\n  .entry-content .cc-ccc-calculator table td {\n    box-sizing: border-box;\n    vertical-align: middle;\n  }\n\n  .entry-content .cc-ccc-calculator table td:first-child {\n    width: 58%;\n    text-align: left !important;\n    white-space: normal;\n    overflow-wrap: break-word;\n    word-break: normal;\n  }\n\n  .entry-content .cc-ccc-calculator table td:last-child {\n    width: 42%;\n    text-align: right !important;\n    white-space: nowrap;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n    display: inline-grid;\n    grid-template-columns: 1em 7em;\n    align-items: center;\n    justify-content: end !important;\n    column-gap: 2px;\n    white-space: nowrap;\n    max-width: 100%;\n    vertical-align: middle;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-symbol {\n    text-align: right !important;\n    min-width: 0;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n    display: inline-block;\n    width: 7em;\n    text-align: right !important;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-result-label,\n  .entry-content .cc-ccc-calculator .cc-ccc-result-value {\n    font-weight: 700;\n  }\n\n  .entry-content .cc-ccc-calculator input[data-cc-ccc-input] {\n    box-sizing: border-box;\n    width: 7em;\n    min-width: 7em;\n    max-width: 7em;\n    padding: 2px 4px;\n    border: 1px solid #999;\n    border-radius: 2px;\n    background: #fff;\n    color: inherit;\n    font: inherit;\n    font-weight: inherit;\n    line-height: inherit;\n    text-align: right !important;\n    outline: none;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator input[data-cc-ccc-input]:focus {\n    border-color: #ef621e;\n    box-shadow: 0 0 0 1px #ef621e;\n  }\n\n  .cc-ccc-gauge-card {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    background: #f2f2f2;\n    padding: 18px;\n    margin: 0 0 40px;\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .cc-ccc-gauge-title {\n    color: #0a3c70;\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  #cc-ccc-gauge-bar {\n    width: 100%;\n    max-width: 100%;\n    overflow: hidden;\n  }\n\n  .cc-ccc-gauge-card svg {\n    display: block;\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 760px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 14px;\n      line-height: 1.25;\n      padding-left: 8px;\n      padding-right: 8px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 54%;\n      text-align: left !important;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 46%;\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 1em 6.25em;\n      justify-content: end !important;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 6.25em;\n      min-width: 6.25em;\n      max-width: 6.25em;\n      font-size: 14px;\n      text-align: right !important;\n    }\n\n    .cc-ccc-gauge-card {\n      padding: 12px 6px;\n    }\n\n    .cc-ccc-gauge-title {\n      font-size: 16px;\n      margin-bottom: 2px;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 13px;\n      line-height: 1.22;\n      padding-left: 6px;\n      padding-right: 6px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 52%;\n      text-align: left !important;\n      word-break: normal !important;\n      overflow-wrap: break-word;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 48%;\n      text-align: right !important;\n      word-break: normal !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.95em 5.95em;\n      justify-content: end !important;\n      column-gap: 1px;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.95em;\n      min-width: 5.95em;\n      max-width: 5.95em;\n      font-size: 13px;\n      padding-left: 3px;\n      padding-right: 3px;\n      text-align: right !important;\n    }\n  }\n\n  \/*\n    This block specifically overrides the US site's mobile rule:\n    .entry-content table td { text-align: left !important; }\n  *\/\n  @media (max-width: 469px) {\n    .entry-content .cc-ccc-calculator table td:first-child {\n      text-align: left !important;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      justify-content: end !important;\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-symbol {\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      text-align: right !important;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 12.5px;\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 50%;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 50%;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.85em 5.65em;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.65em;\n      min-width: 5.65em;\n      max-width: 5.65em;\n      font-size: 12.5px;\n    }\n  }\n\n  @media (max-width: 350px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 12px;\n      padding-left: 4px;\n      padding-right: 4px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 48%;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 52%;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.75em 5.25em;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.25em;\n      min-width: 5.25em;\n      max-width: 5.25em;\n      font-size: 12px;\n    }\n  }\n<\/style>\n\n<script>\n  (function () {\n    const calculator = document.getElementById('cc-ccc-calculator');\n    if (!calculator || typeof d3 === 'undefined') return;\n\n    const dsoInput = calculator.querySelector('#cc-ccc-dso');\n    const dioInput = calculator.querySelector('#cc-ccc-dio');\n    const dpoInput = calculator.querySelector('#cc-ccc-dpo');\n    const cccResult = calculator.querySelector('#cc-ccc-result');\n\n    const minCCC = 0;\n    const maxCCC = 180;\n\n    function getNumberFromValue(value) {\n      const rawValue = String(value)\n        .replace(\/,\/g, '')\n        .replace(\/days\/gi, '')\n        .trim();\n\n      const parsedValue = parseFloat(rawValue);\n      return Number.isFinite(parsedValue) ? parsedValue : 0;\n    }\n\n    function getNumber(input) {\n      return getNumberFromValue(input.value);\n    }\n\n    function formatWholeNumber(value) {\n      return Math.round(value).toLocaleString('en-US');\n    }\n\n    function formatCCC(value) {\n      return value.toLocaleString('en-US', {\n        minimumFractionDigits: 1,\n        maximumFractionDigits: 1\n      });\n    }\n\n    function formatNumberInput(input) {\n      input.value = formatWholeNumber(getNumber(input));\n    }\n\n    function clamp(value, min, max) {\n      return Math.max(min, Math.min(max, value));\n    }\n\n    function calculateCCC() {\n      const dso = getNumber(dsoInput);\n      const dio = getNumber(dioInput);\n      const dpo = getNumber(dpoInput);\n\n      const ccc = dso + dio - dpo;\n\n      cccResult.textContent = formatCCC(ccc) + ' days';\n      drawBarGauge(ccc);\n    }\n\n    function drawBarGauge(value) {\n      d3.select('#cc-ccc-gauge-bar').selectAll('*').remove();\n\n      const width = 420;\n      const height = 100;\n      const safeValue = clamp(value, minCCC, maxCCC);\n\n      const barY = 40;\n      const barHeight = 18;\n      const barRadius = 9;\n\n      const svg = d3.select('#cc-ccc-gauge-bar')\n        .append('svg')\n        .attr('viewBox', `0 0 ${width} ${height}`)\n        .attr('role', 'img')\n        .attr('aria-label', 'Cash conversion cycle range gauge');\n\n      const x = d3.scaleLinear()\n        .domain([minCCC, maxCCC])\n        .range([32, width - 32]);\n\n      const barStart = x(minCCC);\n      const barEnd = x(maxCCC);\n      const barWidth = barEnd - barStart;\n      const markerX = x(safeValue);\n\n      const clipId = 'cc-ccc-bar-clip-' + Math.random().toString(36).slice(2);\n\n      svg.append('defs')\n        .append('clipPath')\n        .attr('id', clipId)\n        .append('rect')\n        .attr('x', barStart)\n        .attr('y', barY)\n        .attr('width', barWidth)\n        .attr('height', barHeight)\n        .attr('rx', barRadius)\n        .attr('ry', barRadius);\n\n      const barGroup = svg.append('g')\n        .attr('clip-path', 'url(#' + clipId + ')');\n\n      barGroup.append('rect')\n        .attr('x', x(0))\n        .attr('y', barY)\n        .attr('width', x(45) - x(0))\n        .attr('height', barHeight)\n        .attr('fill', '#4caf50');\n\n      barGroup.append('rect')\n        .attr('x', x(45))\n        .attr('y', barY)\n        .attr('width', x(90) - x(45))\n        .attr('height', barHeight)\n        .attr('fill', '#f4b400');\n\n      barGroup.append('rect')\n        .attr('x', x(90))\n        .attr('y', barY)\n        .attr('width', x(maxCCC) - x(90))\n        .attr('height', barHeight)\n        .attr('fill', '#f72f35');\n\n      svg.append('rect')\n        .attr('x', barStart)\n        .attr('y', barY)\n        .attr('width', barWidth)\n        .attr('height', barHeight)\n        .attr('rx', barRadius)\n        .attr('ry', barRadius)\n        .attr('fill', 'none')\n        .attr('stroke', '#b7b7b7')\n        .attr('stroke-width', 1);\n\n      [45, 90].forEach(function (tick) {\n        svg.append('line')\n          .attr('x1', x(tick))\n          .attr('x2', x(tick))\n          .attr('y1', barY + barHeight)\n          .attr('y2', barY + barHeight + 6)\n          .attr('stroke', '#0a3c70')\n          .attr('stroke-width', 2);\n      });\n\n      svg.append('circle')\n        .attr('cx', markerX)\n        .attr('cy', barY + (barHeight \/ 2))\n        .attr('r', 10)\n        .attr('fill', '#0a3c70')\n        .attr('stroke', '#ffffff')\n        .attr('stroke-width', 2);\n\n      svg.append('text')\n        .attr('x', width \/ 2)\n        .attr('y', 26)\n        .attr('text-anchor', 'middle')\n        .attr('font-size', '22')\n        .attr('font-weight', '700')\n        .attr('fill', '#0a3c70')\n        .text(formatCCC(value) + ' days');\n\n      [0, 45, 90, 180].forEach(function (tick) {\n        svg.append('text')\n          .attr('x', x(tick))\n          .attr('y', 77)\n          .attr('text-anchor', 'middle')\n          .attr('font-size', '12')\n          .attr('fill', '#333')\n          .text(tick === 180 ? '180+' : tick);\n      });\n    }\n\n    calculator.querySelectorAll('[data-cc-ccc-input]').forEach(function (input) {\n      input.addEventListener('input', calculateCCC);\n\n      input.addEventListener('blur', function () {\n        if (input.value.trim() === '') {\n          input.value = '0';\n        }\n\n        if (input.dataset.ccFormat === 'number') {\n          formatNumberInput(input);\n        }\n\n        calculateCCC();\n      });\n    });\n\n    calculator.querySelectorAll('[data-cc-format=\"number\"]').forEach(formatNumberInput);\n\n    calculateCCC();\n\n    window.addEventListener('resize', calculateCCC);\n  })();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\">The cash conversion cycle should be evaluated in context. A lower number generally means your business converts operating activity into cash more quickly. A higher number may indicate that cash is tied up longer in inventory or receivables. Keep in mind that CCC varies by industry, so it is best compared against similar companies and your own trend over time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following table shows benchmark cash conversion cycle ranges for selected industries.<\/p>\n\n\n\n<figure class=\"wp-block-table post-table post-table-bold-column cc-ccc-benchmark-table\">\n  <table>\n    <thead>\n      <tr>\n        <th>Industry<\/th>\n        <th>Typical CCC Range<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>Transportation<\/td>\n        <td>30 to 75 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Wholesale<\/td>\n        <td>35 to 65 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Manufacturing<\/td>\n        <td>50 to 90 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Healthcare<\/td>\n        <td>30 to 60 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Construction<\/td>\n        <td>60 to 120 days<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/figure>\n\n<style>\n  \/*\n    Cash Conversion Cycle Benchmark Table\n    Responsive table using the standard post-table format.\n  *\/\n\n  .entry-content .cc-ccc-benchmark-table {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    overflow-x: auto;\n  }\n\n  .entry-content .cc-ccc-benchmark-table table {\n    width: 100%;\n    max-width: 100%;\n    table-layout: fixed;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th,\n  .entry-content .cc-ccc-benchmark-table td {\n    box-sizing: border-box;\n    vertical-align: middle;\n    text-align: left !important;\n    white-space: normal;\n    overflow-wrap: break-word;\n    word-break: normal;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th:first-child,\n  .entry-content .cc-ccc-benchmark-table td:first-child {\n    width: 50%;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th:nth-child(2),\n  .entry-content .cc-ccc-benchmark-table td:nth-child(2) {\n    width: 50%;\n  }\n\n  @media (max-width: 760px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 14px;\n      line-height: 1.25;\n      padding-left: 8px;\n      padding-right: 8px;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 13px;\n      line-height: 1.22;\n      padding-left: 6px;\n      padding-right: 6px;\n    }\n\n    .entry-content .cc-ccc-benchmark-table th:first-child,\n    .entry-content .cc-ccc-benchmark-table td:first-child {\n      width: 52%;\n    }\n\n    .entry-content .cc-ccc-benchmark-table th:nth-child(2),\n    .entry-content .cc-ccc-benchmark-table td:nth-child(2) {\n      width: 48%;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 12.5px;\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n  }\n<\/style>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong> This calculator is for educational purposes only and not intended as financial advice. Please consult a professional if you require financial advice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Looking for cash flow financing?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We are a leading factoring company and can provide you with a competitive proposal. Get an instant <a href=\"https:\/\/www.comcapfactoring.com\/ca\/instant-quote\/\">online quote<\/a> or call us toll-free at (877) 300 3258 to speak to a representative.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The cash conversion cycle measures how long it takes your company to sell it&#8217;s inventory. collect invoices, and pay vendors. It\u2019s an important metric because it shows how efficiently your business turns operating activity into cash. An increasing cash conversion cycle may indicate that cash is tied up for longer. This can happen because of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":17313,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","wds_primary_category":0,"footnotes":""},"categories":[134,1],"tags":[],"class_list":["post-17309","post","type-post","status-publish","format-standard","has-post-thumbnail","category-calculators","category-uncategorized","entry"],"acf":[],"taxonomy_info":{"category":[{"value":134,"label":"Business Calculators"},{"value":1,"label":"Uncategorized"}]},"featured_image_src_large":["https:\/\/www.comcapfactoring.com\/ca\/wp-content\/uploads\/sites\/2\/2026\/06\/CCC-Calculator-1024x712.webp",1024,712,true],"author_info":{"display_name":"Marco Terry","author_link":"https:\/\/www.comcapfactoring.com\/ca\/blog\/author\/marcoterry\/"},"comment_info":0,"category_info":[{"term_id":134,"name":"Business Calculators","slug":"calculators","term_group":0,"term_taxonomy_id":134,"taxonomy":"category","description":"This category contains several online (interactive) business calculators. ","parent":0,"count":5,"filter":"raw","meta":[],"cat_ID":134,"category_count":5,"category_description":"This category contains several online (interactive) business calculators. ","cat_name":"Business Calculators","category_nicename":"calculators","category_parent":0},{"term_id":1,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":2,"filter":"raw","meta":[],"cat_ID":1,"category_count":2,"category_description":"","cat_name":"Uncategorized","category_nicename":"uncategorized","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/posts\/17309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/comments?post=17309"}],"version-history":[{"count":3,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/posts\/17309\/revisions"}],"predecessor-version":[{"id":17312,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/posts\/17309\/revisions\/17312"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/media\/17313"}],"wp:attachment":[{"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/media?parent=17309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/categories?post=17309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/ca\/wp-json\/wp\/v2\/tags?post=17309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}