Skip to content

Sadot Group Inc.: filings

Every Sadot Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-14fiscal Q2 202639940001731122-26-001064
10-Q2026-05-15fiscal Q1 202638710001731122-26-000746
10-K2026-04-29fiscal FY 202545840001731122-26-000630
10-Q2025-11-19fiscal Q3 2025471360001701756-25-000221
10-Q2025-08-14fiscal Q2 2025461300001701756-25-000158
10-Q2025-05-14fiscal Q1 202545970001701756-25-000103
10-K2025-03-11fiscal FY 202448980001701756-25-000043
10-Q2024-11-12fiscal Q3 2024491430001701756-24-000166
10-Q2024-08-13fiscal Q2 2024491390001701756-24-000112
10-Q2024-05-15fiscal Q1 2024481040001701756-24-000095
10-K2024-03-20fiscal FY 2023501030001701756-24-000040
10-Q2023-11-14fiscal Q3 2023511490001701756-23-000204
10-Q2023-08-09fiscal Q2 2023491390001701756-23-000151
10-Q2023-05-10fiscal Q1 2023491050001701756-23-000068
10-K2023-03-21fiscal FY 202243860001493152-23-008370
10-Q2022-11-10fiscal Q3 2022431160001493152-22-031249
10-Q2022-08-11fiscal Q2 2022421110001493152-22-021975
10-Q2022-05-12fiscal Q1 202241800001493152-22-012934
10-K2022-03-17fiscal FY 202136730001493152-22-007100
10-Q2021-11-15fiscal Q3 202134960001493152-21-028586
10-Q2021-08-16fiscal Q2 202134920001493152-21-020187
10-Q2021-05-21fiscal Q1 202134700001493152-21-012396
10-K2021-04-15fiscal FY 202035730001493152-21-008848
10-Q2020-11-16fiscal Q3 202034980001493152-20-021767
10-Q2020-08-19fiscal Q2 202034940001493152-20-016312
10-Q2020-06-29fiscal Q1 202034720001493152-20-012214
10-K2020-05-29fiscal FY 201936870001493152-20-010120
10-Q2019-11-20fiscal Q3 2019351000001493152-19-018068
10-Q2019-09-06fiscal Q2 201934970001493152-19-013753
10-Q2019-08-29fiscal Q1 201934710001493152-19-013459
10-K2019-08-21fiscal FY 201836720001493152-19-013182
10-Q2019-07-26fiscal Q3 201836910001493152-19-011179
10-Q2019-07-12fiscal Q2 201836910001493152-19-010551
10-Q2019-06-04fiscal Q1 201836700001493152-19-008593
10-K2019-02-27fiscal FY 201738760001493152-19-002667
10-Q2019-02-27fiscal Q3 201736920001493152-19-002659

Inspect the source

Entity
Sadot Group Inc. / CIK 0001701756
Captured
2026-09-21T17:25:52.328Z
SEC response SHA-256
824f0cc77c9876e2b0f23f43bc0c68a9eb1097ec8422d1549bd2d4974a24876f

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