{"id":23682,"date":"2025-06-24T11:20:34","date_gmt":"2025-06-24T11:20:34","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23682"},"modified":"2026-01-05T14:02:36","modified_gmt":"2026-01-05T14:02:36","slug":"volvo-ev-charging-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/volvo-ev-charging-calculator\/","title":{"rendered":"Volvo EV Charging Calculator 2026 : Accurate Time &amp; Cost Estimates"},"content":{"rendered":"\n<div id=\"mp-volvo-global\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Exo+2:wght@400;600;700&#038;family=Rajdhani:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    \/* CSS ISOLATION & VARIABLES *\/\n    #mp-volvo-global {\n      --nordic-blue: #2a6099; \/* Volvo Blue Accent *\/\n      --iron-grey: #aeb6bf;\n      --bg-deep: #0e1116; \/* Deep Nordic Night *\/\n      --bg-panel: #161b22;\n      --text-main: #f0f4f8;\n      \n      font-family: 'Exo 2', sans-serif; \/* Clean Scandinavian Font *\/\n      \/* Deep Midnight Gradient *\/\n      background: linear-gradient(145deg, var(--bg-deep) 0%, #1c232e 100%);\n      color: var(--text-main);\n      padding: 0;\n      border-radius: 12px;\n      max-width: 100%;\n      margin: 20px auto;\n      box-shadow: 0 20px 50px rgba(42, 96, 153, 0.15); \/* Soft Blue Glow *\/\n      border: 1px solid rgba(255, 255, 255, 0.08);\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Minimalist Nordic Lines *\/\n    #mp-volvo-global::before {\n      content: '';\n      position: absolute;\n      top: -20%; right: -20%; width: 60%; height: 140%;\n      background: linear-gradient(45deg, transparent 45%, rgba(255,255,255,0.03) 50%, transparent 55%);\n      transform: rotate(15deg);\n      pointer-events: none;\n      z-index: 0;\n    }\n\n    #mp-volvo-global * { position: relative; z-index: 1; box-sizing: border-box; }\n\n    \/* TOP BAR *\/\n    #mp-volvo-global .mp-top-bar {\n      background: rgba(22, 27, 34, 0.8);\n      padding: 15px 25px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid rgba(42, 96, 153, 0.2);\n    }\n\n    #mp-volvo-global .mp-brand {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 20px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: #fff;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    \n    #mp-volvo-global .mp-brand span { \n      color: var(--nordic-blue); \n      font-weight: 400;\n    }\n\n    #mp-volvo-global .mp-settings {\n      display: flex;\n      gap: 10px;\n    }\n\n    #mp-volvo-global .mp-setting-select {\n      background: #0e1116;\n      border: 1px solid #2c3e50;\n      color: #fff;\n      padding: 6px 12px;\n      border-radius: 4px;\n      font-size: 12px;\n      cursor: pointer;\n      font-family: 'Exo 2', sans-serif;\n      outline: none;\n      transition: 0.3s;\n    }\n\n    #mp-volvo-global .mp-setting-select:hover { border-color: var(--nordic-blue); }\n\n    \/* CONTENT AREA *\/\n    #mp-volvo-global .mp-content { padding: 25px; }\n\n    \/* Grid Layout *\/\n    #mp-volvo-global .mp-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 25px;\n    }\n\n    #mp-volvo-global label {\n      display: block;\n      font-size: 11px;\n      color: var(--iron-grey);\n      margin-bottom: 6px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    #mp-volvo-global select, \n    #mp-volvo-global input[type=\"number\"] {\n      width: 100%;\n      padding: 12px;\n      background: rgba(255, 255, 255, 0.05);\n      border: 1px solid #2c3e50;\n      color: #fff;\n      border-radius: 6px;\n      font-size: 15px;\n      font-family: inherit;\n      transition: 0.3s;\n    }\n\n    #mp-volvo-global select:focus, \n    #mp-volvo-global input:focus {\n      outline: none;\n      border-color: var(--nordic-blue);\n      background: rgba(42, 96, 153, 0.1);\n    }\n\n    \/* Slider Area *\/\n    #mp-volvo-global .mp-slider-area {\n      background: rgba(22, 27, 34, 0.5);\n      padding: 20px;\n      border-radius: 8px;\n      margin-bottom: 25px;\n      border-left: 3px solid var(--nordic-blue);\n    }\n\n    #mp-volvo-global .mp-slider-row {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 8px;\n      font-size: 13px;\n    }\n\n    #mp-volvo-global input[type=\"range\"] {\n      width: 100%;\n      height: 4px;\n      background: #2c3e50;\n      border-radius: 2px;\n      outline: none;\n      -webkit-appearance: none;\n    }\n\n    #mp-volvo-global input[type=\"range\"]::-webkit-slider-thumb {\n      -webkit-appearance: none;\n      width: 16px;\n      height: 16px;\n      background: #fff;\n      border: 3px solid var(--nordic-blue);\n      border-radius: 50%;\n      cursor: pointer;\n      box-shadow: 0 0 8px rgba(42, 96, 153, 0.5);\n    }\n\n    \/* Results Dashboard *\/\n    #mp-volvo-global .mp-dashboard {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      padding-top: 10px;\n    }\n\n    #mp-volvo-global .mp-card {\n      text-align: center;\n      padding: 15px 5px;\n      border-radius: 8px;\n      background: rgba(255,255,255,0.03);\n      border: 1px solid rgba(255,255,255,0.05);\n    }\n\n    #mp-volvo-global .mp-lbl {\n      font-size: 10px;\n      color: var(--iron-grey);\n      text-transform: uppercase;\n      margin-bottom: 5px;\n    }\n\n    #mp-volvo-global .mp-val {\n      font-family: 'Rajdhani', sans-serif;\n      font-size: 22px;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    #mp-volvo-global .text-accent { color: var(--nordic-blue); }\n\n    \/* Footer *\/\n    #mp-volvo-global .mp-footer {\n      margin-top: 25px;\n      text-align: right;\n      font-size: 11px;\n      color: #555;\n    }\n    #mp-volvo-global .mp-footer a { color: var(--nordic-blue); text-decoration: none; font-weight: 600; }\n\n    @media (max-width: 700px) {\n      #mp-volvo-global .mp-grid { grid-template-columns: 1fr; }\n      #mp-volvo-global .mp-dashboard { grid-template-columns: 1fr 1fr; }\n      #mp-volvo-global .mp-top-bar { flex-direction: column; align-items: flex-start; gap: 10px; }\n      #mp-volvo-global .mp-settings { width: 100%; justify-content: space-between; }\n      #mp-volvo-global .mp-setting-select { width: 48%; }\n    }\n  <\/style>\n\n  <div class=\"mp-top-bar\">\n    <div class=\"mp-brand\">VOLVO <span>RECHARGE<\/span><\/div>\n    <div class=\"mp-settings\">\n      <select class=\"mp-setting-select\" id=\"volvo-unit-select\" onchange=\"volvoGlobalUpdateUI()\">\n        <option value=\"km\">Kilometers (km)<\/option>\n        <option value=\"mi\">Miles (mi)<\/option>\n      <\/select>\n      <select class=\"mp-setting-select\" id=\"volvo-currency-select\" onchange=\"volvoGlobalUpdateUI()\">\n        <option value=\"USD\">USD ($)<\/option>\n        <option value=\"EUR\">EUR (\u20ac)<\/option>\n        <option value=\"GBP\">GBP (\u00a3)<\/option>\n        <option value=\"TRY\">TRY (\u20ba)<\/option>\n      <\/select>\n    <\/div>\n  <\/div>\n\n  <div class=\"mp-content\">\n    <div class=\"mp-grid\">\n      <div>\n        <label>Select Model<\/label>\n        <select id=\"volvo-model\" onchange=\"volvoGlobalCalculate()\">\n          <option value=\"XC40_SR\">XC40 Recharge (Single)<\/option>\n          <option value=\"XC40_Twin\">XC40 Recharge (Twin)<\/option>\n          <option value=\"C40_SR\">C40 Recharge (Single)<\/option>\n          <option value=\"C40_Twin\">C40 Recharge (Twin)<\/option>\n          <option value=\"EX30_SR\">EX30 (Single Motor)<\/option>\n          <option value=\"EX30_LR\">EX30 (Long Range)<\/option>\n          <option value=\"EX30_Twin\">EX30 (Twin Performance)<\/option>\n          <option value=\"EX90_Twin\">EX90 (Twin Motor)<\/option>\n        <\/select>\n      <\/div>\n      \n      <div>\n        <label>Charging Station<\/label>\n        <select id=\"volvo-charger\" onchange=\"volvoGlobalCalculate()\">\n          <option value=\"2.3\">Home Socket (2.3 kW)<\/option>\n          <option value=\"11\">Wallbox AC (11 kW)<\/option>\n          <option value=\"50\">DC Fast (50 kW)<\/option>\n          <option value=\"150\">DC Rapid (150 kW)<\/option>\n          <option value=\"250\" selected>HPC (250 kW+)<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <div style=\"margin-bottom:20px;\">\n      <label>Electricity Price per kWh (<span id=\"volvo-lbl-currency\">$<\/span>)<\/label>\n      <input type=\"number\" id=\"volvo-price\" value=\"0.55\" step=\"0.01\" oninput=\"volvoGlobalCalculate()\">\n    <\/div>\n\n    <div class=\"mp-slider-area\">\n      <div class=\"mp-slider-row\">\n        <label style=\"margin:0\">Current Charge<\/label>\n        <span id=\"volvo-txt-start\" style=\"font-weight:bold; color:var(--nordic-blue);\">10%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"volvo-rng-start\" min=\"0\" max=\"100\" value=\"10\" oninput=\"volvoGlobalSync('start')\">\n\n      <div class=\"mp-slider-row\" style=\"margin-top:15px;\">\n        <label style=\"margin:0\">Target Charge<\/label>\n        <span id=\"volvo-txt-end\" style=\"font-weight:bold; color:#fff;\">90%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"volvo-rng-end\" min=\"0\" max=\"100\" value=\"90\" oninput=\"volvoGlobalSync('end')\">\n      <div style=\"text-align:right; font-size:10px; color:#555; margin-top:5px;\">*Volvo recommends 90% for daily use<\/div>\n    <\/div>\n\n    <div class=\"mp-dashboard\">\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Time<\/div>\n        <div class=\"mp-val text-accent\" id=\"volvo-res-time\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Cost<\/div>\n        <div class=\"mp-val\" id=\"volvo-res-cost\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Energy<\/div>\n        <div class=\"mp-val\" id=\"volvo-res-energy\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Range<\/div>\n        <div class=\"mp-val\" id=\"volvo-res-range\">&#8212;<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mp-footer\">\n      Nordic Precision Data.<br>\n      Tool by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverse Planet<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ VOLVO GLOBAL DATA\n    \/\/ eff_km: kWh per 100km\n    \/\/ maxDC: Max DC charging speed in kW\n    const volvoGlobalData = {\n      \"XC40_SR\": { kwh: 69.0, eff_km: 18.5, maxDC: 135 },\n      \"XC40_Twin\": { kwh: 78.0, eff_km: 20.5, maxDC: 150 },\n      \"C40_SR\": { kwh: 69.0, eff_km: 18.0, maxDC: 135 },\n      \"C40_Twin\": { kwh: 78.0, eff_km: 20.0, maxDC: 150 },\n      \"EX30_SR\": { kwh: 51.0, eff_km: 16.5, maxDC: 134 },\n      \"EX30_LR\": { kwh: 69.0, eff_km: 16.7, maxDC: 153 },\n      \"EX30_Twin\": { kwh: 69.0, eff_km: 17.5, maxDC: 153 },\n      \"EX90_Twin\": { kwh: 107.0, eff_km: 21.0, maxDC: 250 }\n    };\n\n    const volvoCurrencySymbols = {\n      \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"TRY\": \"\u20ba\"\n    };\n\n    function volvoGlobalUpdateUI() {\n      const currency = document.getElementById('volvo-currency-select').value;\n      const symbol = volvoCurrencySymbols[currency];\n      document.getElementById('volvo-lbl-currency').innerText = symbol;\n      volvoGlobalCalculate();\n    }\n\n    function volvoGlobalSync(type) {\n      const s = document.getElementById('volvo-rng-start');\n      const e = document.getElementById('volvo-rng-end');\n      let start = parseInt(s.value);\n      let end = parseInt(e.value);\n\n      if (type === 'start' && start >= end) e.value = Math.min(start + 5, 100);\n      if (type === 'end' && end <= start) s.value = Math.max(end - 5, 0);\n\n      document.getElementById('volvo-txt-start').innerText = s.value + \"%\";\n      document.getElementById('volvo-txt-end').innerText = e.value + \"%\";\n      volvoGlobalCalculate();\n    }\n\n    function volvoGlobalCalculate() {\n      const modelCode = document.getElementById('volvo-model').value;\n      const car = volvoGlobalData[modelCode];\n      \n      const start = parseFloat(document.getElementById('volvo-rng-start').value);\n      const end = parseFloat(document.getElementById('volvo-rng-end').value);\n      const price = parseFloat(document.getElementById('volvo-price').value);\n      const stationPower = parseFloat(document.getElementById('volvo-charger').value);\n      \n      const unit = document.getElementById('volvo-unit-select').value;\n      const currency = document.getElementById('volvo-currency-select').value;\n\n      \/\/ 1. Energy Needed\n      const pctNeeded = Math.max(0, end - start);\n      const energyNeeded = (pctNeeded \/ 100) * car.kwh;\n\n      \/\/ 2. Time Logic\n      let realPower = Math.min(stationPower, car.maxDC);\n      let avgSpeed = realPower;\n      \n      \/\/ Charging curve: Volvo slows down typically after 80-90%\n      if (stationPower > 50) {\n        if (end > 80) avgSpeed = realPower * 0.70;\n      }\n\n      const timeHours = energyNeeded \/ avgSpeed;\n      const h = Math.floor(timeHours);\n      const m = Math.round((timeHours - h) * 60);\n\n      \/\/ 3. Cost\n      const cost = energyNeeded * price;\n\n      \/\/ 4. Range\n      let rangeVal = 0;\n      let unitLabel = \"\";\n      \n      if (unit === 'km') {\n        \/\/ kWh \/ (kWh\/100km) * 100\n        rangeVal = (energyNeeded \/ car.eff_km) * 100;\n        unitLabel = \"km\";\n      } else {\n        \/\/ Convert eff to miles: kWh\/100km * 1.609 = kWh\/100mi\n        const eff_mi = car.eff_km * 1.60934;\n        rangeVal = (energyNeeded \/ eff_mi) * 100;\n        unitLabel = \"mi\";\n      }\n\n      \/\/ Output\n      document.getElementById('volvo-res-time').innerText = `${h}h ${m}m`;\n      \n      const formatter = new Intl.NumberFormat(\n        currency === 'USD' ? 'en-US' : \n        currency === 'EUR' ? 'de-DE' : \n        currency === 'GBP' ? 'en-GB' : 'tr-TR', \n        { style: 'currency', currency: currency }\n      );\n      document.getElementById('volvo-res-cost').innerText = formatter.format(cost);\n      \n      document.getElementById('volvo-res-energy').innerText = energyNeeded.toFixed(1) + \" kWh\";\n      document.getElementById('volvo-res-range').innerText = `+${Math.floor(rangeVal)} ${unitLabel}`;\n    }\n\n    \/\/ Init\n    volvoGlobalUpdateUI();\n  <\/script>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><em><a href=\"https:\/\/metaverseplanet.net\/blog\/smart-electric-vehicles\/\" data-type=\"category\" data-id=\"162\">Electric vehicles (EVs)<\/a><\/em><\/strong> are quickly becoming a cornerstone of modern mobility, offering a safe, sophisticated, and sustainable way to drive. Volvo, a brand synonymous with safety and Scandinavian design, is making significant strides in the EV market with its growing range of electric vehicles. If you own a Volvo EV, like the popular XC40 Recharge, C40 Recharge, or the new EX30, or are considering one, understanding <strong>charging times and costs<\/strong> is crucial for seamless daily use and efficient trip planning.<\/p>\n\n\n\n<p>That&#8217;s precisely why we&#8217;ve created the <strong>Volvo EV Charging Calculator<\/strong>. This intuitive online tool provides you with precise estimates, empowering you to optimize your charging strategy and fully embrace the electric lifestyle.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Why is an EV Charging Calculator Essential for Volvo Owners?<\/h3>\n\n\n\n<p>Volvo EVs come with robust battery systems and varying charging capabilities designed to integrate smoothly into your life. While public charging networks are expanding rapidly, knowing <em>exactly<\/em> how long your Volvo will take to charge and what it will cost at different charging speeds\u2014whether at home, at a public AC charger, or a high-speed DC fast charger\u2014can significantly enhance your driving convenience and peace of mind.<\/p>\n\n\n\n<p>Our calculator simplifies complex charging calculations, transforming raw data into clear, actionable insights specifically for your Volvo model. No more guesswork, just smart and informed decisions.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Key Advantages of Using Our Volvo EV Charging Calculator<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Precise Charging Time Estimates:<\/strong> Eliminate range anxiety. Just enter your battery&#8217;s current and desired charge levels, along with the charging power, to get an accurate estimate of how long your Volvo will need to reach your target charge. This is invaluable for planning road trips or simply managing your daily schedule.<\/li>\n\n\n\n<li><strong>Accurate Cost Predictions:<\/strong> Charging costs can vary based on your electricity provider, time of day, and the charger type. Our tool helps you anticipate the <strong>charging cost per session<\/strong>, so you can budget effectively and identify the most economical charging options.<\/li>\n\n\n\n<li><strong>Tailored to Volvo EV Models:<\/strong> The calculator comes pre-loaded with battery capacities and average consumption rates for popular Volvo models like the XC40 Recharge, C40 Recharge, and EX30. This ensures more accurate calculations from the start, though you always have the flexibility to customize the inputs.<\/li>\n\n\n\n<li><strong>User-Friendly Interface:<\/strong> Designed for simplicity, the calculator&#8217;s interface makes it easy for anyone to input the necessary details and get results quickly.<\/li>\n\n\n\n<li><strong>Enhanced Trip Planning:<\/strong> By understanding your charging needs and durations, you can strategically plan stops on longer journeys, minimizing downtime and ensuring a smooth, enjoyable ride.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How Does the Volvo EV Charging Calculator Work?<\/h3>\n\n\n\n<p>Our calculator uses a straightforward approach, incorporating several key variables to give you reliable results:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Select Your Volvo Model:<\/strong> Choose your specific model from the dropdown list (e.g., XC40 Recharge, C40 Recharge, EX30). This will automatically fill in the estimated <strong>total battery capacity<\/strong> and <strong>average consumption<\/strong>.<\/li>\n\n\n\n<li><strong>Input Battery Information:<\/strong> Enter your <strong>current starting battery level (%)<\/strong> and your <strong>desired target battery level (%)<\/strong>.<\/li>\n\n\n\n<li><strong>Specify Charging Details:<\/strong> Provide the <strong>charging power (kW)<\/strong> of the station you plan to use and select the <strong>charge type<\/strong> (Normal Charge or Fast Charge, which can adjust the effective power).<\/li>\n\n\n\n<li><strong>Enter Cost Data:<\/strong> Input the <strong>charging unit price ($\/kWh)<\/strong>, which is the cost of electricity per kilowatt-hour in your region.<\/li>\n\n\n\n<li><strong>Optional Trip Planning:<\/strong> For more comprehensive planning, you can also enter the <strong>distance to travel (km)<\/strong> and your vehicle&#8217;s <strong>average consumption (kWh\/100 km)<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>After entering this information, simply click one of the calculation buttons (<strong>&#8220;Calculate Charging Time,&#8221; &#8220;Calculate Charging Cost,&#8221; or &#8220;Calculate Trip Cost&#8221;<\/strong>), and the tool will instantly display the relevant results. You&#8217;ll even see a visual <strong>progress bar<\/strong> indicating the estimated charging status.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Who Can Benefit from This Tool?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Current Volvo EV Owners:<\/strong> Get precise insights into your vehicle&#8217;s charging requirements for daily commutes and extended trips.<\/li>\n\n\n\n<li><strong>Prospective Volvo Buyers:<\/strong> Understand the practicalities and costs associated with owning an electric Volvo before you make a purchase.<\/li>\n\n\n\n<li><strong>Fleet Managers:<\/strong> Optimize charging schedules and costs for multiple Volvo EVs in your fleet.<\/li>\n\n\n\n<li><strong>Anyone Interested in EV Efficiency:<\/strong> Learn more about the factors that influence EV charging and overall running costs, benefiting from Volvo&#8217;s commitment to electrification.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Drive Smarter, Drive Sustainable<\/h3>\n\n\n\n<p>Embracing electric mobility with a Volvo is a significant step towards a more <strong>sustainable future<\/strong>, aligning with Volvo&#8217;s vision for a climate-neutral world. By using tools like our Volvo EV Charging Calculator, you&#8217;re not just making your electric driving experience more convenient and economical; you&#8217;re also contributing to smarter energy consumption and maximizing the potential of your sophisticated electric vehicle.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Ready to take control of your Volvo EV charging? Try the <strong>Volvo EV Charging Calculator<\/strong> today and embark on a more informed, efficient, and enjoyable electric journey!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>VOLVO RECHARGE Kilometers (km) Miles (mi) USD ($) EUR (\u20ac) GBP (\u00a3) TRY (\u20ba) Select Model XC40 Recharge (Single) XC40 Recharge (Twin) C40 Recharge (Single) C40 Recharge (Twin) EX30 (Single Motor) EX30 (Long Range) EX30 (Twin Performance) EX90 (Twin Motor) Charging Station Home Socket (2.3 kW) Wallbox AC (11 kW) DC Fast (50 kW) DC &hellip;<\/p>\n","protected":false},"author":1,"featured_media":23683,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[336],"tags":[343,307],"class_list":["post-23682","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-futurescience","tag-future-mobility","tag-tools"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/comments?post=23682"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23682\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/23683"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}