Skip to content

INTERNATIONAL SEAWAYS, INC.: filings

Every INTERNATIONAL SEAWAYS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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 2026431330001104659-26-093061
10-Q2026-05-07fiscal Q1 202641880001104659-26-056721
10-K2026-02-26fiscal FY 2025471230001104659-26-020113
10-Q2025-11-06fiscal Q3 2025431330001104659-25-107428
10-Q2025-08-06fiscal Q2 2025401240001558370-25-010411
10-Q2025-05-08fiscal Q1 202540860001558370-25-006858
10-K2025-02-27fiscal FY 2024491250001558370-25-001691
10-Q2024-11-07fiscal Q3 2024431300001558370-24-014765
10-Q2024-08-07fiscal Q2 2024431300001558370-24-011212
10-Q2024-05-08fiscal Q1 202442900001558370-24-007204
10-K2024-02-29fiscal FY 2023471230001558370-24-002108
10-Q2023-11-07fiscal Q3 2023441320001558370-23-017873
10-Q2023-08-09fiscal Q2 2023441320001558370-23-014094
10-Q2023-05-05fiscal Q1 202342900001558370-23-008199
10-K2023-02-28fiscal FY 2022491240001558370-23-002247
10-Q2022-11-08fiscal Q3 2022471370001558370-22-016919
10-Q2022-08-09fiscal Q2 2022461350001558370-22-012758
10-Q2022-05-04fiscal Q1 202246980001558370-22-007108
10-K2022-03-02fiscal FY 2021481210001558370-22-002682
10-Q2021-11-09fiscal Q3 2021451320001558370-21-015172
10-Q2021-08-09fiscal Q2 2021421240001558370-21-010882
10-Q2021-05-06fiscal Q1 202142900001558370-21-006080
10-K2021-03-12fiscal FY 2020401340001558370-21-002852
10-Q2020-11-06fiscal Q3 2020421240001558370-20-013024
10-Q2020-08-07fiscal Q2 2020421240001558370-20-009825
10-Q2020-05-07fiscal Q1 202040850001558370-20-005556
10-K2020-03-03fiscal FY 2019401350001558370-20-001928
10-Q2019-11-07fiscal Q3 2019391090001558370-19-010289
10-Q2019-08-08fiscal Q2 2019391080001558370-19-007594
10-Q2019-05-09fiscal Q1 201939820001144204-19-024653
10-K2019-03-12fiscal FY 2018361320001144204-19-013398
10-Q2018-11-07fiscal Q3 2018361020001144204-18-057978
10-Q2018-08-08fiscal Q2 2018361000001144204-18-042558
10-Q2018-05-07fiscal Q1 201836770001144204-18-025525
10-K2018-03-12fiscal FY 2017331280001144204-18-013984
10-Q2017-11-09fiscal Q3 2017351000001144204-17-057442
10-Q2017-08-09fiscal Q2 201734990001144204-17-041409
10-Q2017-05-10fiscal Q1 201731680001144204-17-025806
10-K2017-03-31fiscal FY 2016331300001144204-17-017875
10-Q2016-12-05fiscal Q3 201629880001144204-16-137803

Inspect the source

Entity
INTERNATIONAL SEAWAYS, INC. / CIK 0001679049
Captured
2026-09-21T17:24:43.909Z
SEC response SHA-256
1e6bb448bab75b4ecf82be3c5229b2184480d6ba1041d2281393f09435995b0f

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