Skip to content

JRSIS HEALTH CARE CORPORATION: filings

Every JRSIS HEALTH CARE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2024-12-20fiscal Q3 2024521450001213900-24-111011
10-Q2024-09-05fiscal Q2 2024511450001213900-24-075805
10-Q2024-05-29fiscal Q1 2024511030001213900-24-047342
10-K2024-04-26fiscal FY 2023531030001213900-24-036467
10-Q2023-11-15fiscal Q3 202336920001213900-23-087269
10-K/A2023-08-31fiscal FY 202236640001213900-23-072794
10-Q2023-08-21fiscal Q2 202337880001213900-23-069101
10-K/A2023-07-26fiscal FY 202236640001213900-23-059961
10-Q2023-05-22fiscal Q1 202332620001213900-23-041696
10-K2023-04-17fiscal FY 202236640001213900-23-030047
10-Q2022-11-14fiscal Q3 202235860001213900-22-071540
10-Q2022-09-15fiscal Q2 202236840001213900-22-056091
10-Q2022-05-20fiscal Q1 202242870001213900-22-028471
10-K2022-04-15fiscal FY 202144880001213900-22-019967
10-Q2021-11-15fiscal Q3 2021441280001213900-21-059085
10-Q2021-08-20fiscal Q2 2021431230001213900-21-043966
10-Q2021-05-14fiscal Q1 202140820001213900-21-026290
10-K2021-04-15fiscal FY 202040800001213900-21-021624
10-Q2020-11-13fiscal Q3 2020371120001213900-20-036751
10-Q2020-08-14fiscal Q2 2020371070001213900-20-022106
10-Q2020-06-29fiscal Q1 202037780001213900-20-016048
10-K2020-06-16fiscal FY 201940810001213900-20-015080
10-Q2019-11-13fiscal Q3 2019411180001213900-19-023123
10-Q2019-09-20fiscal Q2 2019411140001213900-19-018503
10-Q2019-05-15fiscal Q1 201936740001615774-19-007821
10-K2019-04-01fiscal FY 201838760001615774-19-005042
10-Q2018-11-13fiscal Q3 201837960001144204-18-059050
10-Q2018-08-13fiscal Q2 201837960001144204-18-043706
10-Q2018-05-14fiscal Q1 201836740001144204-18-027789
10-K2018-04-17fiscal FY 201736740001144204-18-020808
10-Q2017-11-13fiscal Q3 201736920001144204-17-057924
10-Q2017-08-14fiscal Q2 201733860001144204-17-042622
10-Q2017-05-15fiscal Q1 201732660001144204-17-027058
10-K2017-03-29fiscal FY 201633680001144204-17-017152
10-Q2016-11-14fiscal Q3 201633860001144204-16-133532
10-Q2016-08-15fiscal Q2 201632820001144204-16-119035
10-Q2016-05-16fiscal Q1 201630620001144204-16-102112
10-K2016-03-29fiscal FY 201529600001144204-16-090978
10-Q2015-11-16fiscal Q3 201530800001144204-15-065490
10-Q2015-08-14fiscal Q2 201529760001144204-15-049992
10-Q2015-05-12fiscal Q1 201533680001144204-15-029813
10-K2015-03-31fiscal FY 201433680001144204-15-020283

Inspect the source

Entity
JRSIS HEALTH CARE CORPORATION / CIK 0001597892
Captured
2026-09-20T09:24:57.582Z
SEC response SHA-256
809180318f222e1cf8cc4ed691fdfc864d8620006bb73bda1529326b61f577c4

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