How to Get Efficiency Ratios in Excel

Get efficiency ratios directly in Excel using custom formulas. Retrieve financial data, automate your workflows, and keep your spreadsheets updated with our Excel add-in.

No VBA/Macros Required
Microsoft Certified Add-in
2-Minute Setup
EXCEL FORMULA
=FDN("EfficiencyRatios", "MSFT", "year", 5)

This formula pulls data into your spreadsheet once our Excel add-in is installed.

Formula Result

See exactly how data fills into your sheet when the formula runs. This example shows the actual up-to-date information returned.

ABCDEFGHIJKLMNOPQRSTU
1trading_symbolcentral_index_keyregistrant_namefiscal_yearfiscal_periodperiod_end_dateasset_turnover_ratioinventory_turnover_ratioaccounts_receivable_turnover_ratioaccounts_payable_turnover_ratioequity_multiplierdays_sales_in_inventoryfixed_asset_turnover_ratiodays_working_capitalworking_capital_turnover_ratiodays_cash_on_handcapital_intensity_ratiosales_to_equity_ratioinventory_to_sales_ratioinvestment_turnover_ratiosales_to_operating_income_ratio
2MSFT0000789019MICROSOFT CORP2026FY2026-06-300.43756527105288165.36036866359453.803552086377942.351009988901221.714281839204145.584423825370860.89432421506535542.77081657068648.533856242767132.285373328632260.750110197632390.004904486814388910.6745956560982952.13762827161051
3MSFT0000789019MICROSOFT CORP2025FY2025-06-300.455125419424462112.1008296107213.746553982618643.146901833372011.802156754852553.25599731302161.1874988144991564.66699677698745.644301083885962.197196546975050.8202073489208950.002781090712896310.723057061974342.19192705091498
4MSFT0000789019MICROSOFT CORP2024FY2024-06-300.478601538963182122.7052980132454.050297837886963.172181669015711.907660618972952.974606686995711.5530810146392251.29494700598077.115710636321412.089420778224720.9130093080599080.002464079111626050.776530667198882.23992762694982
5MSFT0000789019MICROSOFT CORP2023FY2023-06-300.51438676039380935.05215540180954.17718774331534.00997938390751.9977209137681110.41305437043561.93186531685727137.9771134653042.6453662555551.944062477880281.027601189004140.008866762617087040.8191312952490662.39389763112411
6MSFT0000789019MICROSOFT CORP2022FY2022-06-300.54344370134853614.55791797374234.158521750073413.005495444886792.1906786276134525.07226656025542.296359782722137.3366116911282.65770354682181.840117012155141.190510501855390.02170525041609930.9050449167397022.37782281760071
ABCDEF
1trading_symbolMSFTMSFTMSFTMSFTMSFT
2central_index_key00007890190000789019000078901900007890190000789019
3registrant_nameMICROSOFT CORPMICROSOFT CORPMICROSOFT CORPMICROSOFT CORPMICROSOFT CORP
4fiscal_year20262025202420232022
5fiscal_periodFYFYFYFYFY
6period_end_date2026-06-302025-06-302024-06-302023-06-302022-06-30
7asset_turnover_ratio0.4375652710528810.4551254194244620.4786015389631820.5143867603938090.543443701348536
8inventory_turnover_ratio65.3603686635945112.100829610721122.70529801324535.052155401809514.5579179737423
9accounts_receivable_turnover_ratio3.803552086377943.746553982618644.050297837886964.17718774331534.15852175007341
10accounts_payable_turnover_ratio2.351009988901223.146901833372013.172181669015714.00997938390753.00549544488679
11equity_multiplier1.714281839204141.802156754852551.907660618972951.997720913768112.19067862761345
12days_sales_in_inventory5.584423825370863.25599731302162.9746066869957110.413054370435625.0722665602554
13fixed_asset_turnover_ratio0.8943242150653551.187498814499151.553081014639221.931865316857272.296359782722
14days_working_capital42.770816570686464.666996776987451.2949470059807137.977113465304137.336611691128
15working_capital_turnover_ratio8.533856242767135.644301083885967.115710636321412.6453662555552.6577035468218
16days_cash_on_hand
17capital_intensity_ratio2.285373328632262.197196546975052.089420778224721.944062477880281.84011701215514
18sales_to_equity_ratio0.750110197632390.8202073489208950.9130093080599081.027601189004141.19051050185539
19inventory_to_sales_ratio0.004904486814388910.002781090712896310.002464079111626050.008866762617087040.0217052504160993
20investment_turnover_ratio0.6745956560982950.723057061974340.776530667198880.8191312952490660.905044916739702
21sales_to_operating_income_ratio2.137628271610512.191927050914982.239927626949822.393897631124112.37782281760071
Efficiency ratios, also known as activity financial ratios, are used to evaluate how effectively a company uses its assets and resources. The formula provides key efficiency ratios calculated using data obtained from the company's financial statements.

Steps to Get Started

01
Install the Add-in

Open Excel, navigate to the Home tab, select Add-ins, and search for FinancialData.Net.

02
Grab Your Key

Sign in to your account at FinancialData.Net, open the dashboard, and copy your API key.

03
Run Your Formula

Open the task pane in Excel, save your API key, and start typing the =FDN(...) formula.

Formula Reference

Use the formula to retrieve financial data by specifying a dataset, ticker symbol, and additional parameters.

=FDN(dataset, identifier, argument, maxRows)
datasetString
Specifies the dataset to query. Enter the dataset name enclosed in quotation marks, for example "EfficiencyRatios".
identifierString
Accepts one or multiple identifiers such as ticker symbols (e.g., "AAPL" or "AAPL,MSFT") or other supported identifier types.
argumentString
Filters the dataset output using an additional parameter, such as a date like "2025-01-15" or a reporting period like "year" or "quarter".
maxRowsInteger
Limits the number of records returned by the formula. For example, setting the value to 5 returns the five most recent rows.

Troubleshooting & FAQ

If Excel doesn't recognize the =FDN() formula, the add-in may not have loaded correctly. Restart Excel or reinstall the add-in from the Office Add-ins Store.

Excel displays this error when it does not recognize the =FDN() formula. This means the add-in is either not installed or has been disabled.

The =FDN() formula outputs multiple rows and columns of data, which Excel blocks if any existing text or formatting occupies the surrounding cells. Simply clear these obstructing cells to allow the formula to expand completely.

Install the Excel Add-in

Access 80+ financial datasets directly in Excel using simple formulas.

Install via AppSource
Compatible with Office 365 and Excel for Web
Data Subscriptions for Excel
Standard SubscriptionCore financial data
$29 / mo
Premium Subscription
Full financial data
$69 / mo
Get Started