Manhattan Associates (MANH) Other Working Capital Changes (2010 - 2026)
Manhattan Associates' (MANH) quarterly Other Working Capital Changes came in at -$7.6 million in Q3 2018, down 219.71% year-over-year from $6.4 million in Q3 2017, and down 219.06% quarter-over-quarter from $6.4 million in Q2 2018.
Manhattan Associates (MANH) Other Working Capital Changes (2010 - 2026) Analysis & Trends
Manhattan Associates has disclosed Other Working Capital Changes across 9 years of filings, most recently posting -$7.6 million for Q3 2018.
- In Q3 2018, Other Working Capital Changes fell 219.71% year-over-year to -$7.6 million; the TTM figure through Sep 2018 stood at $15.5 million (up 1019.62% YoY), while the FY2017 annual figure was $13.1 million, up 414.51% from the prior year.
- Other Working Capital Changes came in at -$7.6 million for Q3 2018 at Manhattan Associates, down from $6.4 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $39.8 million in Q4 2025 to a low of -$12.4 million in Q2 2026.
- Average Other Working Capital Changes over 5 years is $10.4 million, with a median of $9.6 million recorded in 2022.
- Year-over-year, Other Working Capital Changes tumbled 950.47% in 2014 and soared 819.57% in 2015.
- Over 5 years, Other Working Capital Changes stood at $1.7 million in 2014, then jumped by 117.27% to $3.7 million in 2015, then slumped by 230.19% to -$4.8 million in 2016, then jumped by 243.91% to $6.9 million in 2017, then sank by 210.55% to -$7.6 million in 2018.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$7.6 million in Q3 2018, $6.4 million in Q2 2018, and $9.9 million in Q1 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn |
| 10 | Procore Technologies | 7.76 Bn | 7.10 Bn | 299.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.40 Mn |
| Jun 30, 2026 | -12.40 Mn |
| Mar 31, 2026 | 19.61 Mn |
| Mar 31, 2026 | 19.61 Mn |
| Dec 31, 2025 | 39.83 Mn |
| Dec 31, 2025 | 39.83 Mn |
| Sep 30, 2025 | -2.60 Mn |
| Sep 30, 2025 | -2.60 Mn |
| Jun 30, 2025 | -2.23 Mn |
| Jun 30, 2025 | -2.23 Mn |
| Mar 31, 2025 | 17.10 Mn |
| Mar 31, 2025 | 17.10 Mn |
| Dec 31, 2024 | 29.23 Mn |
| Dec 31, 2024 | 29.23 Mn |
| Sep 30, 2024 | -9.13 Mn |
| Sep 30, 2024 | -9.13 Mn |
| Jun 30, 2024 | -4.94 Mn |
| Jun 30, 2024 | -4.94 Mn |
| Mar 31, 2024 | 27.02 Mn |
| Mar 31, 2024 | 27.02 Mn |
Manhattan Associates Other Working Capital Changes API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=other-working-capital-changes&ticker=MANH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "MANH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-working-capital-changes&ticker=MANH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();