Skip to content

Jerash Holdings (US), Inc.: filings

Every Jerash Holdings (US), Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-12fiscal Q1 2027541120001213900-26-088344
10-K2026-06-18fiscal FY 2026571150001213900-26-070227
10-Q2026-02-10fiscal Q3 2026551560001213900-26-014379
10-Q2025-11-12fiscal Q2 2026541520001213900-25-109194
10-Q2025-08-14fiscal Q1 2026541120001213900-25-075941
10-K2025-06-26fiscal FY 2025551110001213900-25-057935
10-Q2025-02-12fiscal Q3 2025521470001213900-25-012363
10-Q2024-11-13fiscal Q2 2025541550001213900-24-097454
10-Q2024-08-13fiscal Q1 2025521100001213900-24-068244
10-K2024-06-28fiscal FY 2024531070001213900-24-057324
10-Q2024-02-08fiscal Q3 2024491400001213900-24-011589
10-Q2023-11-14fiscal Q2 2024491400001213900-23-086911
10-K/A2023-10-05fiscal FY 2023501000001013762-23-002149
10-Q2023-08-10fiscal Q1 2023501050001213900-23-065596
10-K2023-06-28fiscal FY 2023501000001213900-23-052460
10-Q2023-02-13fiscal Q3 2023481370001213900-23-010728
10-Q2022-11-14fiscal Q2 2022471360001213900-22-072195
10-Q2022-08-12fiscal Q1 202345960001213900-22-047391
10-K2022-06-27fiscal FY 2022521020001213900-22-035190
10-Q2022-02-11fiscal Q3 2022491370001213900-22-006714
10-Q2021-11-12fiscal Q2 2022451270001213900-21-058399
10-Q2021-08-12fiscal Q1 202147970001213900-21-042015
10-K2021-06-23fiscal FY 202149980001213900-21-033774
10-Q2021-02-10fiscal Q3 2021481360001213900-21-008043
10-Q2020-11-12fiscal Q2 2021481380001213900-20-036388
10-Q2020-08-13fiscal Q1 202147960001213900-20-021863
10-K2020-06-29fiscal FY 2020511010001213900-20-016032
10-Q2020-02-13fiscal Q3 2019481400001104659-20-019680
10-Q2019-11-12fiscal Q2 2019481390001104659-19-062637
10-Q2019-08-14fiscal Q1 201948990001144204-19-040012
10-K2019-06-28fiscal FY 2019511050001144204-19-033096
10-Q2019-02-13fiscal Q3 2019481400001144204-19-007162
10-Q2018-11-13fiscal Q2 2019471370001144204-18-059370
10-Q2018-08-13fiscal Q1 201946970001144204-18-044056
10-K2018-06-28fiscal FY 201839810001144204-18-036362
10-Q2018-02-09fiscal Q3 201837990001144204-18-006975
10-Q2017-12-14fiscal Q2 2018381010001144204-17-063658

Inspect the source

Entity
Jerash Holdings (US), Inc. / CIK 0001696558
Captured
2026-09-21T17:25:36.196Z
SEC response SHA-256
85237e106ae289328f16b2864d589d546e60a373b3bc5038f01c7c7b9ddc3795

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

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/0001696558.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"])))