Oil-Dri Corp of America (ODC) Gross Margin Growth (1y) (2011 - 2026)
Analysis
Oil-Dri Corp of America (ODC) Gross Margin Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Gross Margin Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | -215.00 |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 137.00 |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -149.00 |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -924.00 |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | -189.00 |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -160.00 |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | -487.00 |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | - |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -38.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -189.00 |
| Jan 31, 2026 | -203.00 |
| Oct 31, 2025 | -241.00 |
| Jul 31, 2025 | -123.00 |
| Apr 30, 2025 | 37.00 |
| Jan 31, 2025 | 18.00 |
| Oct 31, 2024 | 406.00 |
| Jul 31, 2024 | 70.00 |
| Apr 30, 2024 | 217.00 |
| Jan 31, 2024 | 664.00 |
| Oct 31, 2023 | 517.00 |
| Jul 31, 2023 | 958.00 |
| Apr 30, 2023 | 783.00 |
| Jan 31, 2023 | 477.00 |
| Oct 31, 2022 | 588.00 |
| Jul 31, 2022 | -19.00 |
| Apr 30, 2022 | -140.00 |
| Jan 31, 2022 | -453.00 |
| Oct 31, 2021 | -792.00 |
| Jul 31, 2021 | 595.00 |
API Access
Oil-Dri Corp of America Gross Margin Growth (1y) 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=gross-margin-growth-1y&ticker=ODC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin-growth-1y", "ticker": "ODC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gross-margin-growth-1y&ticker=ODC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();