Lindsay Corporation: operating cash flow
Operating cash flow for Lindsay Corporation. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Lindsay Corporation financial histories
What this measure means
Cash generated or used by operating activities. Working-capital timing can make this differ substantially from reported income.
Exact concept: us-gaap:NetCashProvidedByUsedInOperatingActivities. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2009-09-01 to 2025-08-31. The SEC response was captured on 2026-09-19.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2024-09-01 | 2025-08-31 | 132,910,000 | USD | 2025-10-23 | 10-K · 0001193125-25-248751 |
| 2023-09-01 | 2024-08-31 | 95,761,000 | USD | 2025-10-23 | 10-K · 0001193125-25-248751 |
| 2022-09-01 | 2023-08-31 | 119,707,000 | USD | 2025-10-23 | 10-K · 0001193125-25-248751 |
| 2021-09-01 | 2022-08-31 | 3,048,000 | USD | 2024-10-24 | 10-K · 0000950170-24-117056 |
| 2020-09-01 | 2021-08-31 | 43,968,000 | USD | 2023-10-19 | 10-K · 0000950170-23-054198 |
| 2019-09-01 | 2020-08-31 | 46,034,000 | USD | 2022-10-20 | 10-K · 0000950170-22-019799 |
| 2018-09-01 | 2019-08-31 | 3,797,000 | USD | 2021-10-21 | 10-K · 0001564590-21-051450 |
| 2017-09-01 | 2018-08-31 | 33,934,000 | USD | 2020-10-22 | 10-K · 0001564590-20-047271 |
| 2016-09-01 | 2017-08-31 | 39,449,000 | USD | 2019-10-31 | 10-K · 0000950123-19-009834 |
| 2015-09-01 | 2016-08-31 | 33,125,000 | USD | 2018-10-24 | 10-K · 0001564590-18-024810 |
| 2011-09-01 | 2012-08-31 | 52,439,000 | USD | 2012-10-26 | 10-K · 0001193125-12-437101 |
| 2010-09-01 | 2011-08-31 | 43,055,000 | USD | 2012-10-26 | 10-K · 0001193125-12-437101 |
| 2009-09-01 | 2010-08-31 | 23,833,000 | USD | 2012-10-26 | 10-K · 0001193125-12-437101 |
Related financial histories
- Lindsay Corporation: total assets
- Lindsay Corporation: total liabilities
- Lindsay Corporation: stockholders equity
- Lindsay Corporation: cash and cash equivalents
- Lindsay Corporation: net income or loss
- Lindsay Corporation: capital expenditure payments
- Lindsay Corporation: revenue
- Lindsay Corporation: contract revenue excluding tax
- Lindsay Corporation: financing cash flow
- Lindsay Corporation: investing cash flow
- Lindsay Corporation: retained earnings or deficit
- Lindsay Corporation: basic weighted-average shares
- Lindsay Corporation: diluted weighted-average shares
- Lindsay Corporation: basic earnings per share
- Lindsay Corporation: diluted earnings per share
- Lindsay Corporation: income tax expense or benefit
- Lindsay Corporation: net property, plant and equipment
- Lindsay Corporation: share-based compensation expense
- Lindsay Corporation: operating income or loss
- Lindsay Corporation: current assets
- Lindsay Corporation: interest expense
- Lindsay Corporation: current liabilities
- Lindsay Corporation: current accounts payable
- Lindsay Corporation: goodwill carrying amount
- Lindsay Corporation: net finite-lived intangible assets
- Lindsay Corporation: common-stock repurchase payments
- Lindsay Corporation: operating expenses
- Lindsay Corporation: net inventory
- Lindsay Corporation: gross profit
- Lindsay Corporation: cost of revenue
- Lindsay Corporation: research and development expense
Inspect the source
- Entity
- Lindsay Corporation / CIK 0000836157
- Captured
- 2026-09-19T15:08:53.507Z
- SEC response SHA-256
f5d13e8eddc3c30290b694458296aca25e36713bfeaf2da743c31e78ef17028a
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.
Use this in research
A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.
These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.
Research methodology · Execution and cost assumptions · Check backtest overfitting
Build with the open-source tools
Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0000836157.json") as response:
record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
print(concept["tag"], next(iter(concept["observations"])))