CINXE.COM

Why Start Investing? - Dow Jones

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Why Start Investing? - Dow Jones</title> <link rel="apple-touch-icon" sizes="57x57" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/favicon-16x16.png" sizes="16x16"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-square70x70logo" content="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/mstile-70x70.png"> <meta name="msapplication-square144x144logo" content="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/mstile-144x144.png"> <meta name="msapplication-square150x150logo" content="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/mstile-150x150.png"> <meta name="msapplication-wide310x150logo" content="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/mstile-310x150.png"> <meta name="msapplication-square310x310logo" content="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/mstile-310x310.png"> <link rel="manifest" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/manifest.json"> <link rel="shortcut icon" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/css/smart-money/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/css/styles.css?ver=5.9.3"> <link rel="stylesheet" href="https://www.dowjones.com/wp-content/themes/dow-jones/assets/css/smart-money/smart-temp.css"> <!-- <link href="" rel="stylesheet"> --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <script> var aceConfig = {"consumerApplication":"dowjones-prod"} </script> <script> (function() { window.ace = window.ace || {}; function globalMessagingService() { var subscriptionsMap = {}; var executionQueueMap = {}; var gmsMethods = { addToExecutionQueue(key) { if (!executionQueueMap[key]) { executionQueueMap[key] = []; } executionQueueMap[key].push(arguments); return executionQueueMap; }, getSubscribedElements() { return Object.keys(subscriptionsMap); }, getSubscribedFunctions(key) { return Object.keys(subscriptionsMap[key] || {}); }, executeQueue(key) { try { if (executionQueueMap[key]) { executionQueueMap[key].forEach(params => this.execute(...params)); } delete executionQueueMap[key]; } catch (error) { console.error(error); } }, execute() { var [key, prop, param3, param4] = arguments; var message = subscriptionsMap[key][prop]; var cb = r => r; var args = []; if (typeof message !== 'function') { return message; } if (param3) { if (typeof param3 === 'function') { cb = param3; if (param4 && Array.isArray(param4)) { args = param4; } } else if (Array.isArray(param3)) { args = param3; } } return cb(message.apply(null, args)); }, __reset() { var clean = obj => Object.keys(obj).forEach(key => delete obj[key]); clean(subscriptionsMap); clean(executionQueueMap); }, hasSubscription(key) { return this.getSubscribedElements().indexOf(key) > -1; }, hasSubscribedFunction(key, functionName) { return this.getSubscribedFunctions(key).indexOf(functionName) > -1; }, uniqueFunctionsUnderSubscription(key, script) { const { __ace = () => ({}) } = window; let uniqueFunctions = {}; Object.keys(script).forEach(funcName => { if (subscriptionsMap[key][funcName]) { __ace('log', 'log', [{ type: 'warning', initiator: 'page', message: 'You are trying to subscribe the function ' + funcName + ' under the ' + key + ' namespace again. Use another name.' }]); } else { uniqueFunctions[funcName] = script[funcName]; } }); return uniqueFunctions; }, addSubscription(key, script) { if (this.hasSubscription(key)) { const uniqueFunctions = this.uniqueFunctionsUnderSubscription(key, script); subscriptionsMap[key] = { ...subscriptionsMap[key], ...uniqueFunctions }; } else { subscriptionsMap[key] = script; } return subscriptionsMap; }, subscribe(key, script, force) { if (force) { subscriptionsMap[key] = script; return subscriptionsMap; } if (script && typeof script === 'object') { this.addSubscription(key, script); this.executeQueue(key); } else { throw new Error('Missing third parameter. You must provide an object.'); } return subscriptionsMap; }, globalMessaging() { var [spacename, prop, ...tailArgs] = arguments; if (!spacename && !prop) { return this.getSubscribedElements(); } if (spacename && typeof spacename === 'string' && !prop) { return this.getSubscribedFunctions(spacename); } if (typeof spacename !== 'string' || typeof prop !== 'string') { throw new Error('First and second argument must be String types'); } if (!this.hasSubscribedFunction(spacename, prop)) { this.addToExecutionQueue(spacename, prop, ...tailArgs); return undefined; } return this.execute(spacename, prop, ...tailArgs); } }; window.__ace = gmsMethods.globalMessaging.bind(gmsMethods); window.__ace.subscribe = gmsMethods.subscribe.bind(gmsMethods); } globalMessagingService(); })();"use strict";function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){var t=function(){var t,e,o=[],n=window,r=n;for(;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=r.parent}t||(!function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)&&null!==o?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))};"undefined"!=typeof module?module.exports=t:t()}();(function () { var e = false; var c = window; var t = document; function r() { if (!c.frames["__uspapiLocator"]) { if (t.body) { var a = t.body; var e = t.createElement("iframe"); e.style.cssText = "display:none"; e.name = "__uspapiLocator"; a.appendChild(e) } else { setTimeout(r, 5) } } } r(); function p() { var a = arguments; __uspapi.a = __uspapi.a || []; if (!a.length) { return __uspapi.a } else if (a[0] === "ping") { a[2]({ gdprAppliesGlobally: e, cmpLoaded: false }, true) } else { __uspapi.a.push([].slice.apply(a)) } } function l(t) { var r = typeof t.data === "string"; try { var a = r ? JSON.parse(t.data) : t.data; if (a.__cmpCall) { var n = a.__cmpCall; c.__uspapi(n.command, n.parameter, function (a, e) { var c = { __cmpReturn: { returnValue: a, success: e, callId: n.callId } }; t.source.postMessage(r ? JSON.stringify(c) : c, "*") }) } } catch (a) { } } if (typeof __uspapi !== "function") { c.__uspapi = p; __uspapi.msgHandler = l; c.addEventListener("message", l, false) } })();!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="/",t(t.s=0)}([function(e,n,t){"use strict";t.r(n);var r=function(e,n){var t={allRegulations:!1,cb:n,regulationType:"gdpr"};return(0,window.__ace)("djcmp","regulationApplies",[e,t])},o=function(e,n){var t={allRegulations:!1,cb:n,regulationType:"usp"};return(0,window.__ace)("djcmp","regulationApplies",[e,t])};!function(){var e=[];function n(){e.push(arguments)}window.djcmp||(n.gdprApplies=r,n.ccpaApplies=o,n.queue=e,window.djcmp=n)}()}]);window.__gpp_addFrame=function(e){if(!window.frames[e])if(document.body){var t=document.createElement("iframe");t.style.cssText="display:none",t.name=e,document.body.appendChild(t)}else window.setTimeout(window.__gpp_addFrame,10,e)},window.__gpp_stub=function(){var e=arguments;if(__gpp.queue=__gpp.queue||[],__gpp.events=__gpp.events||[],!e.length||1==e.length&&"queue"==e[0])return __gpp.queue;if(1==e.length&&"events"==e[0])return __gpp.events;var t=e[0],p=e.length>1?e[1]:null,s=e.length>2?e[2]:null;if("ping"===t)p({gppVersion:"1.1",cmpStatus:"stub",cmpDisplayStatus:"hidden",signalStatus:"not ready",supportedAPIs:["2:tcfeuv2","5:tcfcav1","6:uspv1","7:usnatv1","8:uscav1","9:usvav1","10:uscov1","11:usutv1","12:usctv1"],cmpId:0,sectionList:[],applicableSections:[],gppString:"",parsedSections:{}},!0);else if("addEventListener"===t){"lastId"in __gpp||(__gpp.lastId=0),__gpp.lastId++;var n=__gpp.lastId;__gpp.events.push({id:n,callback:p,parameter:s}),p({eventName:"listenerRegistered",listenerId:n,data:!0,pingData:{gppVersion:"1.1",cmpStatus:"stub",cmpDisplayStatus:"hidden",signalStatus:"not ready",supportedAPIs:["2:tcfeuv2","5:tcfcav1","6:uspv1","7:usnatv1","8:uscav1","9:usvav1","10:uscov1","11:usutv1","12:usctv1"],cmpId:0,sectionList:[],applicableSections:[],gppString:"",parsedSections:{}}},!0)}else if("removeEventListener"===t){for(var a=!1,i=0;i<__gpp.events.length;i++)if(__gpp.events[i].id==s){__gpp.events.splice(i,1),a=!0;break}p({eventName:"listenerRemoved",listenerId:s,data:a,pingData:{gppVersion:"1.1",cmpStatus:"stub",cmpDisplayStatus:"hidden",signalStatus:"not ready",supportedAPIs:["2:tcfeuv2","5:tcfcav1","6:uspv1","7:usnatv1","8:uscav1","9:usvav1","10:uscov1","11:usutv1","12:usctv1"],cmpId:0,sectionList:[],applicableSections:[],gppString:"",parsedSections:{}}},!0)}else"hasSection"===t?p(!1,!0):"getSection"===t||"getField"===t?p(null,!0):__gpp.queue.push([].slice.apply(e))},window.__gpp_msghandler=function(e){var t="string"==typeof e.data;try{var p=t?JSON.parse(e.data):e.data}catch(e){p=null}if("object"==typeof p&&null!==p&&"__gppCall"in p){var s=p.__gppCall;window.__gpp(s.command,(function(p,n){var a={__gppReturn:{returnValue:p,success:n,callId:s.callId}};e.source.postMessage(t?JSON.stringify(a):a,"*")}),"parameter"in s?s.parameter:null,"version"in s?s.version:"1.1")}},"__gpp"in window&&"function"==typeof window.__gpp||(window.__gpp=window.__gpp_stub,window.addEventListener("message",window.__gpp_msghandler,!1),window.__gpp_addFrame("__gppLocator")); </script> <script> __ace('dataLayer', 'setData', [{ abtUrl: "" }]) </script> <script> __ace('dataLayer', 'setData', [{ isUsingOrchestrator: true, abtConfig: {"status":{"code":"ERROR_MISSING_REQUIRED_OPTION_SITE","description":"Data missing in Orchestrator integration. Ad configuration data is currently unavailable - Site.","type":"error"}} }]) </script> <script> var ace_data = JSON.parse('{}'); </script> <link rel="preload" href="https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace/ace.min.js" as="script" /> <script async src="https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace/ace.min.js" data-product="dowjones" data-ace-uac-url="https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace" data-config="%7B%22enableAmpDjcmp%22%3Atrue%2C%22enableGpt%22%3Atrue%2C%22enableLog%22%3Atrue%2C%22enableSourcepoint%22%3Atrue%2C%22enableSSR%22%3Atrue%2C%22enableUsp%22%3Atrue%2C%22enableProximicInlined%22%3Afalse%2C%22enableNewTcfStubs%22%3Atrue%2C%22enableAdtoniqInlined%22%3Afalse%2C%22enableServoCommit%22%3Afalse%2C%22enableMsps%22%3Atrue%7D" data-manifest="" id="ace-manifest"> </script> <script> (function () { const setPerfMark = function setPerfMark(metricName) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var _window = window, performance = _window.performance, __ace = _window.__ace; var isNewRelicEnabled = options.isNewRelicEnabled, justNewRelic = options.justNewRelic; var _ref = __ace('dataLayer', 'getData', ['performanceStartTime']) || {}, performanceStartTime = _ref.performanceStartTime; var perfMarkOptions = {}; if (performanceStartTime) { perfMarkOptions.startTime = performance.now() - performanceStartTime; } if (!justNewRelic) { performance.mark(metricName, perfMarkOptions); } if (!isNewRelicEnabled) { return; } __ace('ace', 'sendMetricToNewRelic', [metricName]); }; __ace.subscribe('page', { setPerfMark }); })(); </script> <link rel="preload" href="https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace/djcmp.min.1.0.55.js" as="script" /><script async id="djcmp" src="https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace/djcmp.min.1.0.55.js" type="text/javascript" data-params='{"enableSourcepoint":true,"gdprModalId":741663,"loadVendorScript":true,"mspsModalId":1045190,"permutiveSourcepointId":"5eff0d77969bfa03746427eb","propertyHref":"https://www.dowjones.com","propertyId":3635,"uspModalId":741700,"baseUrl":"https://djcs-multi-region-assets-ohio.s3.us-east-2.amazonaws.com/djcs-adtech/shared/asset/ace","product":"dowjones","enableUsp":true,"enableMsps":true}' > </script><!-- The Data Object code --> <script type="text/javascript"> var utag_data = { // Data Object variables here 'channel': 'Dow Jones', //(hardcoded, same on all pages) 'user_type': 'nonsubscriber', //(leave like this, or if you have subscribers, make the value dynamic) 'page_region': 'global', //(hardcoded, same on all pages) 'page_site': 'Dow Jones', //(hardcoded, same on all pages) 'page_site_product': 'DJ', //(hardcoded, same on all pages) 'page_content_type': 'Customer Resources', //(hardcoded, same on all pages) 'page_content_source': 'Dowjones.com', //(hardcoded, same on all pages) 'page_id' : '20603', //(dynamic , unique Id of the page) 'page_section': 'Why Start Investing?', //(this value is dynamic , "Home" or "Products" or "Scoops" ,... based on the document) 'page_subsection': '', //(needs to be set only on sub-sections, value is dynamic, "Risk and Compliance" or ""Integrated Solutions",... based on document) 'page_title' : 'Why Start Investing?', //(this value is dynamic , "Factiva" or "Risk & Compliance" ,... based on the document) 'access_type' : 'free', //(hardcoded, same on all pages, if all pages are 'free") 'language': 'EN' }; </script> <!-- Start CMP Code --> <script> function loadTealiumScript() { // Omniture Script const utagScript = document.createElement('script'); utagScript.src="//tags.tiqcdn.com/utag/wsjdn/dowjonesglobal/prod/utag.js"; utagScript.async = true; document.body.appendChild(utagScript); // Google Tag Manager const googleTagScript = document.createElement('script'); googleTagScript.type = "text/javascript"; googleTagScript.async = true; googleTagScript.text = "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5BMMRHN');"; // use this for inline script document.body.appendChild(googleTagScript); //Google Tag Manager (No Script) // var noscriptType = document.createElement('noscript'); // var ifrm = document.createElement('iframe'); // ifrm.setAttribute('src', "https://www.googletagmanager.com/ns.html?id=GTM-5BMMRHN"); // ifrm.setAttribute("height", "0") // ifrm.setAttribute("width", "0") // ifrm.setAttribute("style", "display:none;visibility:hidden") // noscriptType.appendChild(ifrm); // document.body.appendChild(noscriptType); } /* document.addEventListener("DOMContentLoaded", function(event) { if ( window.djcmp && window.djcmp.gdprApplies && window.djcmp.gdprApplies("cookieOnly") ) { if (window.ace && typeof window.__ace === "function") { console.log("windows ace on ready"); window.__ace("djcmp", "djcmp", ["onReady", loadTealiumScript]); } else { console.log("windows djcmp on ready"); window.djcmp("onReady", loadTealiumScript); } } else { loadTealiumScript(); } });*/ window.__ace('djcmp', 'executeOnCmpReady', [{ cb: loadTealiumScript }]); document.addEventListener("DOMContentLoaded", function(event) { window.__ace('djcmp', 'getRegulationLinkRenderer', (RegulationLink) => { const linkConfigurations = window.__ace('djcmp', 'getRegulationLinkConfigurations'); const { gdpr, usp } = linkConfigurations; const customLinkConfigurations = { ...linkConfigurations, gdpr: { links: [{ ...gdpr.links[0], el: document.getElementById('gdpr-link') }] }, usp: { links: [{ ...usp.links[0], el: document.getElementById('usp-link') },{ ...usp.links[1], el: document.getElementById('usp-link-1') }] } }; new RegulationLink(customLinkConfigurations).render(); }); }); </script> <!-- End CMP Code --> <style> .smartmoney strong, b { font-family: 'SimplonNorm-bold', Arial, Helvetica, sans-serif; } .smartmoney .numbered-list ol li:before { min-width: 40px; text-align: center; } .smartmoney .module{ margin-bottom:2.5rem} .smartmoney section.topics{padding-bottom:0} .smartmoney .bottom-nav{padding-top:0} .smartmoney .keypoints {margin-bottom:0} .smartmoney .side-rail li a.green:hover, .smartmoney .side-rail li a.green:focus, .smartmoney .side-rail li a.green:active { color: #0dc4fd; transition: 0.25s; } .smartmoney .footer .footer-nav li a { font-size: 1rem; color: #02a3d5; font-weight: 700 !important; text-decoration: underline; } .smartmoney .footer .footer-nav li a:hover, .smartmoney .footer .footer-nav li a:focus, .smartmoney .footer .footer-nav li a:active { color: #027ca2; transition: 0.25s; } .smartmoney .footer .footer-nav li>p.font-light{ font-weight:initial; font-family:inherit; } .smartmoney .module .subhead{ font-size: clamp(1.5rem, 1.7vw, 1.7rem); font-family: 'SimplonNorm-Regular'; } .smartmoney .article-lead h3{ font-size:clamp(2rem, 2.25vw, 2.25rem); } .smartmoney .searchfield input[type="text"], .smartmoney .searchfield input[type="email"], .smartmoney .searchfield textarea { border: 1px solid #06A245; } .smartmoney .searchlist { border: 1px solid #06A245; padding: 0 20px; } .smartmoney .searchlist .search-results-sm a:hover { color: #06A245; } .smartmoney .searchlist .search-results-sm a b { color: #06A245; }</style> <style> .navbar-collapse{ flex-grow: unset !important; } .searchsmartmoney { width: 100%; display: flex; justify-content: center; padding: 30px; flex-direction: column; align-items: center; } .search-results h6 { padding: 5px; font-size: 14px; } .searchsmartmoney { width: 100%; display: flex; justify-content: center; padding: 30px; } .searchfield,.searchlist { width: 400px; } .search-results li, .search-results-sm li{ list-style: none; padding: 5px; border: 1px solid; } .search-results-sm li{ border-top:none; border-left:none; border-right:none; } .side-rail .searchsmartmoney{ padding:15px 0; } .side-rail .searchfield, .side-rail .searchlist{ width:100%; } </style> <link rel="dns-prefetch" href="//tags.tiqcdn.com"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script type="text/javascript"> var utag_data = { "site_name": "Dow Jones", "site_description": "Dow Jones", "page_type": "page", "post_id": 20603, "post_title": "Why Start Investing?", "post_author": "scanlone", "post_date": "2024\/04\/11", "vc_post_settings": [ "a:1:{s:10:\"vc_grid_id\";a:0:{}}" ], "edit_lock": [ "1731100063:5647" ], "edit_last": [ "5647" ], "wp_page_template": [ "smart-money-article-new.php" ], "wpb_vc_js_status": [ "true" ], "yoast_wpseo_focuskeywords": [ "[]" ], "yoast_wpseo_keywordsynonyms": [ "[\"\"]" ], "yoast_wpseo_estimated-reading-time-minutes": [ "1" ], "yoast_wpseo_wordproof_timestamp": [ "" ], "exclude_from_search": [ "field_562a3d884d233" ], "hero_banner_image": [ "field_660e7cd73b430" ], "article_title": [ "field_660e7cd73b4d6" ], "article_description": [ "field_660e7cd73b516" ], "text_block_section": [ "field_66054809ebf33" ], "image_block_section": [ "field_660549c0a762f" ], "single_image": [ "field_66054a07a7632" ], "text_block_with_image_section": [ "field_660e7cd73b648" ], "text_block_two_columns": [ "field_660e7cd73b685" ], "video_section": [ "field_66054bcea7639" ], "vertical_steps_heading": [ "field_660e7cdc8d381" ], "vertical_steps_steps": [ "field_660e7cdc8d3c3" ], "vertical_steps_showhide": [ "field_660e7cdc8d41f" ], "vertical_steps": [ "field_660e7cd73b6ff" ], "horizontal_steps_heading": [ "field_660e7cddd7673" ], "horizontal_steps_steps": [ "field_660e7cddd7713" ], "horizontal_steps_showhide": [ "field_660e7cddd7807" ], "horizontal_steps": [ "field_660e7cd73b73c" ], "check_list_section_heading": [ "field_660e7cdfe8b17" ], "check_list_section_checklist": [ "field_660e7cdfe8b5f" ], "check_list_section_showhide": [ "field_660e7cdfe8ba1" ], "check_list_section": [ "field_660e7cd73b779" ], "key_points_section_heading": [ "field_66056ed3a48ab" ], "key_points_section_description": [ "field_66056ef0a48ac" ], "key_points_section_key_points_heading": [ "field_660e7ce162c45" ], "key_points_section_key_points": [ "field_660e7ce162c7e" ], "key_points_section": [ "field_660e7cd73b7e9" ], "more_section_pages": [ "field_6605701312e12" ], "schemaorg_markup": [ "field_5dc91f6f91c54" ], "text_block_section_1_0_heading": [ "field_660e7cd806099" ], "text_block_section_1_0_make_heading_green_color": [ "field_660e7cd806138" ], "text_block_section_1_0_description": [ "field_660e7cd806179" ], "text_block_section_1_1_heading": [ "field_660e7cd806099" ], "text_block_section_1_1_make_heading_green_color": [ "field_660e7cd806138" ], "text_block_section_1_1_description": [ "field_660e7cd806179" ], "text_block_section_1_2_heading": [ "field_660e7cd806099" ], "text_block_section_1_2_make_heading_green_color": [ "field_660e7cd806138" ], "text_block_section_1_2_description": [ "field_660e7cd806179" ], "text_block_section_1": [ "field_660e7cd73b553" ], "image_block_section_1_0_heading": [ "field_660e7cd8d55b1" ], "image_block_section_1_0_image": [ "field_660e7cd8d55f0" ], "image_block_section_1": [ "field_660e7cd73b590" ], "text_block_section_2_0_heading": [ "field_660e84df67e7e" ], "text_block_section_2_0_make_heading_green_color": [ "field_660e84df67e7f" ], "text_block_section_2_0_description": [ "field_660e84df67e80" ], "text_block_section_2": [ "field_660e84df67e7d" ], "text_block_with_image_section_cards_1": [ "field_660e8a4bf6511" ], "video_section_1_0_video_heading": [ "field_660e7cdbdd460" ], "video_section_1_0_video_code_field": [ "field_660e7cdbdd4b1" ], "video_section_1": [ "field_660e7cd73b6c3" ], "image_block_section_2": [ "field_660e90b5a82e1" ], "text_block_section_3": [ "field_660e92c6a1ee8" ], "text_block_with_image_section_cards_2": [ "field_660e97a929f31" ], "text_block_with_image_section_0_title": [ "field_660e7cd9eca67" ], "text_block_with_image_section_0_description": [ "field_660e7cd9ecaa9" ], "text_block_with_image_section_0_image": [ "field_660e7cd9ecae6" ], "text_block_with_image_section_0_right_side_image": [ "field_660e7cd9ecb24" ], "video_section_2": [ "field_660ea041d718d" ], "text_block_section_4_0_heading": [ "field_660ea07ed7191" ], "text_block_section_4_0_make_heading_green_color": [ "field_660ea07ed7192" ], "text_block_section_4_0_description": [ "field_660ea07ed7193" ], "text_block_section_4": [ "field_660ea07ed7190" ], "text_block_two_columns_0_title": [ "field_660e7cdaf35b0" ], "text_block_two_columns_0_description": [ "field_660e7cdaf35f0" ], "text_block_two_columns_0_make_it_right_side_column": [ "field_660e7cdaf363b" ], "text_block_two_columns_1_title": [ "field_660e7cdaf35b0" ], "text_block_two_columns_1_description": [ "field_660e7cdaf35f0" ], "text_block_two_columns_1_make_it_right_side_column": [ "field_660e7cdaf363b" ], "video_section_3_0_video_heading": [ "field_660ea0a3d7195" ], "video_section_3_0_video_code_field": [ "field_660ea0a3d7196" ], "video_section_3": [ "field_660ea0a3d7194" ], "number_list_heading": [ "field_660ea5b21085c" ], "number_list_steps": [ "field_660ea5b21085d" ], "number_list_showhide": [ "field_660ea5b21085f" ], "number_list": [ "field_660ea5b21085b" ], "image_block_section_3": [ "field_660ec1ab7b8d9" ], "text_block_section_5": [ "field_660ec1ef7b8dc" ], "image_block_section_4": [ "field_660ec20c7b8e0" ], "text_block_section_6": [ "field_660ec2127b8e3" ], "text_block_section_5_0_heading": [ "field_660ec1ef7b8dd" ], "text_block_section_5_0_make_heading_green_color": [ "field_660ec1ef7b8de" ], "text_block_section_5_0_description": [ "field_660ec1ef7b8df" ], "key_points_section_key_points_0_heading": [ "field_660e7ce21facc" ], "key_points_section_key_points_0_description": [ "field_660e7ce21fb14" ], "key_points_section_key_points_1_heading": [ "field_660e7ce21facc" ], "key_points_section_key_points_1_description": [ "field_660e7ce21fb14" ], "key_points_section_key_points_2_heading": [ "field_660e7ce21facc" ], "key_points_section_key_points_2_description": [ "field_660e7ce21fb14" ], "text_block_section_1_3_heading": [ "field_660e7cd806099" ], "text_block_section_1_3_make_heading_green_color": [ "field_660e7cd806138" ], "text_block_section_1_3_description": [ "field_660e7cd806179" ], "video_section_2_0_video_heading": [ "field_660ea041d718e" ], "video_section_2_0_video_code_field": [ "field_660ea041d718f" ], "text_block_two_columns_section_section_title": [ "field_661657099aa7d" ], "text_block_two_columns_section_text_block_two_columns_0_title": [ "field_6616573d9aa7f" ], "text_block_two_columns_section_text_block_two_columns_0_description": [ "field_661657569aa80" ], "text_block_two_columns_section_text_block_two_columns_1_title": [ "field_6616573d9aa7f" ], "text_block_two_columns_section_text_block_two_columns_1_description": [ "field_661657569aa80" ], "text_block_two_columns_section_text_block_two_columns": [ "field_6616571d9aa7e" ], "text_block_two_columns_section": [ "field_660e7cd73b685" ], "yoast_indexnow_last_ping": [ "1731100113" ], "yoast_wpseo_content_score": [ "90" ], "yoast_wpseo_canonical": [ "https:\/\/www.dowjones.com\/smartmoney\/why-start-investing\/" ], "article_search_keywords": [ "field_6708db05e5c48" ], "text_block_two_columns_section_text_block_two_columns_2_title": [ "field_6616573d9aa7f" ], "text_block_two_columns_section_text_block_two_columns_2_description": [ "field_661657569aa80" ], "user_role": "guest" }; </script> <!-- This site is optimized with the Yoast SEO Premium plugin v19.0.1 (Yoast SEO v19.4) - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.dowjones.com/smartmoney/why-start-investing/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Why Start Investing?" /> <meta property="og:url" content="https://www.dowjones.com/smartmoney/why-start-investing/" /> <meta property="og:site_name" content="Dow Jones" /> <meta property="article:publisher" content="https://www.facebook.com/dowjones/" /> <meta property="article:modified_time" content="2024-11-08T21:08:32+00:00" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@dowjones" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.dowjones.com/#website","url":"https://www.dowjones.com/","name":"Dow Jones","description":"Dow Jones","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.dowjones.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://djadmin.dowjones.com/dowjones/smartmoney/why-start-investing/","url":"https://www.dowjones.com/smartmoney/why-start-investing/","name":"Why Start Investing? - Dow Jones","isPartOf":{"@id":"https://www.dowjones.com/#website"},"datePublished":"2024-04-11T13:12:04+00:00","dateModified":"2024-11-08T21:08:32+00:00","breadcrumb":{"@id":"https://www.dowjones.com/smartmoney/why-start-investing/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.dowjones.com/smartmoney/why-start-investing/"]}]},{"@type":"BreadcrumbList","@id":"https://www.dowjones.com/smartmoney/why-start-investing/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.dowjones.com/"},{"@type":"ListItem","position":2,"name":"Smart Money Home Page","item":"https://www.dowjones.com/smartmoney/"},{"@type":"ListItem","position":3,"name":"Why Start Investing?"}]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Dow Jones &raquo; Feed" href="https://www.dowjones.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Dow Jones &raquo; Comments Feed" href="https://www.dowjones.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.dowjones.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.3"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.dowjones.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.3' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel='stylesheet' id='cpsh-shortcodes-css' href='https://www.dowjones.com/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://www.dowjones.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.5' type='text/css' media='all' /> <script> if (document.location.protocol != "https:") { document.location = document.URL.replace(/^http:/i, "https:"); } </script> <link rel="https://api.w.org/" href="https://www.dowjones.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.dowjones.com/wp-json/wp/v2/pages/20603" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.dowjones.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.dowjones.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://www.dowjones.com/?p=20603' /> <link rel="alternate" type="application/json+oembed" href="https://www.dowjones.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dowjones.com%2Fsmartmoney%2Fwhy-start-investing%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.dowjones.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dowjones.com%2Fsmartmoney%2Fwhy-start-investing%2F&#038;format=xml" /> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://www.dowjones.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <style type="text/css" id="wp-custom-css"> .postid-20154 .product-description-wrap .mobile-hide h1 { display: none; } .page-id-20077 .wrapper.privacy a,.page-id-19880 .wrapper.privacy a{ color: #02a3d5 !important; } .page-id-20077 .wrapper.privacy ul,.page-id-19880 .wrapper.privacy ul { list-style-position: inside; } .page-id-20058 #signup-form-overlay,.page-id-19880 #signup-form-overlay{ display:none; } @media (min-width:1025px) { .icon-accents > li { width:20%; } } .postid-19820 .mobile-header-btn .half-width-wrap{ display:none; } .accessibility-statement{ padding-right: 10px; padding-left: 10px; } .main.products.other-user-fullwidth { width: 100%; } .main.products.other-user-fullwidth .product-description-wrap{ padding:0px; width:100%; } .other-user-hide { display: none; } .mobile-hide.other-user,.mobile-hide.other-user { display: flex; align-content: center; flex-wrap: wrap; flex-direction: column; } .mobile-hide.other-user h1, .mobile-hide.other-user .subheading.max-width{ text-align:center; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow { margin-right: 2% !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(4) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(7) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(11) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(15) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(19) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.generic-list li.generic-shadow:nth-child(23) { margin-right:0px !important; } .page-id-7695 .tab-content.leadership ul.four-element li > a { display: none !important; } .page-id-7695 .tab-content.leadership ul.four-element li:first-child > a { display: block!important; height: 260px; } .page-id-7695 .tab-content.leadership ul.four-element li:first-child > a img{ display: none; } .page-id-7695 .tab-content.leadership ul li:first-child { height: 545px !important; } .page-id-7695 .tab-content.leadership ul li { height: 260px !important; } .page-id-7695 .generic-list > li.last-in-row{ margin-right:unset !important; } .page-id-7695 .tab-content.leadership ul li { float: left; } @media only screen and (max-width: 768px) { .page-id-7695 .tab-content.leadership ul li { height: 300px !important; } .page-id-7695 .tab-content.leadership ul li:first-child { height: 580px !important; } } .product_login_icon { width:15%; height:10%; } .pib_notice_td{ padding: 10px; } .barrons-lead-gen-form { height: auto; overflow: hidden; text-align: center; display:none; } .barrons-lead-gen-form label{ color:#000; text-transform:unset; font-family: Georgia, serif; -webkit-font-smoothing: antialiased; } div.cont { position: relative; *zoom: 1; max-width: 1180px; _width: 1180px; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; height: 100%; } .barrons-lead-gen-form button, .barrons-lead-gen-form input, .barrons-lead-gen-form select, .barrons-lead-gen-form textarea { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align: middle; } .barrons-lead-gen-form select{ opacity:unset; } .barrons-lead-gen-form .reg-errors { background: #a71a1a; color: #fff; padding: 10px 15px; text-align: left; display: none; font-family: "FlamaSemibold"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: bold; } .barrons-lead-gen-form .reg-success { background: #7ec07b; color: #fff; padding: 15px 15px; text-align: left; display: none; font-family: "FlamaSemibold"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; margin-bottom: 20px; font-weight: bold; } .barrons-lead-gen-form input[type="text"] { width: 100%; height: 50px; padding: 5px 10px; border: 1px solid #dddddd; background-color: #fff; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E8'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e7e8)); background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: linear-gradient(top, #ffffff 0%, #e7e7e8 100%) } .barrons-lead-gen-form select { width: 100%; height: 50px; padding: 5px 10px; border: 1px solid #dddddd; background-color: #fff; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E8'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e7e8)); background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); background-image: linear-gradient(top, #ffffff 0%, #e7e7e8 100%); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px } .barrons-lead-gen-form .button .submit { float: none; position: relative; background: #54b6c1; background-color: #54b6c1; width: 100%; text-align: center; border: none; color: #fff; margin: 15px 0px; padding: 5px 10px; height: 50px !important; font-size: 19px; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out } .barrons-lead-gen-form .button .submit:hover { background: #3698a3 } .barrons-lead-gen-form ::-webkit-input-placeholder { color: #000 } .barrons-lead-gen-form :-moz-placeholder { color: #000; opacity: 1 } .barrons-lead-gen-form ::-moz-placeholder { color: #000; opacity: 1 } .barrons-lead-gen-form :-ms-input-placeholder { color: #000 } @media (min-width: 480px) { .barrons-lead-gen-form .button .submit { width: 320px !important; } } @media (min-width: 770px) { .barrons-lead-gen-form .col50 { width: 49.39759%; float: left; margin-right: 1.20482% } .barrons-lead-gen-form .col50.last { width: 49.39759%; float: right; margin-right: 0 } .barrons-lead-gen-form p.splittext { width: 50%; padding-right: 1%; float: left; } .barrons-lead-gen-form p.splittext+p.splittext { padding-right: 0; padding-left: 1%; } .barrons-lead-gen-form p { font-size: 20px; line-height: 26px; } } .barrons-lead-gen-form .button .submit:disabled { background: #ccc; cursor: default; } .barrons-lead-gen-form form { padding: 20px 0px; } .barrons-lead-gen-form p { color: #000; } .barrons-lead-gen-form div{ margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } .barrons-lead-gen-form input[type="checkbox"], .barrons-lead-gen-form input[type="radio"] { box-sizing: border-box; padding: 0; } .postid-4736 .wrapper.small,.postid-4736 section.dark{ display:none; } .postid-4736 .product-description-wrap ,.postid-4736 .main.products { width: 100%; padding: 0px; } @media only screen and (max-width: 600px) { .cookie_notice_td_content, .notice_td_content { word-break:break-word; } .page-template-page-policy .notice-content{ width:100%; } .page-template-page-privacy-notice .notice-content{ width:100%; } } @media (max-width: 1024px) { .page-template-page-policy .notice-content{ width:100%; } .page-template-page-privacy-notice .notice-content{ width:100%; } } .notice-content { width:74%; float:right; } .notice_title { font-size:24px; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; color:black; text-transform:uppercase; font-weight:normal; margin-bottom:9.6pt; line-height:normal } .notice_content { font-family: SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:100%; color:#0c2a31; } .notice_sub_title { font-family: SimplonNorm-Regular,Arial,Helvetica,sans-serif; margin-bottom: 10px; color: #4f5b66; font-size: 20px; font-weight: 500; } .notice_sub_title_2 { font-family: SimplonNorm-Regular,Arial,Helvetica,sans-serif; margin-bottom: 10px; /*color:rgb(57,72,89);*/ color: #707070; font-size: 18px; font-weight: 500; } .notice_td{ border:solid windowtext 1.0pt; background:#D9D9D9; padding:0in 5.4pt 0in 5.4pt; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; } .notice_td_title_span{ font-size:100%; line-height:115%; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-weight:bold; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; } .notice_td_content{ border: solid windowtext 1.0pt; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:100%; padding: 0in 5.4pt 0in 5.4pt } .td_span{ font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:100%; } .td_span_table_2{ font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:100%; } .section_title{ color: #02a3d5!important; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:12.0pt; font-weight:normal; } .cookie_notice_td_content{ border: solid windowtext 1.0pt; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size:100%; padding: 0in 5.4pt 0in 5.4pt; word-wrap: break-word; } .cookie_notice_td_title_span{ font-size:100%; line-height:115%; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-weight:bold; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; } .notice_link_color{ color:#02a3d5!important;/* #3D8CBC*/ text-decoration:none; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size: 100%; } .notice_ul { margin-left:30px; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size: 100%; } .policy-content { padding-bottom: 16px; } table { background-color: transparent; border-collapse: collapse; font-family:SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size: 100%; } .dcf-table thead { font-size: 100%; font-weight:bold; } .dcf-table tbody { font-size: 100%; } .dcf-table tfoot { font-size: 100% } .dcf-table tbody { border-bottom: 1px solid #e3e3e2; border-top: 1px solid #e3e3e2 } .dcf-table td, .dcf-table th { padding-right: 1.78em } .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th { border: 1px solid #e3e3e2 } .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th { padding-left: 1em; padding-right: 1em } .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) { border-bottom: 1px solid #e3e3e2 } .dcf-table-striped tbody tr:nth-of-type(2n) { background-color: #f6f6f5 } .dcf-table thead td, .dcf-table thead th { padding-bottom: .75em; vertical-align: bottom } .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th { padding-top: .75em; vertical-align: top } .dcf-table tbody td, .dcf-table tbody th { padding-bottom: .75em } .dcf-table-bordered thead th { padding-top: 1.33em } .dcf-wrapper-table-scroll { left: 50%; margin-left: -50vw; margin-right: -50vw; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 1em; position: relative; right: 50%; width: 100vw } @media only screen and (max-width:42.09em) { .dcf-table-responsive thead { clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; white-space: nowrap } .dcf-table-responsive tr { display: block } .dcf-table-responsive td { -webkit-column-gap: 3.16vw; -moz-column-gap: 3.16vw; column-gap: 3.16vw; display: -ms-grid; display: grid; text-align: left!important } .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th { border-width: 0 } .dcf-table-responsive.dcf-table-bordered tbody td { border-top-width: 0 } .dcf-table-responsive:not(.dcf-table-bordered) tbody tr { padding-bottom: .75em } .dcf-table-responsive:not(.dcf-table-bordered) tbody td { padding-bottom: 0 } .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td { padding-right: 0 } .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child { border-bottom-width: 0 } .dcf-table-responsive tbody td:before { content: attr(data-label); float: left; font-weight: 700; padding-right: 1.78em } } .home .intro{ width:100% } .home .intro-wrapper{ top:10%; } .btn-line.view-more-toggler.js-product-lines-toggler { display: none; } .page-id-19880 ul.ulli { padding: 15px 30px; } .page-id-19880 .page-container { padding-top: 30px; } .page-id-19880 .link_color { color: #02a3d5!important; text-decoration: none; font-family: SimplonNorm-Regular,Arial,Helvetica,sans-serif; font-size: 100%; } .page-id-19880 .video-section { height: 100%; padding-top: 30px; } .page-id-19880 .video-frame { position: relative; overflow: hidden; width: 100%; max-width: 50%; padding-top: 28%; } /* Then style the iframe to fit in the container div with full height and width */ .page-id-19880 .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .page-id-19880 .image-div { width: 50%; padding-top: 15px; } .page-id-19880.page-template-notice-ca-residents ul.sectionlinks li{ list-style-type: none; } .page-id-19880.page-template-notice-ca-residents .policy-section { /* float: left; */ margin-left: 2%; width: 25%; position: fixed; display: none; } .page-id-19880.page-template-notice-ca-residents .policy-content { float: left; width: 100%; margin-left: 1%; } .page-id-19880.page-template-notice-ca-residents .page-header { position: relative !important; } .page-id-19880.page-template-notice-ca-residents .page-wrapper { padding-top: 0px !important; } @media (max-width: 1024px) { /* for mobile and tablet layout */ .page-id-19880.page-template-notice-ca-residents .policy-content { width:100%; } .page-id-19880.page-template-notice-ca-residents .policy-section { display:none; } .page-id-19880.page-template-notice-ca-residents .secondary-menu .secondary-menu-wrapper ul { overflow-x: hidden; } } @media (max-width: 560px) { /* for mobile layout only */ .page-id-19880 .video-frame { position: relative; overflow: hidden; width: 100%; max-width: 100%; padding-top: 56.25%; } .page-id-19880 .image-div { width: 100%; } .page-id-19880.page-template-notice-ca-residents .policy-content{ width:100%; } } </style> <noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="page-template page-template-smart-money-article-new page-template-smart-money-article-new-php page page-id-20603 page-child parent-pageid-20462 wpb-js-composer js-comp-ver-5.4.5 vc_responsive"> <!-- Add your custom header HTML here --> <div class="smartmoney sidebar-template"> <!-- header --> <div class="header "> <div class="container"> <nav class="navbar navbar-expand-lg justify-content-sm-between align-items-center p-0"> <a href="https://www.dowjones.com/smartmoney/" title="Go to homepage"> <img src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/img/smart-money/logo-dow-jones-smartmoney-rgb.svg" alt="Dow Jones" class="my-2 logo"> </a> <!-- <a href="/" class="d-block"> <img class="logo img-fluid d-block " src="images/logo-dow-jones-smartmoney-rgb.svg" alt="Dow Jones Smart Money"/> </a> --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-lg-auto "> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/why-should-you-care-about-financial-wellness/" title="=" class="nav-link " >Financial Wellness</a> </li> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/videos/" title="=" class="nav-link " >Videos</a> </li> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/play/" title="=" class="nav-link " >Play</a> </li> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/challenges/" title="=" class="nav-link " >Challenges</a> </li> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/events/" title="=" class="nav-link " >Events</a> </li> <li class="nav-item "> <a href="https://www.dowjones.com/smartmoney/resources/" title="=" class="nav-link " >Resources</a> </li> </ul> </div> </nav> </div> </div> <!-- /header --><!-- Banner --> <section class="top-banner "> <div class="container-fluid"> <div class="row "> <div class="col-12 px-0"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/01175748/hero-why-start-investing.jpg" alt="Why start Investing graphic" class="img-fluid d-block mx-auto " /> </div> </div> </div> </section> <!-- /banner--> <section class="article-title"> <div class="container"> <div class="row "> <div class="col-12 "> <h1 class="text-center"> Why Start Investing? </h1> </div> </div> </div> </section> <section class="article"> <div class="container"> <div class="row"> <div class="col-12 col-lg-9"> <div class="article-lead module"> <h3> If you’ve got money, you can make it work for you. Here’s the best part: you don’t need a lot to start, and getting an early start can make a massive difference. </h3> </div> <div class="text-block module"> <h3 class="green"> Investing can give you financial freedom. </h3> <p>Investing can have a big positive impact on your quality of life.</p> <p>When you invest, you buy things like stocks, bonds and real estate with the expectation that when you sell them, they’ll be worth more than you paid for them.</p> <p>Investing is a way to put your money to work for you, even while you’re off doing something else.</p> </div> <div class="text-block module"> <h3 class="green"> Invest and reap the rewards. </h3> <p>The key to building financial well-being through investing is to start as early as practical and stick with it. Another important factor is choosing investments that fit your needs.</p> <p>Think about your big picture goals: Maybe you want to start your own business, travel the world or retire early. Investing can help you achieve those goals!</p> </div> <div class="text-block module"> <h3 class="green"> Financial independence means living your best life. </h3> <p>Investing can bring many benefits. First, it can help ensure that you don’t run out of money, particularly in your retirement years after you stop receiving income from your job.</p> <p>Many studies conclude that Social Security retirement benefits won’t be enough to maintain a person’s standard of living in retirement. A separate retirement account can make up most—if not all—of any shortfall.</p> <p>Investing can help you amass enough wealth to enable you to live off the money in your accounts. Think of it. No more job, unless you want it. No more wondering if you’ll have enough money to pay your bills at the end of the month.</p> </div> <div class="text-block module"> <h3 class="green"> Elements of Investing </h3> </div> <div class="module headline-image"> <div class="row"> <div class="col-12"> <h3 class=" text-left mb-2"> </h3> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/04183043/graphic-why-invest-word-cloud.png" alt="Elements of investing word cloud" class="img-fluid d-block mx-auto " /> </div> </div> </div> <div class="text-block module"> <h3 class="green"> Meet the 8th Wonder of the World: Compounding Interest </h3> <p>The miracle of compounding interest allows even a small account to grow into a large pile of cash in time to make a big difference in how you live your life.</p> <p>Compounding interest is simple but powerful: With 10% interest, $100 grows to $110 the first year. In the second year, assuming you don’t take money from your account and you continue to earn 10% interest, that $110 grows to $121.</p> <p>Each year you earn interest on the new, usually higher balance. Since most years the stock market goes up, that means you’ll be earning interest on a higher balance. If you start with $100, after 10 years earning an average annual 10%, your account will grow to $259—more than doubling. Start with $10,000 and you’d end with $25,937.</p> </div> <div class="module vid-embed"> <h3 class=""> The Miracle of Compounding </h3> <div class="video-container"> <p><iframe loading="lazy" title=" The Miracle of Compounding" src="https://video-api.wsj.com/api-video/player/iframe.html?guid=56DCAD0D-7D5A-4FD3-BD79-AB068B3EE45B" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p> </div> </div> <!-- Repeatable MODULE Option: image + copy --> <div class="module text-img-reverse"> <div class="row"> <div class="col-12 col-lg-6 "> <h3 class="green"> How much would you have if you start investing? </h3> <p> Look at what would have happened if you had invested $10,000 in the S&amp;P 500 stock market index 5, 10 and 20 years ago, counting backward from the beginning of 2024. When you’ve got time on your side, you don’t need to start with a lot for it to grow into a sizable nest egg. </p> </div> <div class="col-12 col-lg-6 order-lg-1"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/01180053/graphic-invest-early-chart.png" alt="invest early graphic" class="img-fluid d-block mx-auto " /> </div> </div> </div> <!-- /MODULE Option: image + copy --> <div class="module vid-embed"> <h3 class=""> How Much Should I Invest? </h3> <div class="video-container"> <p><iframe loading="lazy" title="How Much Should I Invest?" src="https://video-api.wsj.com/api-video/player/iframe.html?guid=2F2B17E2-C2E2-4D3A-9B97-4A84AD21A9A5" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p> </div> </div> <div class="text-block module"> <h3 class="green"> Inflation means your money is losing value when not invested. </h3> <p>Inflation is a general rise in prices and a drop in the purchasing power of money.</p> <p>For example, say the $100 you have in your bank account today can buy 20 cups of coffee. But next year $100 might be able to buy only 19 cups of coffee. That’s the effect inflation has on the prices of things you buy. The purchasing power of your money has dropped.</p> <p>Inflation is common, with rates varying over time. However, Inflation has been particularly high in the years following massive government fiscal stimulus during the COVID pandemic, which resulted in an 8% inflation rate in 2022, the highest rate since 1981.</p> <p>Inflation is now coming down, but it remains a cautionary tale: you never know what to expect.</p> </div> <!-- Repeatable MODULE Option: 2 Column Copy + copy --> <div class="module text-two-col"> <div class="row"> <div class="col-12"> <h3 class="green"> Saving vs. Investing </h3> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <h4 class=""> Saving </h4> <p> <p>Savings go into bank accounts, CDs and money markets where you don’t earn a lot but there’s little chance the value of your account will fluctuate much.</p> <p>Savings are for rainy days, emergency spending and money you’ll need in the next one to five years.</p> <p>You need to count on savings being there in the near future.</p> </p> </div> <div class="col-12 col-lg-6"> <h4 class=""> Investing </h4> <p> <p>Investments should be made with money you don’t plan to spend for five or more years.</p> <p>Ideally, that money should go into a diversified portfolio of assets where you can earn a higher rate of return.</p> <p>While the stock market has historically fluctuated more than savings in the near-term, it has provided significantly higher returns than savings in the long run.</p> </p> </div> <div class="col-12 col-lg-6"> <p> <p><a href="https://www.wsj.com/buyside/personal-finance/banking/saving-vs-investing"target=_blank" class="berg-blue">Saving vs. investing: how do you decide</a><br /> Go here for more information on saving vs. investing from our friends at WSJ Buy Side.”</p> </p> </div> </div> </div> <div class="module vid-embed"> <h3 class=""> What if I keep my money in a savings account instead of investing it? </h3> <div class="video-container"> <p><iframe loading="lazy" src="https://video-api.wsj.com/api-video/player/v3/iframe.html?guid=66D20A67-314C-4A50-9CB6-DDEDB2475071&amp;shareDomain=https://www.marketwatch.com" width="512" height="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></p> </div> </div> <div class="text-block module"> <h3 class="green"> Don't invest too little </h3> <p><span style="font-weight: 400;">A common money mistake is keeping too much money in savings and not enough in investments.</span></p> <p><span style="font-weight: 400;">By doing so, you miss the opportunity of having your money work much harder for you over a long period of time.</span></p> </div> <!-- Key Points --> <div class="keypoints lt-grey-bg p-3 p-lg-5 "> <div class="container"> <div class="row"> <div class="col-12"> <h2 class="font-bold mb-4"> Key Points </h2> <ol> <!-- repeatable --> <li> <div class="d-inline-block"> <h5 class="mt-0 font-bold"> </h5> <p class=""> The earlier you start investing, the faster you can grow your money and make it work for you. </p> </div> </li> <!-- /repeatable --> <!-- repeatable --> <li> <div class="d-inline-block"> <h5 class="mt-0 font-bold"> </h5> <p class=""> Inflation means your money is losing value when it’s not invested. </p> </div> </li> <!-- /repeatable --> <!-- repeatable --> <li> <div class="d-inline-block"> <h5 class="mt-0 font-bold"> </h5> <p class=""> Saving and investing are different. It’s important to do both, for money you may need in the near future (savings) and in the long term (investing). </p> </div> </li> <!-- /repeatable --> </ol> </div> </div> </div> </div> <!-- / Key Points --> </div> <!-- side rail --> <div class="col-12 col-lg-3 side-rail "> <div class="searchsmartmoney"> <div class="searchfield"> <input type="text" name="search" class="search-input-sm" placeholder="search..." > </div> <div class="searchlist"> <ul class="search-results-sm"></ul> </div> </div> <div class="sticky"> <p class="text-uppercase font-normal"> Topics </p> <ul class="side-nav list-unstyled"> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/weekly-market-update" class="green">Weekly Market Update</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/why-should-you-care-about-financial-wellness/" class="green">Why Should You Care About Financial Wellness?</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/money-budgeting-and-taxes/" class="green">Money, Budgeting and Taxes</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/debit-credit-checking-and-savings/" class="green">Debit, Credit, Checking and Savings</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/credit-scores/" class="green">Credit Scores</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/types-of-investments/" class="green">Types of Investments</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/what-is-the-stock-market/" class="green">What is the Stock Market?</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/cars-buying-vs-leasing/" class="green">Cars: Buying vs. Leasing</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/how-to-pay-for-college/" class="green">How to Pay for College</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/housing-renting-and-buying/" class="green">Housing: Renting and Buying</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/retirement/" class="green">Retirement</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/types-of-insurance/" class="green">Types of Insurance</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/calculators/" class="green">Calculators</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/videos/" class="green">Videos</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/challenges/" class="green">Challenges</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/events/" class="green">Events</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="https://www.dowjones.com/smartmoney/resources/" class="green">Resources</a> </li> <!-- /repeatable --> <!-- repeatable --> <li> <a href="mailto:smartmoney@dowjones.com" class="green">Contact Us: smartmoney@dowjones.com</a> </li> <!-- /repeatable --> </ul> </div> </div> <!-- side rail --> </div> </div> </section> <section class="bottom-nav-list"> <div class="container"> <div class="row mb-4"> <div class="col-12"> <h3 class="text-leftfont-light text-uppercase"> Explore </h3> </div> </div> <div class="row"> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144954/icon-calculator.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/why-should-you-care-about-financial-wellness/' class='green'>Why Should You Care About Financial Wellness?</a> </h4> <p> Knowing the basics of money and finance can give you a big advantage. Find out how a little learning goes a long way towards your financial well-being. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144952/icon-arrow.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/what-is-the-stock-market/' class='green'>What is the Stock Market?</a> </h4> <p> Bulls, bears and big banks: It’s all part of what we call the stock market. Here’s an introduction to how it works and the lingo you should know. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02145003/icon-stacked-money.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/money-budgeting-and-taxes/' class='green'>Money, Budgeting and Taxes</a> </h4> <p> Money doesn’t buy happiness, but it does give you more freedom to live the life you want. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144955/icon-car.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/cars-buying-vs-leasing/' class='green'>Cars: Buying vs. Leasing</a> </h4> <p> Here’s how to buy or lease a car and get around reliably without taking on too much debt. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144956/icon-credit-cards.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/debit-credit-checking-and-savings/' class='green'>Debit, Credit, Checking and Savings</a> </h4> <p> Here are the banking basics you’ll want to know, as well as tips for building credit and avoiding big debt. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144959/icon-graduation.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/how-to-pay-for-college/' class='green'>How to Pay for College</a> </h4> <p> College costs are always on the rise. Here are some tips for paying for college and creating a budget. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144957/icon-credit-rating.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/credit-scores/' class='green'>Credit Scores</a> </h4> <p> A good credit score can save you thousands of dollars and open new doors for you (literally—a high score can help you get a new house). </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02145000/icon-house.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/housing-renting-and-buying/' class='green'>Housing: Renting and Buying</a> </h4> <p> There’s nothing quite like a place to call your own. Here are some practical tips for renting and eventually buying a home. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02145002/icon-retirement.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/retirement/' class='green'>Retirement</a> </h4> <p> Want to retire a millionaire? If you start contributing money toward your retirement early, you’ll be well on your way. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/04/02144958/icon-dollar.png" alt="" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/types-of-investments/' class='green'>Types of Investments</a> </h4> <p> These are the most common ways to invest and grow your money, from money market accounts to stocks and ETFs. </p> </div> </div> </div> <!-- /repeatable --> <!-- repeatable --> <div class="col-12 col-lg-6 "> <div class="media mb-4"> <div class="rounded-circle mr-3 p-3"> <img src="https://images.dowjones.com/wp-content/uploads/sites/43/2024/07/05195301/icon-Insurance.png" alt="Types of Insurance icon" class=" " /> </div> <div class="media-body"> <h4 class="font-light green"> <a href='https://www.dowjones.com/smartmoney/types-of-insurance/' class='green'>Types of Insurance</a> </h4> <p> Learn about different types of insurance and how they can protect you and your assets from unexpected risks. </p> </div> </div> </div> <!-- /repeatable --> </div> </div> </section> <!--footer--> <div class="footer py-3"> <div class="container"> <div class="row"> <div class="col-12"> <div class="footer-nav"> <!-- <a href="/"> <img class="logo img-fluid d-block mr-3" src="images/logo-dow-jones-smartmoney-white.svg" alt="Dow Jones Smart Money"/> </a> --> <ul class="list-inline"> <li class="list-inline-item"> <p class="text-uppercase mb-0 font-light">Questions? Contact Us: <a href="mailto:smartmoney@dowjones.com">smartmoney@dowjones.com</a></p> </li> </ul> </div> </div> </div> </div> </div> </div> <footer class="page-footer"> <div class="footer-links"> <div class="wrapper"> <ul class="links-list"> <li id="menu-item-13959" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13959"><a href="https://www.dowjones.com/contact/">Contact</a></li> <li id="menu-item-8148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8148"><a href="https://www.dowjones.com/legal-notices/">Legal</a></li> <li id="menu-item-19988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19988"><a href="https://www.dowjones.com/about/#our-commitment-section">Diversity Statement</a></li> <li id="menu-item-8156" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8156"><a href="https://www.dowjones.com/equal-opportunity/">Equal Opportunity</a></li> <li id="menu-item-13995" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13995"><a href="https://www.dowjones.com/modern-slavery-statement/">Modern Slavery Statement</a></li> <li id="menu-item-19561" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19561"><a href="https://www.dowjones.com/accessibility-statement/"><font style="color:#01feff;">Accessibility Statement</font></a></li> <li id="menu-item-8166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8166"><a href="https://www.dowjones.com/code-conduct/">Code of Conduct</a></li> <li id="menu-item-18913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18913"><a href="https://www.dowjones.com/privacy-notice/?mod=DJnotice"><font style="color:#01feff;">Privacy Notice </font></a></li> <li id="menu-item-18914" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18914"><a href="https://www.dowjones.com/cookie-notice/?mod=DJnotice"><font style="color:#01feff;">Cookie Notice </font></a></li> <li id="menu-item-19523" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19523"><a href="https://www.dowjones.com/security/?mod=DJnotice"><font style="color:#01feff;">Security</font></a></li> <li id="menu-item-19042" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19042"><a href="https://www.dowjones.com/pibcontentprivacynotice/?mod=DJnotice"><font style="color: #01feff;">PIB Content Privacy Notice</font></a></li> <li id="menu-item-20026" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20026"><a href="https://images.dowjones.com/wp-content/uploads/sites/35/2023/07/03185626/Supplier-Code-of-Conduct.pdf">Supplier Code of Conduct</a></li> <li><a id="gdpr-link"></a></li> <li><a id="usp-link"></a></li> <li><a id="usp-link-1"></a></li> </ul> </div><!-- .wrapper END --> </div><!-- .links END --> <div class="copyright"> <div class="wrapper"> <div class="copyright-content"> <em>&copy; Dow Jones 2024</em> <a href="https://www.facebook.com/dowjones" title="Visit us on Facebook" target="_blank"><span class="ico-facebook"></span></a> <a href="https://www.twitter.com/dowjones" title="Visit us on Twitter" target="_blank"><span class="ico-twitter"></span></a> </div> <div class="footer-logo"><a href="https://newscorp.com/"><img src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/img/newscorp-logo.png" alt="Newscorp"></a></div> </div><!-- .wrapper END --> </div><!-- .copyright END --> </footer><!-- .page-footer END --> <!-- JQuery --> <script src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/js/smart-money/jquery.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/js/smart-money/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/js/smart-money/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script type="text/javascript" src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/js/smart-money/get_sm_cache.php" id="cache-sm-js"></script> <script type="text/javascript" src="https://www.dowjones.com/wp-content/themes/dow-jones/assets/js/smart-money/search-sm.js" id="search-js-sm"></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/vendor/jquery-1.11.3.min.js?ver=1.11.3' id='jquery-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/render_posts.min.js?ver=5.9.3' id='render-posts-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=product' id='cache-product-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=scoop' id='cache-scoop-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=insight' id='cache-insight-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=press-room' id='cache-press-room-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=page' id='cache-page-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/get_cache.php?section=job' id='cache-job-js'></script> <script type='text/javascript' src='https://www.dowjones.com/wp-content/themes/dow-jones/assets/dist/js/search.min.js?ver=5.9.3' id='search-js'></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10