Skip to content

iFresh Inc.: financial reference

Explore iFresh Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2020-08-13

The latest filing in this captured record is a 10-K filed 2020-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. iFresh Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2020-03-3199,259,161USD2020-08-13
Total liabilities-2020-03-31101,809,308USD2020-08-13
Stockholders equity-2020-03-31-2,550,147USD2020-08-13
Cash and cash equivalents-2020-03-31751,942USD2020-08-13
Net income or loss2019-04-012020-03-31-8,286,854USD2020-08-13
Operating cash flow2019-04-012020-03-31-861,789USD2020-08-13
Capital expenditure payments2019-04-012020-03-312,828,495USD2020-08-13
Financing cash flow2019-04-012020-03-313,233,959USD2020-08-13
Investing cash flow2019-04-012020-03-31-2,668,318USD2020-08-13
Retained earnings or deficit-2020-03-31-24,254,336USD2020-08-13
Basic weighted-average shares2019-04-012020-03-3118,381,081shares2020-08-13
Diluted weighted-average shares2019-04-012020-03-3118,381,081shares2020-08-13
Basic earnings per share2019-04-012020-03-31-0.45USD/shares2020-08-13
Diluted earnings per share2019-04-012020-03-31-0.45USD/shares2020-08-13
Income tax expense or benefit2019-04-012020-03-31-186,195USD2020-08-13
Net property, plant and equipment-2020-03-3119,769,152USD2020-08-13
Share-based compensation expense2019-04-012020-03-311,956,866USD2020-08-13
Operating income or loss2019-04-012020-03-31-8,208,614USD2020-08-13
Current assets-2020-03-3114,034,375USD2020-08-13
Interest expense2019-04-012020-03-311,824,667USD2020-08-13
Current liabilities-2020-03-3142,672,307USD2020-08-13
Current accounts payable-2020-03-3110,674,455USD2020-08-13
Net finite-lived intangible assets-2020-03-31900,005USD2020-08-13
Net current accounts receivable-2020-03-313,405,341USD2020-08-13
Net inventory-2020-03-316,185,102USD2020-08-13
Gross profit2019-04-012020-03-3116,834,640USD2020-08-13
Cost of revenue2019-04-012020-03-3165,957,943USD2020-08-13
Common shares outstanding-2020-03-3118,658,547shares2020-08-13
Additional paid-in capital-2020-03-3118,202,323USD2020-08-13
Gross property, plant and equipment-2020-03-3132,470,776USD2020-08-13
Accumulated depreciation on property, plant and equipment-2020-03-3112,701,624USD2020-08-13
Net intangible assets excluding goodwill-2020-03-31900,005USD2020-08-13
Accrued current liabilities-2020-03-311,307,069USD2020-08-13
General and administrative expense2019-04-012020-03-3125,043,254USD2020-08-13
Depreciation expense2019-04-012020-03-312,121,564USD2020-08-13
Depreciation, depletion and amortization2017-04-012018-03-311,729,852USD2018-06-29
Amortization of intangible assets2019-04-012020-03-31133,332USD2020-08-13
Current income tax expense or benefit2019-04-012020-03-31341,332USD2020-08-13
Deferred income tax expense or benefit2019-04-012020-03-31-527,527USD2020-08-13
Interest paid, net2019-04-012020-03-311,157,556USD2020-08-13
Income taxes paid, net2019-04-012020-03-31260,706USD2020-08-13
Change in accounts receivable2019-04-012020-03-31-495,206USD2020-08-13
Change in inventories2019-04-012020-03-31-4,269,603USD2020-08-13
Change in accounts payable2019-04-012020-03-31-3,503,242USD2020-08-13

Filings

17 iFresh filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
iFresh Inc. / CIK 0001681941
Captured
SEC response SHA-256
e7005282fb37cd37a91d704d6db1525fef9c4677ab950c9aaafc3fa896fc13c7

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.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001681941.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"])))