Skip to content

JAGUAR HEALTH, INC.: filings

Every JAGUAR HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-19fiscal Q2 2026481350001193125-26-356570
10-Q2026-05-20fiscal Q1 202648990001193125-26-232560
10-K2026-04-07fiscal FY 2025531060001193125-26-144470
10-Q2025-11-14fiscal Q3 2025501380001193125-25-282950
10-Q2025-08-14fiscal Q2 2025501370000950170-25-108393
10-Q2025-05-15fiscal Q1 202548990000950170-25-072367
10-K2025-03-31fiscal FY 2024531040000950170-25-047184
10-Q2024-11-13fiscal Q3 2024511390000950170-24-125916
10-Q2024-08-13fiscal Q2 2024501360001558370-24-011971
10-Q2024-05-14fiscal Q1 202448980001558370-24-008050
10-K2024-04-01fiscal FY 202350990001558370-24-004439
10-Q2023-11-14fiscal Q3 2023481330001558370-23-018909
10-Q2023-08-14fiscal Q2 2023481330001558370-23-014683
10-Q2023-05-15fiscal Q1 202348970001558370-23-009695
10-K2023-03-24fiscal FY 2022501000001558370-23-004572
10-Q2022-11-14fiscal Q3 2022451230001558370-22-017547
10-Q2022-08-22fiscal Q2 2022451230001558370-22-013831
10-Q2022-05-10fiscal Q1 202243880001558370-22-007961
10-K2022-03-11fiscal FY 202147930001558370-22-003435
10-Q2021-11-17fiscal Q3 2021441200001558370-21-016117
10-Q2021-08-13fiscal Q2 2021441190001558370-21-011555
10-Q2021-05-17fiscal Q1 202139790001558370-21-007322
10-K2021-03-31fiscal FY 202042820001558370-21-003811
10-Q2020-11-16fiscal Q3 2020391030001558370-20-013865
10-Q2020-08-13fiscal Q2 2020381010001558370-20-010491
10-Q2020-05-15fiscal Q1 202039800001558370-20-006635
10-K2020-04-03fiscal FY 201944830001558370-20-003581
10-Q2019-11-14fiscal Q3 2019411040001558370-19-010987
10-Q2019-08-14fiscal Q2 2019391000001558370-19-008174
10-Q2019-05-21fiscal Q1 201939770001558370-19-005241
10-K2019-04-10fiscal FY 201845860001558370-19-002908
10-Q2018-11-19fiscal Q3 2018471280001558370-18-009419
10-Q2018-08-13fiscal Q2 2018421060001104659-18-051536
10-Q2018-05-15fiscal Q1 201843870001104659-18-033389
10-K2018-04-09fiscal FY 201744820001047469-18-002654
10-Q2017-11-20fiscal Q3 2017481260001104659-17-069520
10-Q2017-08-09fiscal Q2 201735940001104659-17-050702
10-Q/A2017-06-23fiscal Q1 201732660001104659-17-041337
10-Q2017-05-15fiscal Q1 201732660001104659-17-032777
10-K2017-02-15fiscal FY 201633680001047469-17-000684
10-Q2016-11-14fiscal Q3 201633870001104659-16-156957
10-Q2016-08-15fiscal Q2 201633880001104659-16-139756
10-Q2016-05-10fiscal Q1 201634680001104659-16-119727
10-K2016-03-29fiscal FY 201534630001047469-16-011700
10-Q2015-11-13fiscal Q3 201528710001104659-15-078779
10-Q2015-08-13fiscal Q2 201527680001104659-15-059611
10-Q2015-06-26fiscal Q1 201526520001104659-15-048043

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
JAGUAR HEALTH, INC. / CIK 0001585608
Captured
2026-09-19T11:19:21.338Z
SEC response SHA-256
af3ee699cefd4da13c668b718a731ca589112b762891b8071bb00e127eb329a9

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