CRH public limited company: other noncurrent assets
Other noncurrent assets for CRH public limited company. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All CRH public limited company financial histories
What this measure means
Noncurrent assets the filer does not present separately. The composition differs by filer and is described only in the filing.
Exact concept: us-gaap:OtherAssetsNoncurrent. Each value is a balance at the reporting date, not a flow earned over a year. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2022-12-31 to 2025-12-31. The SEC response was captured on 2026-09-19.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2025-12-31 | 1,018,000,000 | USD | 2026-02-18 | 10-K · 0001628280-26-009043 |
| At date | 2024-12-31 | 795,000,000 | USD | 2026-02-18 | 10-K · 0001628280-26-009043 |
| At date | 2023-12-31 | 632,000,000 | USD | 2025-02-26 | 10-K · 0001628280-25-008179 |
| At date | 2022-12-31 | 607,000,000 | USD | 2024-02-29 | 10-K · 0001628280-24-007773 |
Related financial histories
- CRH public limited company: total assets
- CRH public limited company: total liabilities
- CRH public limited company: stockholders equity
- CRH public limited company: cash and cash equivalents
- CRH public limited company: net income or loss
- CRH public limited company: operating cash flow
- CRH public limited company: capital expenditure payments
- CRH public limited company: contract revenue excluding tax
- CRH public limited company: financing cash flow
- CRH public limited company: investing cash flow
- CRH public limited company: retained earnings or deficit
- CRH public limited company: basic weighted-average shares
- CRH public limited company: diluted weighted-average shares
- CRH public limited company: basic earnings per share
- CRH public limited company: diluted earnings per share
- CRH public limited company: income tax expense or benefit
- CRH public limited company: net property, plant and equipment
- CRH public limited company: share-based compensation expense
- CRH public limited company: operating income or loss
- CRH public limited company: current assets
- CRH public limited company: interest expense
- CRH public limited company: current liabilities
- CRH public limited company: current accounts payable
- CRH public limited company: goodwill carrying amount
- CRH public limited company: net finite-lived intangible assets
- CRH public limited company: common-stock repurchase payments
- CRH public limited company: net inventory
- CRH public limited company: gross profit
- CRH public limited company: selling, general and administrative expense
- CRH public limited company: common shares outstanding
- CRH public limited company: additional paid-in capital
- CRH public limited company: accumulated other comprehensive income or loss
- CRH public limited company: total equity including noncontrolling interests
- CRH public limited company: operating lease right-of-use asset
- CRH public limited company: operating lease liability
- CRH public limited company: long-term debt
- CRH public limited company: net intangible assets excluding goodwill
- CRH public limited company: other noncurrent liabilities
- CRH public limited company: accrued current liabilities
- CRH public limited company: net deferred tax assets
- CRH public limited company: net deferred tax liabilities
- CRH public limited company: pre-tax income or loss from continuing operations
- CRH public limited company: profit or loss including noncontrolling interests
- CRH public limited company: comprehensive income or loss
- CRH public limited company: net income available to common stockholders
- CRH public limited company: depreciation expense
- CRH public limited company: depreciation, depletion and amortization
- CRH public limited company: amortization of intangible assets
- CRH public limited company: nonoperating interest expense
- CRH public limited company: other nonoperating income or expense
- CRH public limited company: current income tax expense or benefit
- CRH public limited company: deferred income tax expense or benefit
- CRH public limited company: interest paid, net
- CRH public limited company: income taxes paid, net
- CRH public limited company: operating lease payments
- CRH public limited company: change in accounts receivable
- CRH public limited company: change in inventories
- CRH public limited company: change in accounts payable
Inspect the source
- Entity
- CRH public limited company / CIK 0000849395
- Captured
- 2026-09-19T15:09:57.676Z
- SEC response SHA-256
bafbd0d6ae151e56e2849147c783ff7bdab7fe825b41be69c1bc559b27ec3daa
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/0000849395.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"])))