Question

For fiscal 2024, which retailer turns inventory faster — Home Depot or Lowe's — and by how many days of inventory outstanding (DIO)? Count each company's actual fiscal-year length, not a flat 365 days.

A real, unedited runHD · LOWSonnet 4.611 tool calls3m 14s$0.681

TL;DR

Inventory turnover is where two look-alike retailers actually diverge — but only if the days are counted on each company's real fiscal calendar, not a round 365.

The agent computed each retailer's actual fiscal-year length, average inventory, and days-inventory-outstanding from the FY2024 10-Ks, then compared turnover and the DIO gap — catching MetricDuck's fiscal-year label offset along the way.

Sources (1) — every cited figure below traces to one of these

  1. [1]LOW FY2024 10-K · Summary of Significant Accounting Policies (fiscal-year weeks; SEC accession 0000060667-25-000049) viewer.metricduck.com/…#quote-RmlzY2FsIDIwMjIgY29udGFpbmVkIDUzIHdlZWtzLCBhbmQgZmlzY2FsIHllYXJzIDIwMjMgYW5kIDIwMjQgZWFjaCBjb250YWluZWQgNTIgd2Vla3M&section-footnote_accounting_policies

The full run

Every step the agent took — reasoning, tool calls, raw results. Click any cited figure to open it in the source filing.

01Thinking

The user wants to compare inventory efficiency of Home Depot (HD) and Lowe's (LOW) for FY 2024. I need to calculate: 1. Actual days in fiscal year 2. Average inventory 3. Days Inventory Outstanding (DIO) based on actual days Let me fetch financial data for both companies. I'll need: - Cost of goods sold (COGS) - Beginning and ending inventory - Fiscal year dates (to calculate actual days) Let me start by getting the financial data for both companies simultaneously. For HD: Fiscal year 2024 ends around January/February 2025 (HD has a fiscal year ending in late January/early February) For LOW: Fiscal year 2024 ends around January/February 2025 (LOW also has a fiscal year ending in late January/early February) Both companies should have their FY2024 annual reports filed by the reference date of March 1, 2026, so I can pull the necessary financial data to calculate their inventory efficiency metrics.

02Narration

I'll pull the annual financials for both HD and LOW simultaneously, using a vantage date of 2026-03-01.

03Tool callget_financials
{
"ticker": "HD",
"period": "annual",
"statements": ["income", "balance"],
"years": 3,
"vantage_date": "2026-03-01"
}
04Tool callget_financials
{
"ticker": "LOW",
"period": "annual",
"statements": ["income", "balance"],
"years": 3,
"vantage_date": "2026-03-01"
}
05Resultget_financials✓ ok · 6,589 ch
# HD - Income Statement (Annual)

**Showing 2 periods** (most recent first)
14 rows × 3 columns
MetricFY2025FY2024
**Revenue**$159.51B$152.67B
**Cost of Revenue (COGS)**$106.21B$101.71B
**Gross Profit**$53.31B$50.96B
**R&D Expenses**N/AN/A
**SG&A Expenses**$28.75B$26.60B
+ 9 more rows
**Operating Expenses**$31.78B$29.27B
**Operating Income**$21.53B$21.69B
**Interest Expense**$2.32B$1.94B
**Net Income**$14.81B$15.14B
**EPS (Diluted)**$14.91$15.11
**Diluted Shares Outstanding**993.00M1.00B
**Gross Margin**33.42%33.38%
**Operating Margin**13.49%14.21%
**Net Margin**9.28%9.92%
**Period-over-period change (FY2025 vs FY2024, YoY):**
- **Revenue**: $159.51B (was $152.67B; +4.5%)
- **Cost of Revenue (COGS)**: $106.21B (was $101.71B; +4.4%)
- **Gross Profit**: $53.31B (was $50.96B; +4.6%)
- **SG&A Expenses**: $28.75B (was $26.60B; +8.1%)
- **Operating Expenses**: $31.78B (was $29.27B; +8.6%)
- **Operating Income**: $21.53B (was $21.69B; -0.8%)
- **Interest Expense**: $2.32B (was $1.94B; +19.5%)
- **Net Income**: $14.81B (was $15.14B; -2.2%)
- **EPS (Diluted)**: $14.91 (was $15.11; -1.3%)
- **Diluted Shares Outstanding**: 993.00M (was 1.00B; -0.9%)
- **Gross Margin**: 33.42% (was 33.38%; +0.04pp (+4bp))
- **Operating Margin**: 13.49% (was 14.21%; -0.71pp (-71bp))
- **Net Margin**: 9.28% (was 9.92%; -0.64pp (-64bp))
▸ Raw data
{
  "periods": [
    "FY2025",
    "FY2024"
  ],
  "metrics": {
    "revenues": [
      159514000000,
      152669000000
    ],
    "cogs": [
      106206000000,
      101709000000
    ],
    "gross_profit": [
      53308000000,
      50960000000
    ],
    "rnd_exps": [
      null,
      null
    ],
    "sga_exps": [
      28748000000,
      26598000000
    ],
    "ttl_oper_exps": [
      31782000000,
      29271000000
    ],
    "oper_inc": [
      21526000000,
      21689000000
    ],
    "interest_expense": [
      2321000000,
      1943000000
    ],
    "net_income": [
      14806000000,
      15143000000
    ],
    "eps_diluted": [
      14.91,
      15.11
    ],
    "shares_diluted": [
      993000000,
      1002000000
    ],
    "gross_margin": [
      0.3341901024361498,
      0.33379402498215094
    ],
    "oper_margin": [
      0.13494740273581002,
      0.1420655142825328
    ],
    "net_margin": [
      0.09281943904610254,
      0.09918844035134834
    ],
    "revenues_pop_change": [
      0.04483555928184504
    ],
    "cogs_pop_change": [
      0.04421437630888122
    ],
    "gross_profit_pop_change": [
      0.04607535321821036
    ],
    "rnd_exps_pop_change": [
      null
    ],
    "sga_exps_pop_change": [
      0.08083314534927438
    ],
    "ttl_oper_exps_pop_change": [
      0.08578456492774418
    ],
    "oper_inc_pop_change": [
      -0.0075153303517912304
    ],
    "interest_expense_pop_change": [
      0.19454451878538342
    ],
    "net_income_pop_change": [
      -0.02225450703295252
    ],
    "eps_diluted_pop_change": [
      -0.01323626737260088
    ],
    "shares_diluted_pop_change": [
      -0.008982035928143712
    ],
    "gross_margin_pop_change": [
      0.00039607745399891317
    ],
    "oper_margin_pop_change": [
      -0.007118111546722794
    ],
    "net_margin_pop_change": [
      -0.006369001305245803
    ]
  }
}
# HD - Balance Sheet (Annual)

**Showing 2 periods** (most recent first)
19 rows × 3 columns
MetricFY2025FY2024
**Total Assets**$96.12B$76.53B
**Current Assets**$31.68B$29.77B
** Cash & Equivalents**$1.66B$3.76B
** Accounts Receivable**$4.90B$3.33B
** Inventory**$23.45B$20.98B
+ 14 more rows
**PP&E (Net)**$26.70B$26.15B
**Goodwill**$19.48B$8.46B
**Intangible Assets**$8.98B$3.61B
**Total Liabilities**$89.48B$75.49B
**Current Liabilities**$28.66B$22.02B
** Accounts Payable**$11.94B$10.04B
**Short-Term Debt**$316.00M$0.00
**Long-Term Debt**$48.48B$42.74B
**Total Debt**$53.38B$44.11B
**Total Equity**$6.64B$1.04B
**Shares Outstanding**994.00M992.00M
**Current Ratio**1.11x1.35x
**Debt/Equity**8.04x42.25x
**Inventory Turnover**4.78x4.44x
**Period-over-period change (FY2025 vs FY2024, YoY):**
- **Total Assets**: $96.12B (was $76.53B; +25.6%)
- **Current Assets**: $31.68B (was $29.77B; +6.4%)
- **  Cash & Equivalents**: $1.66B (was $3.76B; -55.9%)
- **  Accounts Receivable**: $4.90B (was $3.33B; +47.3%)
- **  Inventory**: $23.45B (was $20.98B; +11.8%)
- **PP&E (Net)**: $26.70B (was $26.15B; +2.1%)
- **Goodwill**: $19.48B (was $8.46B; +130.3%)
- **Intangible Assets**: $8.98B (was $3.61B; +149.1%)
- **Total Liabilities**: $89.48B (was $75.49B; +18.5%)
- **Current Liabilities**: $28.66B (was $22.02B; +30.2%)
- **  Accounts Payable**: $11.94B (was $10.04B; +18.9%)
- **Short-Term Debt**: $316.00M (was $0.00; n/a (prior was zero))
- **Long-Term Debt**: $48.48B (was $42.74B; +13.4%)
- **Total Debt**: $53.38B (was $44.11B; +21.0%)
- **Total Equity**: $6.64B (was $1.04B; +536.0%)
- **Shares Outstanding**: 994.00M (was 992.00M; +0.2%)
- **Current Ratio**: 1.11x (was 1.35x; -18.3%)
- **Debt/Equity**: 8.04x (was 42.25x; -81.0%)
- **Inventory Turnover**: 4.78x (was 4.44x; +7.8%)
▸ Raw data
{
  "periods": [
    "FY2025",
    "FY2024"
  ],
  "metrics": {
    "ttl_assets": [
      96119000000,
      76530000000
    ],
    "c_assets": [
      31683000000,
      29775000000
    ],
    "cash_eqv": [
      1659000000,
      3760000000
    ],
    "accs_receivab": [
      4903000000,
      3328000000
    ],
    "inventory": [
      23451000000,
      20976000000
    ],
    "ppe_net": [
      26702000000,
      26154000000
    ],
    "gwill": [
      19475000000,
      8455000000
    ],
    "intang": [
      8983000000,
      3606000000
    ],
    "ttl_liabilities": [
      89479000000,
      75486000000
    ],
    "c_liabilities": [
      28661000000,
      22015000000
    ],
    "accs_payab": [
      11938000000,
      10037000000
    ],
    "st_debt": [
      316000000,
      0
    ],
    "lt_debt": [
      48485000000,
      42743000000
    ],
    "ttl_debt": [
      53383000000,
      44111000000
    ],
    "ttl_equity": [
      6640000000,
      1044000000
    ],
    "shares_outstanding": [
      994000000,
      992000000
    ],
    "current_ratio": [
      1.1054394473326123,
      1.3524869407222349
    ],
    "debt_to_equity": [
      8.039608433734939,
      42.25191570881226
    ],
    "inventory_turnover": [
      4.781146600040516,
      4.435436745017662
    ],
    "ttl_assets_pop_change": [
      0.2559649810531818
    ],
    "c_assets_pop_change": [
      0.06408060453400503
    ],
    "cash_eqv_pop_change": [
      -0.5587765957446809
    ],
    "accs_receivab_pop_change": [
      0.47325721153846156
    ],
    "inventory_pop_change": [
      0.11799199084668192
    ],
    "ppe_net_pop_change": [
      0.020952817924600443
    ],
    "gwill_pop_change": [
      1.303370786516854
    ],
    "intang_pop_change": [
      1.4911259012756517
    ],
    "ttl_liabilities_pop_change": [
      0.18537212198288425
    ],
    "c_liabilities_pop_change": [
      0.3018850783556666
    ],
    "accs_payab_pop_change": [
      0.18939922287536115
    ],
    "st_debt_pop_change": [
      null
    ],
    "lt_debt_pop_change": [
      0.13433778630419016
    ],
    "ttl_debt_pop_change": [
      0.21019700301512095
    ],
    "ttl_equity_pop_change": [
      5.360153256704981
    ],
    "shares_outstanding_pop_change": [
      0.0020161290322580645
    ],
    "current_ratio_pop_change": [
      -0.18266164792519024
    ],
    "debt_to_equity_pop_change": [
      -0.8097220374777431
    ],
    "inventory_turnover_pop_change": [
      0.07794268634564352
    ]
  }
}
**Next:** Use compare_companies() for peer benchmarking, get_filing_index() for a qualitative signal map, or get_stock_price() for the share-price / return leg of a valuation.
06Resultget_financials✓ ok · 6,386 ch
# LOW - Income Statement (Annual)

**Showing 2 periods** (most recent first)
14 rows × 3 columns
MetricFY2025FY2024
**Revenue**$83.67B$86.38B
**Cost of Revenue (COGS)**$55.80B$57.53B
**Gross Profit**$27.88B$28.84B
**R&D Expenses**N/AN/A
**SG&A Expenses**$15.68B$15.57B
+ 9 more rows
**Operating Expenses**$71.48B$73.10B
**Operating Income**$10.47B$11.56B
**Interest Expense**$1.45B$1.44B
**Net Income**$6.94B$7.71B
**EPS (Diluted)**$12.23$13.20
**Diluted Shares Outstanding**568.00M584.00M
**Gross Margin**33.32%33.39%
**Operating Margin**12.51%13.38%
**Net Margin**8.29%8.92%
**Period-over-period change (FY2025 vs FY2024, YoY):**
- **Revenue**: $83.67B (was $86.38B; -3.1%)
- **Cost of Revenue (COGS)**: $55.80B (was $57.53B; -3.0%)
- **Gross Profit**: $27.88B (was $28.84B; -3.4%)
- **SG&A Expenses**: $15.68B (was $15.57B; +0.7%)
- **Operating Expenses**: $71.48B (was $73.10B; -2.2%)
- **Operating Income**: $10.47B (was $11.56B; -9.4%)
- **Interest Expense**: $1.45B (was $1.44B; +1.0%)
- **Net Income**: $6.94B (was $7.71B; -9.9%)
- **EPS (Diluted)**: $12.23 (was $13.20; -7.3%)
- **Diluted Shares Outstanding**: 568.00M (was 584.00M; -2.7%)
- **Gross Margin**: 33.32% (was 33.39%; -0.08pp (-8bp))
- **Operating Margin**: 12.51% (was 13.38%; -0.87pp (-87bp))
- **Net Margin**: 8.29% (was 8.92%; -0.63pp (-63bp))
▸ Raw data
{
  "periods": [
    "FY2025",
    "FY2024"
  ],
  "metrics": {
    "revenues": [
      83674000000,
      86377000000
    ],
    "cogs": [
      55797000000,
      57533000000
    ],
    "gross_profit": [
      27877000000,
      28844000000
    ],
    "rnd_exps": [
      null,
      null
    ],
    "sga_exps": [
      15682000000,
      15570000000
    ],
    "ttl_oper_exps": [
      71479000000,
      73103000000
    ],
    "oper_inc": [
      10466000000,
      11557000000
    ],
    "interest_expense": [
      1452000000,
      1438000000
    ],
    "net_income": [
      6940000000,
      7706000000
    ],
    "eps_diluted": [
      12.23,
      13.2
    ],
    "shares_diluted": [
      568000000,
      584000000
    ],
    "gross_margin": [
      0.33316203360661617,
      0.3339314863910532
    ],
    "oper_margin": [
      0.12508067022014008,
      0.1337971913819651
    ],
    "net_margin": [
      0.08294093744771375,
      0.0892135637959179
    ],
    "revenues_pop_change": [
      -0.031293052548710884
    ],
    "cogs_pop_change": [
      -0.030173987103053898
    ],
    "gross_profit_pop_change": [
      -0.03352516987935099
    ],
    "rnd_exps_pop_change": [
      null
    ],
    "sga_exps_pop_change": [
      0.007193320488118176
    ],
    "ttl_oper_exps_pop_change": [
      -0.02221523056509309
    ],
    "oper_inc_pop_change": [
      -0.0944016613307952
    ],
    "interest_expense_pop_change": [
      0.009735744089012517
    ],
    "net_income_pop_change": [
      -0.09940306254866338
    ],
    "eps_diluted_pop_change": [
      -0.0734848484848484
    ],
    "shares_diluted_pop_change": [
      -0.0273972602739726
    ],
    "gross_margin_pop_change": [
      -0.0007694527844370213
    ],
    "oper_margin_pop_change": [
      -0.008716521161825029
    ],
    "net_margin_pop_change": [
      -0.006272626348204149
    ]
  }
}
# LOW - Balance Sheet (Annual)

**Showing 2 periods** (most recent first)
19 rows × 3 columns
MetricFY2025FY2024
**Total Assets**$43.10B$41.80B
**Current Assets**$20.36B$19.07B
** Cash & Equivalents**$1.76B$921.00M
** Accounts Receivable**$94.00MN/A
** Inventory**$17.41B$16.89B
+ 14 more rows
**PP&E (Net)**$17.65B$17.65B
**Goodwill**$311.00M$311.00M
**Intangible Assets**$277.00MN/A
**Total Liabilities**$57.33B$56.84B
**Current Liabilities**$18.76B$15.57B
** Accounts Payable**$9.29B$8.70B
**Short-Term Debt**$0.00$0.00
**Long-Term Debt**$32.90B$35.38B
**Total Debt**$35.49B$35.92B
**Total Equity**-$14.23B-$15.05B
**Shares Outstanding**560.00M574.00M
**Current Ratio**1.09x1.23x
**Debt/Equity**-2.49x-2.39x
**Inventory Turnover**3.25x3.25x
**Period-over-period change (FY2025 vs FY2024, YoY):**
- **Total Assets**: $43.10B (was $41.80B; +3.1%)
- **Current Assets**: $20.36B (was $19.07B; +6.7%)
- **  Cash & Equivalents**: $1.76B (was $921.00M; +91.2%)
- **  Inventory**: $17.41B (was $16.89B; +3.0%)
- **PP&E (Net)**: $17.65B (was $17.65B; -0.0%)
- **Goodwill**: $311.00M (was $311.00M; +0.0%)
- **Total Liabilities**: $57.33B (was $56.84B; +0.9%)
- **Current Liabilities**: $18.76B (was $15.57B; +20.5%)
- **  Accounts Payable**: $9.29B (was $8.70B; +6.7%)
- **Short-Term Debt**: $0.00 (was $0.00; 0.0%)
- **Long-Term Debt**: $32.90B (was $35.38B; -7.0%)
- **Total Debt**: $35.49B (was $35.92B; -1.2%)
- **Total Equity**: -$14.23B (was -$15.05B; +5.4%)
- **Shares Outstanding**: 560.00M (was 574.00M; -2.4%)
- **Current Ratio**: 1.09x (was 1.23x; -11.4%)
- **Debt/Equity**: -2.49x (was -2.39x; -4.5%)
- **Inventory Turnover**: 3.25x (was 3.25x; +0.2%)
▸ Raw data
{
  "periods": [
    "FY2025",
    "FY2024"
  ],
  "metrics": {
    "ttl_assets": [
      43102000000,
      41795000000
    ],
    "c_assets": [
      20358000000,
      19071000000
    ],
    "cash_eqv": [
      1761000000,
      921000000
    ],
    "accs_receivab": [
      94000000,
      null
    ],
    "inventory": [
      17409000000,
      16894000000
    ],
    "ppe_net": [
      17649000000,
      17653000000
    ],
    "gwill": [
      311000000,
      311000000
    ],
    "intang": [
      277000000,
      null
    ],
    "ttl_liabilities": [
      57333000000,
      56845000000
    ],
    "c_liabilities": [
      18757000000,
      15568000000
    ],
    "accs_payab": [
      9290000000,
      8704000000
    ],
    "st_debt": [
      0,
      0
    ],
    "lt_debt": [
      32901000000,
      35384000000
    ],
    "ttl_debt": [
      35487000000,
      35921000000
    ],
    "ttl_equity": [
      -14231000000,
      -15050000000
    ],
    "shares_outstanding": [
      560000000,
      574000000
    ],
    "current_ratio": [
      1.0853548008743403,
      1.225012846865365
    ],
    "debt_to_equity": [
      -2.493640643665238,
      -2.3867774086378737
    ],
    "inventory_turnover": [
      3.2531848526367955,
      3.2480663919155424
    ],
    "ttl_assets_pop_change": [
      0.03127168321569566
    ],
    "c_assets_pop_change": [
      0.06748466257668712
    ],
    "cash_eqv_pop_change": [
      0.9120521172638436
    ],
    "accs_receivab_pop_change": [
      null
    ],
    "inventory_pop_change": [
      0.030484195572392566
    ],
    "ppe_net_pop_change": [
      -0.00022659038123831643
    ],
    "gwill_pop_change": [
      0
    ],
    "intang_pop_change": [
      null
    ],
    "ttl_liabilities_pop_change": [
      0.008584747998944499
    ],
    "c_liabilities_pop_change": [
      0.2048432682425488
    ],
    "accs_payab_pop_change": [
      0.06732536764705882
    ],
    "st_debt_pop_change": [
      0
    ],
    "lt_debt_pop_change": [
      -0.07017295952973095
    ],
    "ttl_debt_pop_change": [
      -0.01208206898471646
    ],
    "ttl_equity_pop_change": [
      0.05441860465116279
    ],
    "shares_outstanding_pop_change": [
      -0.024390243902439025
    ],
    "current_ratio_pop_change": [
      -0.11400537255457348
    ],
    "debt_to_equity_pop_change": [
      -0.04477302099501222
    ],
    "inventory_turnover_pop_change": [
      0.001575848552231871
    ]
  }
}
**Next:** Use compare_companies() for peer benchmarking, get_filing_index() for a qualitative signal map, or get_stock_price() for the share-price / return leg of a valuation.
07Thinking

Now I need to figure out the exact fiscal year dates for HD and LOW to calculate actual days in the fiscal year, and also I need to get the beginning inventory (prior year's ending inventory) for both companies. From the data I have: - HD FY2024: COGS = $101,709,000,000; Ending Inventory = $20,976,000,000 - HD FY2025: COGS = $106,206,000,000; Ending Inventory = $23,451,000,000 Wait, I need to clarify what "FY 2024" means for each company. I'm realizing the fiscal year labeling from MetricDuck might not align with calendar years—Home Depot's fiscal year ends in late January or early February, so their FY2025 would actually be the fiscal year ending in February 2025, which means I need to verify the exact end dates to properly calculate the inventory turnover ratio. I need to pull the actual 10-K filing dates for both Home Depot and Lowe's to clarify which fiscal years MetricDuck is labeling as FY2024 versus FY2025, since the companies' fiscal year definitions don't align with calendar years. I'm realizing the tool should have already filtered for the vantage date, so the FY2025 data it returned should be valid. But I need to figure out what fiscal year the question is actually asking about—for retailers like HD and LOW with fiscal years ending in January or February, the naming convention might differ from calendar years. FY2025 would be the most recent fiscal year in MetricDuck's data, corresponding to the 10-K filed around March 2026. Given the vantage date of March 1, 2026, HD's FY2025 filing would likely be available or just becoming available, so MetricDuck would use the DocumentFiscalYearFocus from the DEI to label it correctly. Let me pull the actual filing dates from the list to confirm what was accessible by that date.

08Narration

I need the precise fiscal year-end dates and prior-year inventory to compute average inventory. Let me pull the filing lists for both companies.

09Tool calllist_filings
{
"ticker": "HD",
"form_type": "10-K",
"years": 3,
"vantage_date": "2026-03-01"
}
10Tool calllist_filings
{
"ticker": "LOW",
"form_type": "10-K",
"years": 3,
"vantage_date": "2026-03-01"
}
11Resultlist_filings✓ ok · 8,318 ch
# HOME DEPOT, INC. (HD) — SEC Filings

**2 filings** found

## 10-K — FY (filed 2025-03-21)
Accession: 0000354950-25-000085 | 57 sections | 69 tables
57 rows × 5 columns
SectionSection IDWordsChunksTables
**Changes in and Disagreements with Accountants**`accountant_changes`351
**Business Description**`business_description`6,205152
**Controls and Procedures**`controls_procedures`1,3083
**Cybersecurity**`cybersecurity`1,1804
**Summary of Significant Accounting Policies**`footnote_accounting_policies`5,312142
+ 52 more rows
**Business Combinations**`footnote_business_combinations`1,71463
**Cash and Investments**`footnote_cash_investments`31511
**Commitments and Contingencies**`footnote_commitments`691
**Debt and Credit Facilities**`footnote_debt`4,100113
**Derivative Financial Instruments**`footnote_derivatives`2011
**Earnings Per Share**`footnote_eps`27712
**Stockholders' Equity**`footnote_equity`79422
**Fair Value Measurements**`footnote_fair_value`65622
**Goodwill and Intangible Assets**`footnote_goodwill`1,41543
**Income Taxes**`footnote_income_tax`2,99677
**Inventories**`footnote_inventory`3571
**Leases**`footnote_leases`5471
**Pension and Post-Retirement Benefits**`footnote_pension`28511
**Property, Plant and Equipment**`footnote_ppe`37311
**Revenue Recognition**`footnote_revenue`5371
**Segment Information**`footnote_segment`3,24977
**Stock-Based Compensation**`footnote_stock_comp`3,7221011
**Notes to Financial Statements - Introduction**`footnotes_introduction`3,65474
**Legal Proceedings**`legal_proceedings`3471
**Market for Common Equity**`market_equity`1,06131
**Market Risk Disclosures**`market_risk`3371
**Results of Operations**`mda`1,965
**mda_critical_accounting**`mda_critical_accounting`2
**Management's Discussion and Analysis**`mda_full`6,025133
**mda_liquidity**`mda_liquidity`2
**Non-GAAP Financial Measures**`mda_non_gaap`52
**mda_off_balance_sheet**`mda_off_balance_sheet`1
**mda_overview**`mda_overview`2
**mda_results_operations**`mda_results_operations`2
**Mine Safety Disclosures**`mine_safety`271
**Other Information (10-K)**`other_information_10k`461
**Cash and Cash Equivalents Policy**`policy_cash_equivalents`221
**Consolidation Policy**`policy_consolidation`1441
**Derivatives Policy**`policy_derivatives`2241
**Goodwill and Intangibles Policy**`policy_goodwill_intangibles`2091
**Income Tax Policy**`policy_income_tax`4241
**Inventory Policy**`policy_inventory`3271
**Leases Policy**`policy_leases`5471
**Property, Plant and Equipment Policy**`policy_ppe`541
**Receivables and Credit Loss Policy**`policy_receivables`651
**Revenue Recognition Policy**`policy_revenue_recognition`5371
**Properties**`properties`1,20823
**Risk Factors**`risk_factors`431
**Signatures (Executive Officers)**`signature_officers`5271
**Debt Maturities Schedule**`table_debt_maturities`7711
**Deferred Tax Assets and Liabilities**`table_deferred_taxes`35911
**Fair Value Measurements Schedule**`table_fair_value`10211
**Goodwill Schedule**`table_goodwill`25811
**Lease Costs Schedule**`table_lease_costs`30912
**Property, Plant and Equipment Schedule**`table_ppe`15811
**Segment Reporting Schedule**`table_segment_reporting`37312
**Unresolved Staff Comments**`unresolved_staff_comments`101
## 10-K — FY (filed 2024-03-13)
Accession: 0000354950-24-000062 | 56 sections | 64 tables
56 rows × 5 columns
SectionSection IDWordsChunksTables
**Changes in and Disagreements with Accountants**`accountant_changes`151
**Business Description**`business_description`7,298182
**Controls and Procedures**`controls_procedures`1,1103
**Cybersecurity**`cybersecurity`1,1834
**Summary of Significant Accounting Policies**`footnote_accounting_policies`5,255121
+ 51 more rows
**Business Combinations**`footnote_business_combinations`3111
**Cash and Investments**`footnote_cash_investments`51311
**Commitments and Contingencies**`footnote_commitments`691
**Debt and Credit Facilities**`footnote_debt`3,69893
**Derivative Financial Instruments**`footnote_derivatives`3671
**Earnings Per Share**`footnote_eps`28212
**Stockholders' Equity**`footnote_equity`78922
**Fair Value Measurements**`footnote_fair_value`67322
**Goodwill and Intangible Assets**`footnote_goodwill`1,05523
**Income Taxes**`footnote_income_tax`3,21177
**Inventories**`footnote_inventory`3731
**Leases**`footnote_leases`5471
**Pension and Post-Retirement Benefits**`footnote_pension`29011
**Property, Plant and Equipment**`footnote_ppe`38311
**Revenue Recognition**`footnote_revenue`5131
**Segment Information**`footnote_segment`2,08545
**Stock-Based Compensation**`footnote_stock_comp`2,85388
**Notes to Financial Statements - Introduction**`footnotes_introduction`9,022275
**Legal Proceedings**`legal_proceedings`2751
**Market for Common Equity**`market_equity`1,03621
**Market Risk Disclosures**`market_risk`3971
**Results of Operations**`mda`4,580
**mda_critical_accounting**`mda_critical_accounting`1
**Management's Discussion and Analysis**`mda_full`11,961226
**mda_liquidity**`mda_liquidity`1
**Non-GAAP Financial Measures**`mda_non_gaap`64
**mda_off_balance_sheet**`mda_off_balance_sheet`1
**mda_overview**`mda_overview`1
**mda_results_operations**`mda_results_operations`1
**Mine Safety Disclosures**`mine_safety`271
**Other Information (10-K)**`other_information_10k`451
**Cash and Cash Equivalents Policy**`policy_cash_equivalents`221
**Consolidation Policy**`policy_consolidation`1101
**Derivatives Policy**`policy_derivatives`2241
**Goodwill and Intangibles Policy**`policy_goodwill_intangibles`2941
**Income Tax Policy**`policy_income_tax`4241
**Inventory Policy**`policy_inventory`3321
**Leases Policy**`policy_leases`5471
**Property, Plant and Equipment Policy**`policy_ppe`541
**Receivables and Credit Loss Policy**`policy_receivables`481
**Revenue Recognition Policy**`policy_revenue_recognition`5131
**Properties**`properties`1,16323
**Risk Factors**`risk_factors`461
**Signatures (Executive Officers)**`signature_officers`5751
**Debt Maturities Schedule**`table_debt_maturities`7711
**Deferred Tax Assets and Liabilities**`table_deferred_taxes`31711
**Fair Value Measurements Schedule**`table_fair_value`10211
**Goodwill Schedule**`table_goodwill`13611
**Lease Costs Schedule**`table_lease_costs`30912
**Property, Plant and Equipment Schedule**`table_ppe`15811
**Unresolved Staff Comments**`unresolved_staff_comments`71
**Tip:** Use `get_filing_section` with a section_id and accession_number above to read section content.
12Resultlist_filings✓ ok · 13,589 ch
# LOWES COMPANIES INC (LOW) — SEC Filings

**3 filings** found

## 10-K — FY (filed 2025-03-24)
Accession: 0000060667-25-000049 | 58 sections | 78 tables
58 rows × 5 columns
SectionSection IDWordsChunksTables
**Changes in and Disagreements with Accountants**`accountant_changes`151
**Business Description**`business_description`5,10913
**Controls and Procedures**`controls_procedures`3051
**Cybersecurity**`cybersecurity`1,0865
**Summary of Significant Accounting Policies**`footnote_accounting_policies`5,304102
+ 53 more rows
**Cash and Investments**`footnote_cash_investments`201
**Commitments and Contingencies**`footnote_commitments`41911
**Debt and Credit Facilities**`footnote_debt`1,63743
**Derivative Financial Instruments**`footnote_derivatives`65022
**Earnings Per Share**`footnote_eps`88721
**Stockholders' Equity**`footnote_equity`1,42932
**Fair Value Measurements**`footnote_fair_value`1,80843
**Goodwill and Intangible Assets**`footnote_goodwill`1321
**Income Taxes**`footnote_income_tax`1,92844
**Inventories**`footnote_inventory`451
**Leases**`footnote_leases`1,95045
**Pension and Post-Retirement Benefits**`footnote_pension`2381
**Property, Plant and Equipment**`footnote_ppe`38311
**Related Party Transactions**`footnote_related_party`701
**Revenue Recognition**`footnote_revenue`1,69737
**Segment Information**`footnote_segment`1,05321
**Stock-Based Compensation**`footnote_stock_comp`3,78197
**Notes to Financial Statements - Introduction**`footnotes_introduction`351
**Legal Proceedings**`legal_proceedings`2931
**Market for Common Equity**`market_equity`84921
**Market Risk Disclosures**`market_risk`2021
**Results of Operations**`mda`4,132
**Critical Accounting Policies**`mda_critical_accounting`22
**Management's Discussion and Analysis**`mda_full`16,2352614
**Liquidity and Capital Resources**`mda_liquidity`22
**Non-GAAP Financial Measures**`mda_non_gaap`66
**mda_outlook**`mda_outlook`4
**Results of Operations**`mda_results_operations`22
**Mine Safety Disclosures**`mine_safety`1,38561
**Other Information (10-K)**`other_information_10k`1581
**Derivatives Policy**`policy_derivatives`2591
**Income Tax Policy**`policy_income_tax`3221
**Inventory Policy**`policy_inventory`1491
**Leases Policy**`policy_leases`3701
**Property, Plant and Equipment Policy**`policy_ppe`2231
**Revenue Recognition Policy**`policy_revenue_recognition`4341
**Properties**`properties`44321
**Technology and Cybersecurity Risks**`risk_factors`7,93222
**risk_factors_investmentrelated_risks**`risk_factors_investmentrelated_risks`1
**risk_factors_legal_regulatory_and_other_external_risks**`risk_factors_legal_regulatory_and_other_external_risks`3
**risk_factors_strategic_competitive_operational_and_reputational**`risk_factors_strategic_competitive_operational_and_reputational`5
**risk_factors_supply_chain_and_thirdparty_risks**`risk_factors_supply_chain_and_thirdparty_risks`3
**risk_factors_technology_and_cybersecurity_risks**`risk_factors_technology_and_cybersecurity_risks`4
**Signatures (Executive Officers)**`signature_officers`7672
**Contract Assets and Liabilities**`table_contract_assets`24113
**Debt Maturities Schedule**`table_debt_maturities`9411
**Deferred Tax Assets and Liabilities**`table_deferred_taxes`25111
**Earnings Per Share Computation**`table_eps`37511
**Lease Costs Schedule**`table_lease_costs`16611
**Property, Plant and Equipment Schedule**`table_ppe`15411
**Revenue Disaggregation**`table_revenue_disaggregation`12311
**Segment Reporting Schedule**`table_segment_reporting`50111
**Unresolved Staff Comments**`unresolved_staff_comments`171
## 10-K — FY (filed 2024-03-25)
Accession: 0000060667-24-000033 | 58 sections | 72 tables
58 rows × 5 columns
SectionSection IDWordsChunksTables
**Changes in and Disagreements with Accountants**`accountant_changes`151
**Business Description**`business_description`4,87312
**Controls and Procedures**`controls_procedures`3051
**Cybersecurity**`cybersecurity`1,0073
**Summary of Significant Accounting Policies**`footnote_accounting_policies`5,381102
+ 53 more rows
**Cash and Investments**`footnote_cash_investments`741
**Commitments and Contingencies**`footnote_commitments`41911
**Debt and Credit Facilities**`footnote_debt`2,17254
**Derivative Financial Instruments**`footnote_derivatives`61722
**Earnings Per Share**`footnote_eps`1,05922
**Stockholders' Equity**`footnote_equity`1,71032
**Fair Value Measurements**`footnote_fair_value`2,61464
**Goodwill and Intangible Assets**`footnote_goodwill`5902
**Income Taxes**`footnote_income_tax`1,95544
**Inventories**`footnote_inventory`941
**Leases**`footnote_leases`1,93445
**Pension and Post-Retirement Benefits**`footnote_pension`2381
**Property, Plant and Equipment**`footnote_ppe`38311
**Related Party Transactions**`footnote_related_party`1281
**Revenue Recognition**`footnote_revenue`1,69737
**Segment Information**`footnote_segment`271
**Stock-Based Compensation**`footnote_stock_comp`3,78897
**Notes to Financial Statements - Introduction**`footnotes_introduction`351
**Legal Proceedings**`legal_proceedings`2881
**Market for Common Equity**`market_equity`72921
**Market Risk Disclosures**`market_risk`2141
**Results of Operations**`mda`4,485
**Critical Accounting Policies**`mda_critical_accounting`22
**Management's Discussion and Analysis**`mda_full`18,9273312
**Liquidity and Capital Resources**`mda_liquidity`22
**mda_non_gaap**`mda_non_gaap`1
**mda_outlook**`mda_outlook`6
**Results of Operations**`mda_results_operations`22
**Mine Safety Disclosures**`mine_safety`1,38761
**Other Information (10-K)**`other_information_10k`671
**Derivatives Policy**`policy_derivatives`2591
**Income Tax Policy**`policy_income_tax`2531
**Inventory Policy**`policy_inventory`1431
**Leases Policy**`policy_leases`3701
**Property, Plant and Equipment Policy**`policy_ppe`2231
**Revenue Recognition Policy**`policy_revenue_recognition`4341
**Segment Reporting Policy**`policy_segment_reporting`791
**Properties**`properties`44321
**Technology and Cybersecurity Risks**`risk_factors`7,49620
**risk_factors_investmentrelated_risks**`risk_factors_investmentrelated_risks`1
**risk_factors_legal_regulatory_and_other_external_risks**`risk_factors_legal_regulatory_and_other_external_risks`3
**risk_factors_strategic_competitive_operational_and_reputational**`risk_factors_strategic_competitive_operational_and_reputational`4
**risk_factors_supply_chain_and_thirdparty_risks**`risk_factors_supply_chain_and_thirdparty_risks`3
**risk_factors_technology_and_cybersecurity_risks**`risk_factors_technology_and_cybersecurity_risks`3
**Signatures (Executive Officers)**`signature_officers`7122
**Contract Assets and Liabilities**`table_contract_assets`24113
**Debt Maturities Schedule**`table_debt_maturities`9411
**Deferred Tax Assets and Liabilities**`table_deferred_taxes`25111
**Earnings Per Share Computation**`table_eps`42612
**Lease Costs Schedule**`table_lease_costs`16611
**Property, Plant and Equipment Schedule**`table_ppe`15411
**Revenue Disaggregation**`table_revenue_disaggregation`12311
**Unresolved Staff Comments**`unresolved_staff_comments`71
## 10-K — FY (filed 2023-03-27)
Accession: 0000060667-23-000034 | 58 sections | 64 tables
58 rows × 5 columns
SectionSection IDWordsChunksTables
**Changes in and Disagreements with Accountants**`accountant_changes`151
**Business Description**`business_description`5,12713
**Controls and Procedures**`controls_procedures`3051
**Summary of Significant Accounting Policies**`footnote_accounting_policies`6,087144
**Cash and Investments**`footnote_cash_investments`741
+ 53 more rows
**Commitments and Contingencies**`footnote_commitments`2381
**Debt and Credit Facilities**`footnote_debt`2,30754
**Derivative Financial Instruments**`footnote_derivatives`66322
**Earnings Per Share**`footnote_eps`77021
**Stockholders' Equity**`footnote_equity`1,49232
**Fair Value Measurements**`footnote_fair_value`2,22354
**Goodwill and Intangible Assets**`footnote_goodwill`75123
**Income Taxes**`footnote_income_tax`1,86054
**Inventories**`footnote_inventory`941
**Leases**`footnote_leases`3701
**Pension and Post-Retirement Benefits**`footnote_pension`2371
**Property, Plant and Equipment**`footnote_ppe`34611
**Related Party Transactions**`footnote_related_party`1321
**Revenue Recognition**`footnote_revenue`4341
**Segment Information**`footnote_segment`1181
**Stock-Based Compensation**`footnote_stock_comp`3,65096
**Notes to Financial Statements - Introduction**`footnotes_introduction`261
**Legal Proceedings**`legal_proceedings`2271
**Market for Common Equity**`market_equity`91321
**Market Risk Disclosures**`market_risk`2081
**Results of Operations**`mda`4,557
**mda_critical_accounting**`mda_critical_accounting`1
**Management's Discussion and Analysis**`mda_full`20,1453712
**mda_liquidity**`mda_liquidity`1
**Non-GAAP Financial Measures**`mda_non_gaap`64
**Outlook and Guidance**`mda_outlook`32
**Results of Operations**`mda_results_operations`52
**Mine Safety Disclosures**`mine_safety`1,09141
**Other Information (10-K)**`other_information_10k`161
**Derivatives Policy**`policy_derivatives`3191
**Income Tax Policy**`policy_income_tax`3231
**Inventory Policy**`policy_inventory`1771
**Leases Policy**`policy_leases`3701
**Property, Plant and Equipment Policy**`policy_ppe`2261
**Revenue Recognition Policy**`policy_revenue_recognition`4341
**Segment Reporting Policy**`policy_segment_reporting`791
**Properties**`properties`40811
**Technology and Cybersecurity Risks**`risk_factors`7,35419
**risk_factors_investmentrelated_risks**`risk_factors_investmentrelated_risks`1
**risk_factors_legal_regulatory_and_other_external_risks**`risk_factors_legal_regulatory_and_other_external_risks`3
**risk_factors_strategic_competitive_operational_and_reputational**`risk_factors_strategic_competitive_operational_and_reputational`4
**risk_factors_supply_chain_and_thirdparty_risks**`risk_factors_supply_chain_and_thirdparty_risks`3
**risk_factors_technology_and_cybersecurity_risks**`risk_factors_technology_and_cybersecurity_risks`3
**Signatures (Executive Officers)**`signature_officers`7432
**Contract Assets and Liabilities**`table_contract_assets`24113
**Debt Maturities Schedule**`table_debt_maturities`9111
**Deferred Tax Assets and Liabilities**`table_deferred_taxes`25111
**Earnings Per Share Computation**`table_eps`37511
**Goodwill Schedule**`table_goodwill`12411
**Lease Costs Schedule**`table_lease_costs`16811
**Property, Plant and Equipment Schedule**`table_ppe`15411
**Revenue Disaggregation**`table_revenue_disaggregation`12311
**Unresolved Staff Comments**`unresolved_staff_comments`71
**Tip:** Use `get_filing_section` with a section_id and accession_number above to read section content.
13Thinking

Now I have the filing information: For HD: - Latest 10-K filed 2025-03-21 (accession: 0000354950-25-000085) - this is for FY2024 (fiscal year ending Feb 2, 2025) - Previous 10-K filed 2024-03-13 (accession: 0000354950-24-000062) - this is for FY2023 (fiscal year ending Jan 28, 2024) For LOW: - Latest 10-K filed 2025-03-24 (accession: 0000060667-25-000049) - this is for FY2024 (fiscal year ending Jan 31, 2025) - Previous 10-K filed 2024-03-25 (accession: 0000060667-24-000033) - this is for FY2023 (fiscal year ending Jan 31, 2024) Both companies filed their FY2024 10-Ks in March 2025, well before the 2026-03-01 vantage date. I'm noticing that MetricDuck's fiscal year labels don't align with the companies' own fiscal year designations—HD's fiscal year ending February 2, 2025 is what HD calls FY2024, but MetricDuck labels it as FY2025. Since HD uses a 52/53-week fiscal calendar, their fiscal 2024 ended January 28, 2024 and fiscal 2023 ended January 29, 2023. MetricDuck appears to be using the filing year (2025) rather than the company's own fiscal year naming convention when labeling the most recent 10-K. So MetricDuck labels fiscal years by the calendar year they're filed in, not the actual fiscal year the companies report. That means when the question asks for "FY 2024," I need to match it to what Home Depot and Lowe's actually call their FY2024—the fiscal year ending in early 2025—which corresponds to MetricDuck's "FY2025" label. Now I need to pull the actual fiscal year dates from the 10-K filings to calculate how many days each company's fiscal year spans. I'm verifying the exact fiscal year dates for both retailers. For Home Depot's FY2024, that's January 29, 2024 through February 2, 2025—a standard 52-week period of 364 days. For Lowe's FY2024, the period runs February 1, 2024 to January 31, 2025, which spans 365 days since 2024 is a leap year with an extra day in February. I need to verify the exact dates by checking the actual filings rather than relying on assumptions. Let me calculate the precise number of days between January 29, 2024 and February 2, 2025 to confirm whether HD's fiscal year was truly 52 weeks. I'm working through the exact day count for a fiscal year spanning from late January 2024 to early February 2025, trying to figure out whether it's 364 days (52 weeks) or 370 days based on the specific start and end dates. Let me count the days more carefully by breaking down each month. From January 29, 2024 through February 2, 2025, I need to account for the remaining days in January, all of February through December 2024 (remembering 2024 is a leap year), and the first two days of 2025. I need to figure out the exact dates for HD's fiscal year. Since January 31, 2025 is a Friday, the nearest Sunday is February 2, which makes that the end of FY2024. Working backward, FY2024 started on January 29, 2024, the day after the previous fiscal year ended on January 28, 2024. Now I'm calculating the actual number of days between these dates to see if it's a 52-week or 53-week fiscal year. From January 29, 2024 to February 2, 2025 spans 370 days, accounting for the leap day in 2024. I'm second-guessing myself on the week count—371 days would be 53 weeks, but I recall HD's fiscal year being 52 weeks. Let me verify by checking the actual dates: if Jan 28, 2024 is a Sunday and Feb 2, 2025 is also a Sunday, then 52 weeks from Jan 28 would be Jan 26, 2025, not Feb 2. So there's a discrepancy I need to resolve by looking at the 10-K filing directly. So 2024 is a leap year with 366 days total. From January 28 through the end of 2024, that's 338 days remaining, which means 364 days from January 28, 2024 lands 26 days into 2025—January 26, 2025. But I'm getting confused about the fiscal year boundaries and whether that's actually 52 or 53 weeks. Let me reconsider this by looking at the ending dates instead, since the fiscal year is typically defined by when it ends rather than when it starts. So FY2024 is indeed a 53-week year for Home Depot. The fiscal year runs from January 28, 2024 to February 2, 2025, which totals 371 days or 53 weeks. This makes sense because February 2 is the Sunday closest to January 31, which is Home Depot's fiscal year-end anchor date. Now I need to figure out Lowe's fiscal year structure. They use January 31 as their fiscal year-end date, but I need to check whether they also follow a 52/53-week calendar system and what their actual FY2024 end date was. Let me check the actual fiscal year end dates more carefully. January 31, 2025 falls on a Friday, so that's LOW's FY2024 end date. But January 31, 2024 is a Wednesday, which means the closest Friday would be either January 26 (5 days before) or February 2 (2 days after) — so February 2, 2024 should be the FY2023 end date. I need to verify this against the actual 10-K filings to confirm the exact periods. Let me just pull the accounting policies footnotes directly from both companies' most recent 10-K filings to get the exact fiscal year period dates.

14Narration

I need to confirm the exact fiscal year start/end dates and prior-year inventory for both companies. Let me read both filings' accounting policy sections simultaneously.

15Tool callget_filing_section
{
"ticker": "HD",
"section_id": "footnote_accounting_policies",
"accession_number": "0000354950-25-000085",
"query": "fiscal year weeks ended",
"max_chunks": 3
}
16Tool callget_filing_section
{
"ticker": "LOW",
"section_id": "footnote_accounting_policies",
"accession_number": "0000060667-25-000049",
"query": "fiscal year weeks ended",
"max_chunks": 3
}
17Resultget_filing_section✓ ok · 9,960 ch
# LOW — footnote_accounting_policies
10-K FY FY2024 (filed 2025-03-24)
**Keyword search:** "fiscal year weeks ended" — 1 matching chunk

**[Chunk 1 of 10]**
[LOW | 10-K FY 2024 | Summary of Significant Accounting Policies | Chunk 1/10]

Summary of Significant Accounting Policies
Lowe’s Companies, Inc. and subsidiaries (the Company) is the world’s second-largest home improvement retailer and operated 1,748 stores and outlets in the United States as of January 31, 2025. On February 3, 2023, Lowe’s completed the sale of its Canadian retail business, which operated 232 stores in Canada, as well as serviced 210 dealer-owned stores. The Canadian retail business included a number of complementary formats under the banners of RONA, Lowe’s Canada, Réno-Dépôt, and Dick’s Lumber. See
Note 6
for information on this divestiture. Below are those accounting policies considered by the Company to be significant. Fiscal Year - The Company’s fiscal year ends on the Friday nearest the end of January. Fiscal 2022 contained 53 weeks, and fiscal years 2023 and 2024 each contained 52 weeks. All references herein for the years 2024, 2023, and 2022 represent the fiscal years ended January 31, 2025, February 2, 2024, and February 3, 2023, respectively. Principles of Consolidation - The consolidated financial statements include the accounts of the Company and its wholly-owned or controlled subsidiaries. All intercompany accounts and transactions have been eliminated. Foreign Currency - The functional currencies of the Company’s international subsidiaries are generally the local currencies of the countries in which the subsidiaries are located. Foreign currency denominated assets and liabilities are translated into U.S. dollars using the exchange rates in effect at the balance sheet date. Results of operations and cash flows are translated using the average exchange rates throughout the period. The effect of exchange rate fluctuations on translation of assets and liabilities is included as a component of shareholders’ deficit in accumulated other comprehensive income. Gains and losses from foreign currency transactions are included in SG&A expense. Use of Estimates - The preparation of the Company’s financial statements in accordance with accounting principles generally accepted in the United States of America requires management to make estimates that affect the reported amounts of assets, liabilities, sales and expenses, and related disclosures of contingent assets and liabilities. The Company bases these estimates on historical results and various other assumptions believed to be reasonable, all of which form the basis for making estimates concerning the carrying values of assets and liabilities that are not readily available from other sources. Actual results may differ from these estimates. Cash and Cash Equivalents - Cash and cash equivalents include cash on hand, demand deposits, and short-term investments with original maturities of three months or less when purchased. Cash and cash equivalents are carried at amortized cost on the consolidated balance sheets. The majority of payments due from financial institutions for the settlement of credit card and debit card transactions process within two business days and are, therefore, classified as cash and cash equivalents. Investments - Investments generally consist of certificates of deposit, commercial paper, corporate debt securities, governmental securities, and money market funds, which are classified as available-for-sale. Available-for-sale debt securities are recorded at fair value, and unrealized gains and losses are recorded, net of tax, as a component of accumulated other comprehensive income. The proceeds from sales and gross realized gains and losses on available-for-sale debt securities were not significant for any of the periods presented. Also included in long-term investments is performance-based contingent consideration associated with the sale of the Canadian retail business. The Company accounts for the contingent consideration under the fair value option under Accounting Standards Codification (ASC) 825, Financial Instruments, which requires the contingent consideration to be recorded at fair value upon recognition and as of each balance sheet date thereafter.

---
SEC Filing: sec.gov/…
MetricDuck Viewer: viewer.metricduck.com/…#section-footnote_accounting_policies
Accession: 0000060667-25-000049
Citation: mdck://LOW/0000060667-25-000049/footnote_accounting_policies#c0

1 chunk matched "fiscal year weeks ended". Remove query to browse full section.

**Structured tables in this filing** — disaggregated figures behind this section's prose. Query these (not the prose) for the numbers:
- `table_contract_assets` — Contract Assets and Liabilities
- `table_debt_maturities` — Debt Maturities Schedule
- `table_deferred_taxes` — Deferred Tax Assets and Liabilities
- `table_eps` — Earnings Per Share Computation
- `table_lease_costs` — Lease Costs Schedule
- `table_ppe` — Property, Plant and Equipment Schedule
- `table_revenue_disaggregation` — Revenue Disaggregation
- `table_segment_reporting` — Segment Reporting Schedule
Or read the as-filed percentages directly: `get_xbrl_facts(cik="0000060667", search="concentration")` (revenue share by customer / channel / geography / product).

**Other sections in this filing:**
- `accountant_changes` (Changes in and Disagreements with Accountants) — ~15 words
- `business_description` (Business Description) — ~5,109 words
- `controls_procedures` (Controls and Procedures) — ~305 words
- `cybersecurity` (Cybersecurity) — ~1,086 words
- `footnote_cash_investments` (Cash and Investments) — ~20 words
- `footnote_commitments` (Commitments and Contingencies) — ~419 words
- `footnote_debt` (Debt and Credit Facilities) — ~1,637 words
- `footnote_derivatives` (Derivative Financial Instruments) — ~650 words
- `footnote_eps` (Earnings Per Share) — ~887 words
- `footnote_equity` (Stockholders' Equity) — ~1,429 words
- `footnote_fair_value` (Fair Value Measurements) — ~1,808 words
- `footnote_goodwill` (Goodwill and Intangible Assets) — ~132 words
- `footnote_income_tax` (Income Taxes) — ~1,928 words
- `footnote_inventory` (Inventories) — ~45 words
- `footnote_leases` (Leases) — ~1,950 words
- `footnote_pension` (Pension and Post-Retirement Benefits) — ~238 words
- `footnote_ppe` (Property, Plant and Equipment) — ~383 words
- `footnote_related_party` (Related Party Transactions) — ~70 words
- `footnote_revenue` (Revenue Recognition) — ~1,697 words
- `footnote_segment` (Segment Information) — ~1,053 words
- `footnote_stock_comp` (Stock-Based Compensation) — ~3,781 words
- `footnotes_introduction` (Notes to Financial Statements - Introduction) — ~35 words
- `legal_proceedings` (Legal Proceedings) — ~293 words
- `market_equity` (Market for Common Equity) — ~849 words
- `market_risk` (Market Risk Disclosures) — ~202 words
- `mda` (Results of Operations) — ~4,132 words
- `mda_critical_accounting` (Critical Accounting Policies)
- `mda_full` (Management's Discussion and Analysis) — ~16,235 words
- `mda_liquidity` (Liquidity and Capital Resources)
- `mda_non_gaap` (Non-GAAP Financial Measures)
- `mda_outlook`
- `mda_results_operations` (Results of Operations)
- `mine_safety` (Mine Safety Disclosures) — ~1,385 words
- `other_information_10k` (Other Information (10-K)) — ~158 words
- `policy_derivatives` (Derivatives Policy) — ~259 words
- `policy_income_tax` (Income Tax Policy) — ~322 words
- `policy_inventory` (Inventory Policy) — ~149 words
- `policy_leases` (Leases Policy) — ~370 words
- `policy_ppe` (Property, Plant and Equipment Policy) — ~223 words
- `policy_revenue_recognition` (Revenue Recognition Policy) — ~434 words
- `properties` (Properties) — ~443 words
- `risk_factors` (Technology and Cybersecurity Risks) — ~7,932 words
- `risk_factors_investmentrelated_risks`
- `risk_factors_legal_regulatory_and_other_external_risks`
- `risk_factors_strategic_competitive_operational_and_reputational`
- `risk_factors_supply_chain_and_thirdparty_risks`
- `risk_factors_technology_and_cybersecurity_risks`
- `signature_officers` (Signatures (Executive Officers)) — ~767 words
- `table_contract_assets` (Contract Assets and Liabilities) — ~241 words
- `table_debt_maturities` (Debt Maturities Schedule) — ~94 words
- `table_deferred_taxes` (Deferred Tax Assets and Liabilities) — ~251 words
- `table_eps` (Earnings Per Share Computation) — ~375 words
- `table_lease_costs` (Lease Costs Schedule) — ~166 words
- `table_ppe` (Property, Plant and Equipment Schedule) — ~154 words
- `table_revenue_disaggregation` (Revenue Disaggregation) — ~123 words
- `table_segment_reporting` (Segment Reporting Schedule) — ~501 words
- `unresolved_staff_comments` (Unresolved Staff Comments) — ~17 words

_Drill in via `get_filing_section(cik="0000060667", accession_number="0000060667-25-000049", section_id="...")`._
---
## Matching Tables
Jan 31, 2025Feb 02, 2024Feb 03, 2023
Financed payment obligations outstanding at the beginning of the year1,3562,2572,274
Payment obligations financed during the year9,9269,57312,159
Financed payment obligations paid during the year9,77110,47412,176
Financed payment obligations outstanding at the end of the year1,5111,3562,257
**- Other current liabilities on the consolidated balance sheets consist of:**
9 rows × 3 columns
Jan 31, 2025Feb 02, 2024
Accrued dividends645633
Income taxes payable49133
Accrued interest449456
Self-insurance liabilities432431
Sales tax liabilities195164
+ 4 more rows
Sales return reserve167191
Accrued property taxes138130
Other1,4351,440
Total3,9523,478
18Resultget_filing_section✓ ok · 12,381 ch
*Keyword "fiscal year weeks ended" matched no chunks in section "footnote_accounting_policies". Showing full section (3 chunks) for browse — try a broader term or drop the query entirely. If you're looking for a specific financial line-item or disaggregated component (e.g. cost-of-sales sub-items, depreciation, segment figures), it may be XBRL-tagged rather than in the prose — try: `get_xbrl_facts("HD", search="fiscal year weeks ended")`.*

# HD — footnote_accounting_policies
10-K FY FY2024 (filed 2025-03-21)
~5,642 words | Chunks 1-3 of 14

[0000354950 | 10-K FY 2024 | Summary of Significant Accounting Policies | Chunk 1/14]

SUMMARY OF SIGNIFICANT ACCOUNTING POLICIES
Business
The Home Depot, Inc., together with its subsidiaries (the “Company,” “The Home Depot,” “Home Depot,” “we,” “our” or “us”), is a home improvement retailer that sells a wide assortment of building materials, home improvement products, lawn and garden products, décor products, and facilities MRO products in stores and online. We also provide a number of services, including home improvement installation services, and tool and equipment rental.
During the second quarter of fiscal 2024, we completed the acquisition of SRS, a leading residential specialty trade distribution company that sells roofing and complementary building products, landscape, and pool products to professional contractors. Refer to
Note 2
and
Note 13
for further discussion on the acquisition, including certain impacts of the acquisition on our consolidated financial statements.
Consolidation and Presentation
Our consolidated financial statements include our accounts and those of our subsidiaries. Intercompany balances and transactions are eliminated in consolidation. Our fiscal year is a 52- or 53-week period ending on the Sunday nearest to January 31. Fiscal 2024 includes 53 weeks, while fiscal 2023 and fiscal 2022 include 52 weeks.
Reclassifications
Effective July 28, 2024, we began separately presenting intangible assets, net, on the consolidated balance sheets, which were previously included in the other assets line item. In addition, we began separately presenting intangible asset amortization on the statements of cash flows, which was previously included in the depreciation and amortization line item. Prior period amounts have been reclassified to conform to the current year’s financial statement presentation.
Use of Estimates
We have made a number of estimates and assumptions relating to the reporting of assets and liabilities, the disclosure of contingent assets and liabilities, and reported amounts of revenues and expenses in preparing these financial statements in conformity with GAAP. While we believe these estimates and assumptions are reasonable, actual results could differ from these estimates.
Cash and Cash Equivalents
Cash and cash equivalents consist of cash on hand and highly liquid investments purchased with original maturities of three months or less.
Receivables, net
The following table presents components of receivables, net:

| in millions | February 2,2025 | | January 28,2024 |
| Card receivables | $1,019 | | $988 |
| Rebate receivables | 1,404 | | 841 |
| Customer receivables | 1,896 | | 924 |
| Other receivables | 584 | | 575 |
| Receivables, net | $4,903 | | $3,328 |

[0000354950 | 10-K FY 2024 | Summary of Significant Accounting Policies | Chunk 2/14]

[XBRL Context: This table contains accounts receivable net current data (us-gaap:AccountsReceivableNetCurrent). Card receivables: 1,019 (raw: 1019000000.0, concept: us-gaap:AccountsReceivableNetCurrent). Rebate receivables: 1,404 (raw: 1404000000.0, concept: us-gaap:AccountsReceivableNetCurrent). Customer receivables: 1,896 (raw: 1896000000.0, concept: us-gaap:AccountsReceivableNetCurrent). Other receivables: 584 (raw: 584000000.0, concept: us-gaap:AccountsReceivableNetCurrent). Receivables, net: 4,903 (raw: 4903000000.0, concept: us-gaap:AccountsReceivableNetCurrent). ]

[0000354950 | 10-K FY 2024 | Summary of Significant Accounting Policies | Chunk 3/14]

Card receivables consist of payments due from financial institutions for the settlement of credit card and debit card transactions. Rebate receivables represent amounts due from vendors for volume and co-op advertising rebates. Customer receivables relate to credit extended directly to certain customers in the ordinary course of business, which increased compared to the beginning of the year primarily as a result of the SRS acquisition. The valuation allowance related to these receivables was not material to our consolidated financial statements at the end of fiscal 2024 or fiscal 2023.
Merchandise Inventories
Inventory cost includes the amount we pay to acquire inventory, including freight and import costs, as well as operating costs and depreciation associated with our sourcing and distribution network, and is net of certain vendor allowances. The majority of our merchandise inventories are stated at the lower of cost or market, as determined by the retail inventory method, which is based on a number of factors such as markups, markdowns, and inventory losses (or shrink). As the inventory retail value is adjusted regularly to reflect market conditions, inventory valued using the retail method approximates the lower of cost or market. Our remaining merchandise inventories, including those within our retail operations in Canada and Mexico, distribution centers, and SRS, are recorded at the lower of cost or net realizable value, as determined by a cost method, primarily the first-in, first-out method. We evaluate the inventory valued using a cost method at the end of each quarter to ensure that it is carried at the lower of cost or net realizable value, and the adjustments recorded to merchandise inventories valued under a cost method were not material to our consolidated financial statements at the end of fiscal 2024 or fiscal 2023.
Physical inventory counts or cycle counts are taken on a regular basis in our stores, distribution centers and branches to ensure that amounts reflected in merchandise inventories are properly stated. Shrink (or in the case of excess inventory, swell) is the difference between the recorded amount of inventory and the physical inventory count. We calculate shrink based on actual inventory losses identified as a result of physical inventory counts during each fiscal period and estimated inventory losses occurring between physical inventory counts. The estimate for shrink occurring in the interim period between physical inventory counts is calculated on a store-specific basis and is primarily based on recent shrink results. Historically, the difference between estimated shrink and actual inventory losses has not been material to our annual financial results.
Property and Equipment
Buildings and related improvements, furniture, fixtures, and equipment are recorded at cost and depreciated using the straight-line method over their estimated useful lives. Leasehold improvements and assets held under finance leases are amortized using the straight-line method over the original term of the lease or the useful life of the asset, whichever is shorter.
The following table presents the estimated useful lives of our property and equipment:

---
SEC Filing: sec.gov/…
Accession: 0000354950-25-000085
Citation: mdck://0000354950/0000354950-25-000085/footnote_accounting_policies#c0

Next Steps

  1. get_filing_section(cik="0000354950", section_id="footnote_accounting_policies", offset=3)Page 2 of 5
**Structured tables in this filing** — disaggregated figures behind this section's prose. Query these (not the prose) for the numbers:
- `table_debt_maturities` — Debt Maturities Schedule
- `table_deferred_taxes` — Deferred Tax Assets and Liabilities
- `table_fair_value` — Fair Value Measurements Schedule
- `table_goodwill` — Goodwill Schedule
- `table_lease_costs` — Lease Costs Schedule
- `table_ppe` — Property, Plant and Equipment Schedule
- `table_segment_reporting` — Segment Reporting Schedule
Or read the as-filed percentages directly: `get_xbrl_facts(cik="0000354950", search="concentration")` (revenue share by customer / channel / geography / product).

**Other sections in this filing:**
- `accountant_changes` (Changes in and Disagreements with Accountants) — ~35 words
- `business_description` (Business Description) — ~6,205 words
- `controls_procedures` (Controls and Procedures) — ~1,308 words
- `cybersecurity` (Cybersecurity) — ~1,180 words
- `footnote_business_combinations` (Business Combinations) — ~1,714 words
- `footnote_cash_investments` (Cash and Investments) — ~315 words
- `footnote_commitments` (Commitments and Contingencies) — ~69 words
- `footnote_debt` (Debt and Credit Facilities) — ~4,100 words
- `footnote_derivatives` (Derivative Financial Instruments) — ~201 words
- `footnote_eps` (Earnings Per Share) — ~277 words
- `footnote_equity` (Stockholders' Equity) — ~794 words
- `footnote_fair_value` (Fair Value Measurements) — ~656 words
- `footnote_goodwill` (Goodwill and Intangible Assets) — ~1,415 words
- `footnote_income_tax` (Income Taxes) — ~2,996 words
- `footnote_inventory` (Inventories) — ~357 words
- `footnote_leases` (Leases) — ~547 words
- `footnote_pension` (Pension and Post-Retirement Benefits) — ~285 words
- `footnote_ppe` (Property, Plant and Equipment) — ~373 words
- `footnote_revenue` (Revenue Recognition) — ~537 words
- `footnote_segment` (Segment Information) — ~3,249 words
- `footnote_stock_comp` (Stock-Based Compensation) — ~3,722 words
- `footnotes_introduction` (Notes to Financial Statements - Introduction) — ~3,654 words
- `legal_proceedings` (Legal Proceedings) — ~347 words
- `market_equity` (Market for Common Equity) — ~1,061 words
- `market_risk` (Market Risk Disclosures) — ~337 words
- `mda` (Results of Operations) — ~1,965 words
- `mda_critical_accounting`
- `mda_full` (Management's Discussion and Analysis) — ~6,025 words
- `mda_liquidity`
- `mda_non_gaap` (Non-GAAP Financial Measures)
- `mda_off_balance_sheet`
- `mda_overview`
- `mda_results_operations`
- `mine_safety` (Mine Safety Disclosures) — ~27 words
- `other_information_10k` (Other Information (10-K)) — ~46 words
- `policy_cash_equivalents` (Cash and Cash Equivalents Policy) — ~22 words
- `policy_consolidation` (Consolidation Policy) — ~144 words
- `policy_derivatives` (Derivatives Policy) — ~224 words
- `policy_goodwill_intangibles` (Goodwill and Intangibles Policy) — ~209 words
- `policy_income_tax` (Income Tax Policy) — ~424 words
- `policy_inventory` (Inventory Policy) — ~327 words
- `policy_leases` (Leases Policy) — ~547 words
- `policy_ppe` (Property, Plant and Equipment Policy) — ~54 words
- `policy_receivables` (Receivables and Credit Loss Policy) — ~65 words
- `policy_revenue_recognition` (Revenue Recognition Policy) — ~537 words
- `properties` (Properties) — ~1,208 words
- `risk_factors` (Risk Factors) — ~43 words
- `signature_officers` (Signatures (Executive Officers)) — ~527 words
- `table_debt_maturities` (Debt Maturities Schedule) — ~77 words
- `table_deferred_taxes` (Deferred Tax Assets and Liabilities) — ~359 words
- `table_fair_value` (Fair Value Measurements Schedule) — ~102 words
- `table_goodwill` (Goodwill Schedule) — ~258 words
- `table_lease_costs` (Lease Costs Schedule) — ~309 words
- `table_ppe` (Property, Plant and Equipment Schedule) — ~158 words
- `table_segment_reporting` (Segment Reporting Schedule) — ~373 words
- `unresolved_staff_comments` (Unresolved Staff Comments) — ~10 words

_Drill in via `get_filing_section(cik="0000354950", accession_number="0000354950-25-000085", section_id="...")`._
---
## Matching Tables

**in millionsFebruary 2,2025January 28,2024Card receivables$1,019$988Rebate receivables1,404841Customer receivables1,896924Other receivables584575Receivables, net$4,903$3,328**
Feb 02, 2025Jan 28, 2024
Card receivables1,019988
Rebate receivables1,404841
Customer receivables1,896924
Other receivables584575
Receivables, net4,9033,328
**The following table presents the changes in our outstanding obligations under our supplier finance program:**
The following table presents the changes in our outstanding obligations under our supplier finance program:
19Thinking

Now I have the key information from both 10-K filings: **Home Depot (HD) FY2024:** - Fiscal year ends on "the Sunday nearest to January 31" - "Fiscal 2024 includes 53 weeks, while fiscal 2023 and fiscal 2022 include 52 weeks" - Balance sheet dates: February 2, 2025 (FY2024 end) and January 28, 2024 (FY2023 end) - So FY2024: from January 29, 2024 to February 2, 2025 = 53 weeks = 371 days **Lowe's (LOW) FY2024:** - Fiscal year ends on "the Friday nearest the end of January" - "Fiscal 2022 contained 53 weeks, and fiscal years 2023 and 2024 each contained 52 weeks" - FY2024 ran from February 3, 2024 to January 31, 2025 = 52 weeks = 364 days Now I'm ready to calculate the actual year-over-year comparisons between these two retailers. **Home Depot (HD) FY2024:** - Ran from January 29, 2024 to February 2, 2025 with 53 weeks - That's 371 days total, accounting for 2024 being a leap year **Lowe's (LOW) FY2024:** - Ran from February 3, 2024 to January 31, 2025 with 52 weeks - Working through the day count here, accounting for the leap day in February 2024 So the fiscal year runs from Feb 2, 2024 to Jan 31, 2025, which is exactly 364 days or 52 weeks. I can now compare this against the high-density scenario of 371 days. Now I'm moving on to examine the inventory data for this fiscal year. Now I'm calculating the average inventory by taking the ending and beginning balances, then computing the Days Inventory Outstanding using the average inventory, COGS, and the 371-day fiscal year, which gives me approximately 77.60 days. Moving on to Lowe's FY2024 data, I have their COGS of $55,797M and inventory figures for both the ending and beginning of the period. Calculating the average inventory at $17,151.5M, then dividing by COGS and multiplying by the 364 days in their fiscal year gives me a DIO of approximately 111.89 days. Comparing the two retailers, Home Depot turns inventory much faster at about 77.60 days versus Lowe's at 111.89 days—a difference of roughly 34 days. I should verify these calculations to make sure they're accurate. Now I'm checking LOW's inventory figures from their 10-K filing—the ending inventory for January 31, 2025 is $17,409M and the prior year balance from February 2, 2024 was $16,894M. I'm also verifying the COGS values I'm using are from the most recent fiscal year: HD's FY2024 COGS is $106,206M and LOW's is $55,797M. LOW's DIO comes to about 111.89 days, so Home Depot turns inventory roughly 34 days faster than Lowe's. Let me verify these calculations with more precision.

20Narration

I now have all the data I need. Key confirmed facts from the 10-Ks: - **HD FY2024**: 53-week year, Feb 2, 2025 end / Jan 28, 2024 start → **371 days** - **LOW FY2024**: 52-week year, Jan 31, 2025 end / Feb 3, 2024 start → **364 days** Let me now run the DIO calculations precisely.

21Tool callcalculator
{
"expression": "(23451 + 20976) / 2"
}
22Resultcalculator✓ ok · 7 ch
22213.5
23Tool callcalculator
{
"expression": "(17409 + 16894) / 2"
}
24Resultcalculator✓ ok · 7 ch
17151.5
25Thinking

Now let me calculate the DIO for both companies. HD DIO = (Average Inventory / COGS) × Days in Fiscal Year = (22,213.5 / 106,206) × 371 LOW DIO = (Average Inventory / COGS) × Days in Fiscal Year = (17,151.5 / 55,797) × 364

26Tool callcalculator
{
"expression": "(22213.5 / 106206) * 371"
}
27Resultcalculator✓ ok · 17 ch
77.59644935314388
28Tool callcalculator
{
"expression": "(17151.5 / 55797) * 364"
}
29Resultcalculator✓ ok · 18 ch
111.89035252791369
30Tool callcalculator
{
"expression": "111.89035252791369 - 77.59644935314388"
}
31Resultcalculator✓ ok · 17 ch
34.29390317476981
32Thinking

Now I have all the calculations: **Home Depot (HD) FY2024:** - Fiscal year: 53 weeks ending February 2, 2025 = 371 days - Beginning inventory (Jan 28, 2024): $20,976M - Ending inventory (Feb 2, 2025): $23,451M - Average inventory: ($20,976M + $23,451M) / 2 = $22,213.5M - COGS: $106,206M - DIO = 77.60 days **Lowe's (LOW) FY2024:** - Fiscal year: 52 weeks ending January 31, 2025 = 364 days - Beginning inventory (Feb 2, 2024): $16,894M - Ending inventory (Jan 31, 2025): $17,409M - Average inventory: ($16,894M + $17,409M) / 2 = $17,151.5M - COGS: $55,797M - DIO = 111.89 days Home Depot's inventory moves through much faster than Lowe's—about 34 days quicker—suggesting more efficient inventory management. I'm pulling this data from their respective 10-K filings to verify the calculations.

33Final emit

DigestPayload · 2,852 chars

All inputs confirmed. Here is the full analysis.

---

## Inventory Efficiency Comparison: HD vs. LOW — FY2024

**Data sources:** HD 10-K (filed 2025-03-21, accession 0000354950-25-000085) and LOW 10-K (filed 2025-03-24, accession 0000060667-25-000049). Both are labeled "FY2025" in MetricDuck's system (filing year = 2025) but correspond to what each company calls **fiscal year 2024**.

---

### Step 1 — Actual Days in Fiscal Year

| | HD FY2024 | LOW FY2024 |
|---|---|---|
| Fiscal year end | February 2, 2025 | January 31, 2025 |
| Fiscal year start | January 29, 2024 | February 3, 2024 |
| Weeks | **53 weeks** (per 10-K Note 1) | **52 weeks** (per 10-K Note 1) |
| **Actual days** | **371** (53 × 7) | **364** (52 × 7) |

HD's FY2024 was a 53-week year; LOW's was a standard 52-week year.

---

### Step 2 — Average Inventory (in millions)

| | HD | LOW |
|---|---|---|
| Beginning inventory (prior FY end) | $20,976 (Jan 28, 2024) | $16,894 (Feb 2, 2024) |
| Ending inventory (current FY end) | $23,451 (Feb 2, 2025) | $17,409 (Jan 31, 2025) |
| **Average Inventory** | **($20,976 + $23,451) / 2 = $22,213.50** | **($16,894 + $17,409) / 2 = $17,151.50** |

---

### Step 3 — COGS (in millions, from 10-K income statement)

| | HD | LOW |
|---|---|---|
| Cost of Revenue (COGS) | **$106,206** | **$55,797** |

---

### Step 4 — Days Inventory Outstanding (DIO)

**Formula:** DIO = (Average Inventory ÷ COGS) × Actual Days in Fiscal Year

| | HD | LOW |
|---|---|---|
| Avg Inventory / COGS | $22,213.50 / $106,206 = 0.20917 | $17,151.50 / $55,797 = 0.30739 |
| × Actual Days | × 371 | × 364 |
| **DIO** | **77.60 days** | **111.89 days** |

---

### Step 5 — Comparison

| | HD | LOW |
|---|---|---|
| DIO | 77.60 days | 111.89 days |
| **DIO Difference** | **LOW − HD = 34.29 days slower** | |

**Home Depot (HD) turns its inventory significantly faster.** At 77.60 days vs. Lowe's 111.89 days, HD clears its inventory shelf roughly 34 days quicker per cycle. This reflects HD's heavier mix of professional/contractor customers (higher velocity, more predictable demand) and its longer-established supply chain efficiencies vs. Lowe's more DIY-focused, somewhat slower-moving assortment.

---

FINAL ANSWER:
- **HD FY2024 actual days in fiscal year:** 371 days (53-week year, January 29, 2024 – February 2, 2025)
- **LOW FY2024 actual days in fiscal year:** 364 days (52-week year, February 3, 2024 – January 31, 2025)
- **HD average inventory:** ($20,976M + $23,451M) / 2 = **$22,213.50M**
- **LOW average inventory:** ($16,894M + $17,409M) / 2 = **$17,151.50M**
- **HD DIO:** ($22,213.50M / $106,206M) × 371 = **77.60 days**
- **LOW DIO:** ($17,151.50M / $55,797M) × 364 = **111.89 days**
- **HD turns inventory faster** (lower DIO)
- **Difference in DIO:** 111.89 − 77.60 = **34.29 days** (LOW carries inventory ~34.29 days longer than HD)

A real, unedited AI agent + MetricDuck run (Sonnet 4.6, MetricDuck MCP only), captured from the vals.ai Finance-Agent v2 benchmark (a full-credit pass). Curation is limited to the short summary; the trace itself — thinking, tool calls, results, and final answer — is exactly as captured. Every cited filing in the trace links to its source. See the method →

MetricDuck — the free, self-serve first-source financial data layer beneath whatever agent you run (not another model). Every figure is traced back to its source — click any to verify.

Run this on your own ticker — connect your agent in 30 seconds.

Connect free