Skip to content

James River Group Holdings, Inc.: filings

Every James River Group Holdings, 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-10fiscal Q2 202627830001620459-26-000045
10-Q2026-05-05fiscal Q1 202627570001620459-26-000028
10-K2026-03-03fiscal FY 2025381020001620459-26-000009
10-Q2025-11-04fiscal Q3 202528880001620459-25-000134
10-Q2025-08-05fiscal Q2 202528880001620459-25-000108
10-Q2025-05-06fiscal Q1 202528610001620459-25-000072
10-K2025-03-04fiscal FY 2024391050001620459-25-000010
10-Q2024-11-12fiscal Q3 202428870001620459-24-000123
10-Q2024-08-06fiscal Q2 202428870001620459-24-000109
10-Q2024-05-09fiscal Q1 202428610001620459-24-000089
10-K2024-02-29fiscal FY 2023391530001620459-24-000022
10-Q2023-11-14fiscal Q3 202328880001620459-23-000138
10-Q/A2023-11-14fiscal Q2 202328880001620459-23-000136
10-Q2023-08-08fiscal Q2 202328880001620459-23-000109
10-Q2023-05-03fiscal Q1 202329640001620459-23-000093
10-K2023-02-28fiscal FY 2022411120001620459-23-000026
10-Q2022-11-02fiscal Q3 202230920001620459-22-000118
10-Q2022-08-02fiscal Q2 202230920001620459-22-000091
10-Q2022-05-10fiscal Q1 202229640001620459-22-000084
10-K2022-03-01fiscal FY 2021411110001620459-22-000015
10-Q2021-11-03fiscal Q3 202130920001620459-21-000097
10-Q2021-08-05fiscal Q2 202130920001620459-21-000076
10-Q2021-05-05fiscal Q1 202129640001620459-21-000065
10-K2021-02-26fiscal FY 2020401090001620459-21-000053
10-Q2020-10-29fiscal Q3 202029900001620459-20-000089
10-Q2020-07-31fiscal Q2 202029900001620459-20-000082
10-Q2020-04-30fiscal Q1 202029640001620459-20-000070
10-K2020-02-27fiscal FY 2019401470001620459-20-000061
10-Q2019-11-07fiscal Q3 201932940001620459-19-000087
10-Q2019-08-02fiscal Q2 201932940001620459-19-000073
10-Q2019-05-03fiscal Q1 201932680001620459-19-000062
10-K2019-02-27fiscal FY 2018391470001620459-19-000052
10-Q2018-11-08fiscal Q3 201829880001628280-18-013981
10-Q2018-08-03fiscal Q2 201828860001628280-18-010443
10-Q2018-05-04fiscal Q1 201828620001628280-18-005982
10-K2018-03-01fiscal FY 2017371420001628280-18-002654
10-Q2017-11-03fiscal Q3 201729900001628280-17-010868
10-Q2017-08-04fiscal Q2 201728860001628280-17-008121
10-Q2017-05-05fiscal Q1 201725560001571049-17-004564
10-K2017-03-10fiscal FY 2016351330001571049-17-002295
10-Q2016-11-04fiscal Q3 201625780001571049-16-019499
10-Q2016-08-05fiscal Q2 201625770001571049-16-017176
10-Q2016-05-06fiscal Q1 201626550001571049-16-014895
10-K2016-03-10fiscal FY 2015341320001571049-16-012907
10-Q2015-11-10fiscal Q3 201527800001571049-15-009031
10-Q2015-08-10fiscal Q2 201524760001571049-15-006549
10-Q2015-05-12fiscal Q1 201525550001571049-15-004029

Inspect the source

Entity
James River Group Holdings, Inc. / CIK 0001620459
Captured
2026-09-21T17:21:40.115Z
SEC response SHA-256
8704c83f7803e483f6330d1f60c4c899d9ce862d507f738a9d27f17171432c4d

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