{"id":5611,"date":"2025-12-07T18:03:45","date_gmt":"2025-12-07T12:33:45","guid":{"rendered":"https:\/\/www.thewallstreetschool.com\/blog\/?p=5611"},"modified":"2025-12-06T18:11:50","modified_gmt":"2025-12-06T12:41:50","slug":"excel-functions-for-financial-modelling","status":"publish","type":"post","link":"https:\/\/www.thewallstreetschool.com\/blog\/excel-functions-for-financial-modelling\/","title":{"rendered":"Top 7 Excel Functions for Financial Modelling Professionals"},"content":{"rendered":"\n<p>If you are working in finance or preparing for a career in <a href=\"https:\/\/www.thewallstreetschool.com\/financial-modelling-certification-course\/\">financial modelling<\/a>, Excel will probably be your most-used tool. From creating projections to analysing complex datasets, Excel functions make the process faster and more accurate. Knowing how to use the right formulas can help you save hours every week. In this blog, we\u2019ll look at the <strong>top 7 Excel functions for financial modelling professionals<\/strong> and how you can apply them in real-world models.<\/p>\n\n\n\n<p>Understanding these functions will help you use <strong>Excel for Financial Modelling<\/strong> more effectively and prepare you for future roles that involve <strong>data analysis in 2025<\/strong> and beyond.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. VLOOKUP and HLOOKUP<\/strong><\/h2>\n\n\n\n<p>When dealing with large datasets, finding a matching value across columns can take time. That\u2019s where the <strong>VLOOKUP<\/strong> function helps. It searches for a value vertically in a column and returns a corresponding value from another column.<br>For horizontal data, the <strong>HLOOKUP<\/strong> function works the same way but looks across rows.<\/p>\n\n\n\n<p>Here\u2019s the syntax for VLOOKUP:<\/p>\n\n\n\n<p>=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])<\/p>\n\n\n\n<p><strong>Example:<\/strong><strong><br><\/strong>If you want to find a product\u2019s price using its code, VLOOKUP can search through a table and fetch the correct price instantly.<\/p>\n\n\n\n<p>VLOOKUP and HLOOKUP are very common in <a href=\"https:\/\/www.thewallstreetschool.com\/blog\/financial-modelling-using-excel\/\"><strong>Excel for Financial Modelling<\/strong><\/a>, especially when linking data from different sheets such as income statements, balance sheets and assumptions tabs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. INDEX and MATCH<\/strong><\/h2>\n\n\n\n<p>While VLOOKUP is popular, it has some limits. For example, it can only search for values in the first column of a table. In such situations, a combination of <strong>INDEX<\/strong> and <strong>MATCH<\/strong> gives you more flexibility.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>INDEX<\/strong> returns a cell value based on its row and column position.<br><\/li>\n\n\n\n<li><strong>MATCH<\/strong> locates the position of a specific value within a row or column.<br><\/li>\n<\/ul>\n\n\n\n<p>When combined, they allow you to find data in any direction.<\/p>\n\n\n\n<p>Here\u2019s how to use them together:<\/p>\n\n\n\n<p>=INDEX(array, MATCH(lookup_value, lookup_array, 0))<\/p>\n\n\n\n<p><strong>Example:<\/strong><strong><br><\/strong>If you are building a valuation model and need to pull historical EPS data from multiple years, this combination helps you reference data dynamically.<\/p>\n\n\n\n<p>These two functions are part of almost every <strong>CFA Excel tools<\/strong> list because they improve data accuracy and model flexibility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. SUMIFS and COUNTIFS<\/strong><\/h2>\n\n\n\n<p>If you want totals or counts based on certain criteria, <strong>SUMIFS<\/strong> and <strong>COUNTIFS<\/strong> are essential.<br>These functions help you apply multiple conditions while summing or counting data, which is often required in <strong>data analysis 2025<\/strong> scenarios like dynamic dashboards or financial reports.<\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<p>Suppose you want to calculate total sales for a particular region and month, SUMIFS can handle that easily.<\/p>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<p>=SUMIFS(C2:C15, A2:A15, &#8220;North&#8221;, B2:B15, 2025)<\/p>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>C2:C15 \u2192 range that contains the revenue values<br><\/li>\n\n\n\n<li>A2:A15 \u2192 range containing regions<br><\/li>\n\n\n\n<li>&#8220;North&#8221; \u2192 first condition (Region = North)<br><\/li>\n\n\n\n<li>B2:B15 \u2192 range containing years<br><\/li>\n\n\n\n<li>2025 \u2192 second condition (Year = 2025)<br><\/li>\n<\/ul>\n\n\n\n<p>This formula gives <strong>total revenue for the North region in 2025<\/strong>, which is very common in financial modelling while preparing regional forecasts.<\/p>\n\n\n\n<p><strong>COUNTIFS Formula Example<\/strong><\/p>\n\n\n\n<p><strong>Purpose:<\/strong> To count how many projects earned more than \u20b950,000 profit in 2025.<\/p>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<p>=COUNTIFS(B2:B15, 2025, C2:C15, &#8220;&gt;50000&#8221;)<\/p>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>B2:B15 \u2192 range containing years<br><\/li>\n\n\n\n<li>2025 \u2192 condition for the year<br><\/li>\n\n\n\n<li>C2:C15 \u2192 range containing profit values<br><\/li>\n\n\n\n<li>&#8220;>50000&#8221; \u2192 condition for profit greater than \u20b950,000<br><\/li>\n<\/ul>\n\n\n\n<p>This formula returns <strong>the number of projects in 2025 with profit greater than \u20b950,000<\/strong>, which is useful for profitability or performance tracking models.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"How to Build a Financial Model in Excel - Full Tutorial for Beginners\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/-ivpFNCU4CY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. IF Statement<\/strong><\/h2>\n\n\n\n<p>The IF statement in Excel is one of the most used logical functions in financial modelling. It helps you test a condition and return a specific result based on whether that condition is true or false. Analysts often rely on it to classify data, check conditions or make quick decisions inside a financial model.<\/p>\n\n\n\n<p>Here\u2019s the basic syntax of the IF formula:<\/p>\n\n\n\n<p>=IF(logical_test, value_if_true, value_if_false)<\/p>\n\n\n\n<p>Let\u2019s understand this with a simple example. Suppose you want to identify whether a project is profitable or not based on its profit figure.<\/p>\n\n\n\n<p>Formula:<\/p>\n\n\n\n<p>=IF(B2&gt;50000, &#8220;Profitable&#8221;, &#8220;Not Profitable&#8221;)<\/p>\n\n\n\n<p>Explanation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>B2>50000 checks whether the profit is greater than \u20b950,000<br><\/li>\n\n\n\n<li>&#8220;Profitable&#8221; appears if the condition is true<br><\/li>\n\n\n\n<li>&#8220;Not Profitable&#8221; appears if the condition is false<br><\/li>\n<\/ul>\n\n\n\n<p>This simple logic can quickly help you flag projects, check performance or trigger alerts when targets are not met. In a financial model, IF statements can simplify decision-making, for example, marking whether a company should invest further in a segment based on profitability.<\/p>\n\n\n\n<p>As you start working with more complex datasets, the IF formula can be combined with AND or OR to test multiple conditions at once, such as checking both revenue and margin targets before making a decision. These combinations make the IF statement a powerful foundation for dynamic financial analysis.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. OFFSET with AVERAGE or SUM<\/strong><\/h2>\n\n\n\n<p>The <strong>OFFSET<\/strong> function in Excel returns a range of cells that is a specific number of rows and columns away from a reference point. When combined with functions like <strong>SUM<\/strong> or <strong>AVERAGE<\/strong>, it becomes very useful in financial modelling, especially for dynamic calculations such as rolling averages or flexible range-based totals.<\/p>\n\n\n\n<p>Here\u2019s the basic syntax of the OFFSET formula:<\/p>\n\n\n\n<p>=OFFSET(reference, rows, cols, [height], [width])<\/p>\n\n\n\n<p>This means Excel starts from the <strong>reference<\/strong> cell, moves down or across by the given number of <strong>rows<\/strong> and <strong>columns<\/strong> and returns a range with the specified <strong>height<\/strong> and <strong>width<\/strong>.<\/p>\n\n\n\n<p>Let\u2019s look at a practical example that\u2019s relevant in financial modelling.<\/p>\n\n\n\n<p><strong>Example:<\/strong><strong><br><\/strong>Suppose you\u2019re calculating a 3-month rolling revenue average.<\/p>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<p>=AVERAGE(OFFSET(C5,0,COUNT(B2:B4)-3,1,3))<\/p>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>C5 \u2192 starting cell of the revenue series<br><\/li>\n\n\n\n<li>COUNT(B2:B4)-3 \u2192 defines the offset dynamically based on how many months of data are available<br><\/li>\n\n\n\n<li>1,3 \u2192 height and width that define a 3-cell range for averaging<br><\/li>\n\n\n\n<li>The <strong>AVERAGE<\/strong> function then calculates the mean of the last 3 months automatically<br><\/li>\n<\/ul>\n\n\n\n<p>This approach allows you to create flexible, auto-updating formulas useful when new months or data points are added to your financial model.<\/p>\n\n\n\n<p>You can also use OFFSET with <strong>SUM<\/strong> to create a moving total instead of an average.<\/p>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<p>=SUM(B4:OFFSET(B4,0,E2-1))<\/p>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>B4 \u2192 first cell in the data range<br><\/li>\n\n\n\n<li>E2 \u2192 cell defining how many columns to include<br><\/li>\n\n\n\n<li>The formula dynamically adjusts the sum range as you change the number in E2<br><\/li>\n<\/ul>\n\n\n\n<p>This is helpful when you want to build dashboards or models that automatically adapt when the time period or data range changes without manually editing cell references.<\/p>\n\n\n\n<p><strong>6. Data Validation<\/strong><\/p>\n\n\n\n<p>In financial modelling, accuracy is important. The <strong>Data Validation<\/strong> feature in Excel helps control what type of data users can enter into a cell. It is not a formula but an important tool for maintaining clean and consistent data in a model.<\/p>\n\n\n\n<p>Data validation limits inputs to certain types of values. It can restrict numbers to a range, allow only dates, or create a list of options.<\/p>\n\n\n\n<p>For example, you may want users to select a financial category such as <em>Revenue<\/em>, <em>Expense<\/em>, or <em>Investment<\/em> from a dropdown instead of typing it.<\/p>\n\n\n\n<p><strong>Steps to apply Data Validation:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select the cell or range where you want to apply validation, for example D2:D10.<br><\/li>\n\n\n\n<li>Go to the <strong>Data<\/strong> tab on the Excel ribbon.<br><\/li>\n\n\n\n<li>Click <strong>Data Validation<\/strong> from the dropdown.<br><\/li>\n\n\n\n<li>Under <strong>Allow<\/strong>, choose <strong>List<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Source<\/strong> box, type the items you want :<br><br>Revenue, Expense, Investment<\/li>\n\n\n\n<li>Click <strong>OK<\/strong>.<br><\/li>\n<\/ol>\n\n\n\n<p>Each selected cell will now show a small dropdown arrow that lets you pick from the list.<\/p>\n\n\n\n<p>This is useful in financial models where wrong entries can lead to errors. For example, typing \u201cRevnue\u201d instead of \u201cRevenue\u201d can give wrong results. Data validation helps avoid such issues by allowing only correct values.<\/p>\n\n\n\n<p><strong>Example Use Case:<\/strong><strong><br><\/strong>An analyst preparing a company\u2019s budget can use data validation to ensure only valid cost centers or regions are entered. This keeps the data uniform and easy to analyze later.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>7. Data Table<\/strong><\/h2>\n\n\n\n<p>A Data Table in Excel is a simple tool that helps you see how changing one or two variables affects your results. It is mostly used for sensitivity analysis in financial models.<\/p>\n\n\n\n<p><strong>Example:<\/strong><strong><br><\/strong> Imagine you want to know how different interest rates affect your EMI on a loan.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter your loan amount, rate, and tenure in cells.<br><\/li>\n\n\n\n<li>Write the formula for EMI using PMT() in one cell.<br><\/li>\n\n\n\n<li>Create a table listing different interest rates in one column.<br><\/li>\n\n\n\n<li>Go to <strong>Data > What-If Analysis > Data Table<\/strong>.<br><\/li>\n\n\n\n<li>In the dialog box, select the input cell linked to your interest rate.<br><\/li>\n<\/ol>\n\n\n\n<p>Excel will automatically calculate EMIs for all the rates you listed.<\/p>\n\n\n\n<p><strong>Result:<\/strong><strong><br><\/strong>You can quickly see how your EMI changes if the interest rate increases or decreases.<\/p>\n\n\n\n<p><strong>Formula used:<\/strong><strong><br><\/strong>While Data Table does not use a direct formula, it works along with formulas like PMT, NPV, or IRR to display different results based on input changes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"574\" src=\"https:\/\/www.thewallstreetschool.com\/blog\/wp-content\/uploads\/2025\/12\/a-clean-professional-infographic-design-_WcO2-9O5ST6z2vEKAjcBHA_ZX98V4-TSz-CmsKNgYFnRg-1024x574.jpeg\" alt=\"Financial Modelling\" class=\"wp-image-5613\" srcset=\"https:\/\/www.thewallstreetschool.com\/blog\/wp-content\/uploads\/2025\/12\/a-clean-professional-infographic-design-_WcO2-9O5ST6z2vEKAjcBHA_ZX98V4-TSz-CmsKNgYFnRg-1024x574.jpeg 1024w, https:\/\/www.thewallstreetschool.com\/blog\/wp-content\/uploads\/2025\/12\/a-clean-professional-infographic-design-_WcO2-9O5ST6z2vEKAjcBHA_ZX98V4-TSz-CmsKNgYFnRg-300x168.jpeg 300w, https:\/\/www.thewallstreetschool.com\/blog\/wp-content\/uploads\/2025\/12\/a-clean-professional-infographic-design-_WcO2-9O5ST6z2vEKAjcBHA_ZX98V4-TSz-CmsKNgYFnRg-768x431.jpeg 768w, https:\/\/www.thewallstreetschool.com\/blog\/wp-content\/uploads\/2025\/12\/a-clean-professional-infographic-design-_WcO2-9O5ST6z2vEKAjcBHA_ZX98V4-TSz-CmsKNgYFnRg.jpeg 1312w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Data Table with PMT<\/strong><\/h3>\n\n\n\n<p><strong>Goal:<\/strong> Find how different interest rates affect your monthly EMI.<\/p>\n\n\n\n<p><strong>Step-by-step:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In cell <strong>B1<\/strong>, type Loan Amount = 500000<br><\/li>\n\n\n\n<li>In cell <strong>B2<\/strong>, type Tenure (Years) = 5<br><\/li>\n\n\n\n<li>In cell <strong>B3<\/strong>, type Interest Rate = 10%<br><\/li>\n<\/ol>\n\n\n\n<p>In cell <strong>B4<\/strong>, write the formula for EMI:<br><br>=PMT(B3\/12, B2*12, -B1)<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Below the formula, create a list of interest rates like 8%, 9%, 10%, 11%, 12% in a column.<br><\/li>\n\n\n\n<li>Select the range including the formula and rate list.<br><\/li>\n\n\n\n<li>Go to <strong>Data \u2192 What-If Analysis \u2192 Data Table<\/strong>.<br><\/li>\n\n\n\n<li>In the dialog box, choose <strong>Column Input Cell = B3<\/strong> (since your interest rates are listed vertically).<br><\/li>\n<\/ol>\n\n\n\n<p><strong>Result:<\/strong><strong><br><\/strong> Excel will show different EMI amounts for each interest rate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Data Table with NPV<\/strong><\/h3>\n\n\n\n<p><strong>Goal:<\/strong> See how changing discount rates impact the Net Present Value of cash flows.<\/p>\n\n\n\n<p><strong>Step-by-step:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter cash flows in cells <strong>B2:B6<\/strong> (example: -100000, 30000, 40000, 50000, 60000).<br><\/li>\n\n\n\n<li>In <strong>C1<\/strong>, type \u201cDiscount Rate\u201d.<\/li>\n<\/ol>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. In <strong>C2<\/strong>, write the base formula:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =NPV(C2, B3:B6) + B2<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Below the formula, list different discount rates like 8%, 10%, 12%, 14%, 16%.<br><\/li>\n\n\n\n<li>Select the range covering the formula and the list.<br><\/li>\n\n\n\n<li>Go to <strong>Data \u2192 What-If Analysis \u2192 Data Table<\/strong>.<br><\/li>\n\n\n\n<li>Set <strong>Column Input Cell = C2<\/strong>.<br><\/li>\n<\/ol>\n\n\n\n<p><strong>Result:<\/strong><strong><br><\/strong> Excel will calculate NPV for each discount rate automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Data Table with IRR<\/strong><\/h3>\n\n\n\n<p><strong>Goal:<\/strong> Check how changing initial investment impacts the IRR.<\/p>\n\n\n\n<p><strong>Step-by-step:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter cash flows in <strong>B2:B6<\/strong> (for example, -100000, 25000, 30000, 35000, 40000).<\/li>\n<\/ol>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. In <strong>C1<\/strong>, type:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =IRR(B2:B6)<\/p>\n\n\n\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a03. Create another column with different initial investments (like -80000, -90000, -100000, -110000, -120000).<\/p>\n\n\n\n<p>4. In the first cell of that column\u2019s header, link it to <strong>B2<\/strong> (your initial investment cell).<\/p>\n\n\n\n<p>5. Select the range that includes the IRR formula and investment list.<\/p>\n\n\n\n<p>6. Go to <strong>Data \u2192 What-If Analysis \u2192 Data Table<\/strong>.<\/p>\n\n\n\n<p>7. Set <strong>Column Input Cell = B2<\/strong>.<\/p>\n\n\n\n<p><strong>Result:<\/strong><strong><br><\/strong>Excel shows how IRR changes as your initial investment amount changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Learning Excel functions is not just about formulas, it\u2019s about understanding how to use them in real business situations. These top 7 Excel functions for financial modelling professionals help you analyze data faster, reduce errors and create more dynamic models.<\/p>\n\n\n\n<p>We at <a href=\"https:\/\/www.thewallstreetschool.com\/financial-modelling-certification-course\/\"><strong>The Wall Street School<\/strong><\/a>, focus on helping students apply these Excel tools in real financial modelling and valuation projects. Every concept is taught using live examples from equity research, investment banking, and corporate finance so that students learn how to use these functions in the same way analysts do at work.<\/p>\n\n\n\n<p>Whether you are preparing for the CFA, building your first model, or handling client data, mastering Excel for Financial Modelling can improve your productivity and confidence in handling financial data. Excel remains the backbone of finance, and with data-driven roles increasing in 2025, learning these formulas can help you stay ready for your next step in a finance career.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>People Also Asked<\/strong><\/h3>\n\n\n\n<p><strong>1. What Excel functions do you use most frequently in financial modelling?<\/strong><\/p>\n\n\n\n<p><strong> Ans. <\/strong>SUM, IF, VLOOKUP\/XLOOKUP, INDEX-MATCH, SUMIFS, and NPV\/IRR.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. What are the 7 basic Excel formulas?<\/strong><\/h3>\n\n\n\n<p> <strong>Ans. <\/strong>SUM, AVERAGE, COUNT, IF, VLOOKUP, INDEX-MATCH, and SUMIF<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. What are the 5 main functions of Excel?<\/strong><\/h3>\n\n\n\n<p> <strong>Ans. <\/strong>Store data, calculate stuff, analyse trends, visualise info with charts, and keep everything organised in neat tables.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are working in finance or preparing for a career in financial modelling, Excel will probably be your most-used tool. From creating projections to<\/p>\n","protected":false},"author":29,"featured_media":5612,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[59,5],"tags":[167],"class_list":["post-5611","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel","category-financial-modeling","tag-financial-modelling"],"_links":{"self":[{"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/posts\/5611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/comments?post=5611"}],"version-history":[{"count":1,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/posts\/5611\/revisions"}],"predecessor-version":[{"id":5614,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/posts\/5611\/revisions\/5614"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/media\/5612"}],"wp:attachment":[{"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/media?parent=5611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/categories?post=5611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.thewallstreetschool.com\/blog\/wp-json\/wp\/v2\/tags?post=5611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}