Infobird Co., Ltd: gross property, plant and equipment
Gross property, plant and equipment for Infobird Co., Ltd. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Infobird Co., Ltd financial histories
What this measure means
Cost of property, plant and equipment before accumulated depreciation. Historical cost does not indicate current value or replacement cost.
Exact concept: us-gaap:PropertyPlantAndEquipmentGross. 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 2019-12-31 to 2022-12-31. The SEC response was captured on 2026-09-21.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2022-12-31 | 739,142 | USD | 2023-05-01 | 20-F · 0001731122-23-000801 |
| At date | 2021-12-31 | 1,205,611 | USD | 2023-05-01 | 20-F · 0001731122-23-000801 |
| At date | 2020-12-31 | 2,991,594 | USD | 2022-05-16 | 20-F · 0001731122-22-000935 |
| At date | 2019-12-31 | 2,681,816 | USD | 2021-05-17 | 20-F/A · 0001731122-21-000854 |
Related financial histories
- Infobird Co., Ltd: total assets
- Infobird Co., Ltd: total liabilities
- Infobird Co., Ltd: stockholders equity
- Infobird Co., Ltd: cash and cash equivalents
- Infobird Co., Ltd: net income or loss
- Infobird Co., Ltd: operating cash flow
- Infobird Co., Ltd: capital expenditure payments
- Infobird Co., Ltd: revenue
- Infobird Co., Ltd: financing cash flow
- Infobird Co., Ltd: investing cash flow
- Infobird Co., Ltd: retained earnings or deficit
- Infobird Co., Ltd: basic weighted-average shares
- Infobird Co., Ltd: diluted weighted-average shares
- Infobird Co., Ltd: basic earnings per share
- Infobird Co., Ltd: diluted earnings per share
- Infobird Co., Ltd: income tax expense or benefit
- Infobird Co., Ltd: net property, plant and equipment
- Infobird Co., Ltd: operating income or loss
- Infobird Co., Ltd: current assets
- Infobird Co., Ltd: interest expense
- Infobird Co., Ltd: current liabilities
- Infobird Co., Ltd: current accounts payable
- Infobird Co., Ltd: goodwill carrying amount
- Infobird Co., Ltd: net finite-lived intangible assets
- Infobird Co., Ltd: net current accounts receivable
- Infobird Co., Ltd: operating expenses
- Infobird Co., Ltd: gross profit
- Infobird Co., Ltd: cost of revenue
- Infobird Co., Ltd: research and development expense
- Infobird Co., Ltd: common shares outstanding
- Infobird Co., Ltd: cash including restricted cash
- Infobird Co., Ltd: additional paid-in capital
- Infobird Co., Ltd: accumulated other comprehensive income or loss
- Infobird Co., Ltd: total equity including noncontrolling interests
- Infobird Co., Ltd: accumulated depreciation on property, plant and equipment
- Infobird Co., Ltd: net deferred tax assets
- Infobird Co., Ltd: net deferred tax liabilities
- Infobird Co., Ltd: pre-tax income or loss from continuing operations
- Infobird Co., Ltd: profit or loss including noncontrolling interests
- Infobird Co., Ltd: comprehensive income or loss
- Infobird Co., Ltd: net income available to common stockholders
- Infobird Co., Ltd: general and administrative expense
- Infobird Co., Ltd: depreciation expense
- Infobird Co., Ltd: amortization of intangible assets
- Infobird Co., Ltd: other nonoperating income or expense
- Infobird Co., Ltd: nonoperating income or expense
- Infobird Co., Ltd: current income tax expense or benefit
- Infobird Co., Ltd: deferred income tax expense or benefit
- Infobird Co., Ltd: interest paid, net
- Infobird Co., Ltd: income taxes paid, net
- Infobird Co., Ltd: change in accounts receivable
- Infobird Co., Ltd: change in accounts payable
Inspect the source
- Entity
- Infobird Co., Ltd / CIK 0001815566
- Captured
- 2026-09-21T17:34:08.149Z
- SEC response SHA-256
812a91a8d1a2d3e68d17dc50108f8bc1dfd0196177fb9a1ab2ba87538f9a3135
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/0001815566.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"])))