Skip to content

OXBRIDGE RE HOLDINGS LIMITED: filings

Every OXBRIDGE RE HOLDINGS LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-13fiscal Q2 202627770001493152-26-037784
10-Q2026-05-11fiscal Q1 202626510001493152-26-022220
10-K2026-03-30fiscal FY 202530600001493152-26-013603
10-Q2025-11-06fiscal Q3 202528840001493152-25-021063
10-Q2025-08-14fiscal Q2 202528800001641172-25-023960
10-Q2025-05-12fiscal Q1 202525510001641172-25-009673
10-K2025-03-26fiscal FY 202429560001641172-25-000736
10-Q2024-11-13fiscal Q3 202426750001493152-24-045109
10-Q2024-08-08fiscal Q2 202426710001493152-24-030747
10-Q2024-05-09fiscal Q1 202424480001493152-24-018419
10-K2024-03-26fiscal FY 202327530001493152-24-011313
10-Q2023-11-14fiscal Q3 202325760001493152-23-041028
10-Q2023-08-14fiscal Q2 202325720001493152-23-028394
10-Q2023-05-12fiscal Q1 202325480001493152-23-016649
10-K2023-03-30fiscal FY 202226510001493152-23-009809
10-Q2022-11-14fiscal Q3 202223740001493152-22-031975
10-Q2022-08-15fiscal Q2 202222680001493152-22-022900
10-Q2022-05-12fiscal Q1 202226550001654954-22-006595
10-K2022-03-30fiscal FY 202230620001654954-22-004186
10-Q2021-11-12fiscal Q3 202125800001654954-21-012095
10-Q2021-08-16fiscal Q2 202125800001654954-21-009072
10-Q2021-05-14fiscal Q1 202125560001654954-21-005700
10-K2021-03-29fiscal FY 202026540001654954-21-003408
10-Q2020-11-10fiscal Q3 202025840001654954-20-012114
10-Q2020-08-10fiscal Q2 202025800001654954-20-008714
10-Q2020-05-14fiscal Q1 202025560001654954-20-005483
10-K2020-03-23fiscal FY 201927700001654954-20-002991
10-Q2019-11-04fiscal Q3 201925860001654954-19-012334
10-Q2019-08-01fiscal Q2 201925820001654954-19-008742
10-Q2019-05-14fiscal Q1 201925540001654954-19-005905
10-K2019-03-19fiscal FY 201826540001654954-19-002948
10-Q2018-11-13fiscal Q3 201825760001654954-18-012513
10-Q2018-08-14fiscal Q2 201825760001654954-18-009105
10-Q2018-05-15fiscal Q1 201820440001654954-18-005416
10-K2018-03-13fiscal FY 201723480001654954-18-002491
10-Q2017-11-14fiscal Q3 201721640001654954-17-010617
10-Q2017-08-14fiscal Q2 201721640001654954-17-007559
10-Q2017-05-15fiscal Q1 201720440001654954-17-004741
10-K2017-03-13fiscal FY 201623480001654954-17-001925
10-Q2016-11-14fiscal Q3 201621640001654954-16-003977
10-Q2016-08-15fiscal Q2 201621640001654954-16-001599
10-Q2016-05-16fiscal Q1 201620440001654954-16-000325
10-K2016-03-17fiscal FY 201523480001654954-16-000181
10-Q2015-11-12fiscal Q3 201521620001193125-15-373935
10-Q2015-08-12fiscal Q2 201522640001193125-15-288072
10-Q2015-05-14fiscal Q1 201518380001193125-15-187960
10-K2015-03-18fiscal FY 201419320001193125-15-097032
10-Q2014-11-10fiscal Q3 201421620001193125-14-406135
10-Q2014-08-14fiscal Q2 201419560001193125-14-310105
10-Q2014-05-13fiscal Q1 201419260001193125-14-196980

Inspect the source

Entity
OXBRIDGE RE HOLDINGS LIMITED / CIK 0001584831
Captured
2026-09-20T09:23:18.111Z
SEC response SHA-256
e58d1ed96132ff759668199025e29b2bbf239b9ff54dfea1fd8afbc1d11e64ca

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