Skip to content

PANGAEA LOGISTICS SOLUTIONS LTD.: filings

Every PANGAEA LOGISTICS SOLUTIONS LTD. 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-10fiscal Q2 2026401110001628280-26-055365
10-Q2026-05-11fiscal Q1 202639830001628280-26-033658
10-K2026-03-16fiscal FY 202544870001606909-26-000010
10-Q2025-11-10fiscal Q3 2025371050001606909-25-000164
10-Q2025-08-08fiscal Q2 2025371040001606909-25-000143
10-Q2025-05-12fiscal Q1 202537780001606909-25-000114
10-K2025-03-18fiscal FY 202445920001606909-25-000097
10-Q/A2025-01-13fiscal Q2 2024391090001606909-25-000029
10-Q/A2025-01-13fiscal Q1 202439830001606909-25-000027
10-K/A2025-01-13fiscal FY 2023421830001606909-25-000025
10-Q2024-11-12fiscal Q3 2024391090001606909-24-000118
10-Q2024-08-08fiscal Q2 2024391090001606909-24-000087
10-Q2024-05-09fiscal Q1 202439830001606909-24-000068
10-K2024-03-14fiscal FY 2023421830001606909-24-000043
10-Q2023-11-08fiscal Q3 2023391090001606909-23-000131
10-Q2023-08-09fiscal Q2 2023391090001606909-23-000116
10-Q2023-05-10fiscal Q1 202338810001606909-23-000063
10-K2023-03-15fiscal FY 2022411810001606909-23-000045
10-Q2022-11-09fiscal Q3 2022381060001606909-22-000099
10-Q2022-08-09fiscal Q2 2022381060001606909-22-000069
10-Q2022-05-10fiscal Q1 202238790001606909-22-000053
10-K2022-03-16fiscal FY 2021431830001606909-22-000032
10-Q2021-11-09fiscal Q3 2021371040001606909-21-000122
10-Q2021-08-10fiscal Q2 2021371040001606909-21-000103
10-Q2021-05-11fiscal Q1 202137780001606909-21-000067
10-K2021-03-15fiscal FY 2020421810001606909-21-000035
10-Q2020-11-12fiscal Q3 2020371040001606909-20-000065
10-Q2020-08-12fiscal Q2 2020371040001606909-20-000041
10-Q2020-05-13fiscal Q1 202037780001606909-20-000024
10-K2020-03-23fiscal FY 2019451930001606909-20-000018
10-Q2019-11-07fiscal Q3 2019371060001606909-19-000059
10-Q2019-08-12fiscal Q2 2019391120001606909-19-000029
10-Q2019-05-15fiscal Q1 201938800001606909-19-000016
10-K2019-03-20fiscal FY 201843880001606909-19-000010
10-Q2018-11-08fiscal Q3 201833920001606909-18-000072
10-Q2018-08-07fiscal Q2 201833930001606909-18-000062
10-Q2018-05-10fiscal Q1 201832630001606909-18-000045
10-K2018-03-21fiscal FY 2017371770001606909-18-000033
10-Q2017-11-09fiscal Q3 201733930001606909-17-000101
10-Q2017-08-14fiscal Q2 201733930001606909-17-000086
10-Q2017-05-10fiscal Q1 201732650001606909-17-000039
10-K2017-03-23fiscal FY 2016361770001606909-17-000022
10-Q2016-11-10fiscal Q3 201632910001606909-16-000294
10-Q2016-08-15fiscal Q2 201632910001606909-16-000274
10-Q2016-05-11fiscal Q1 201632650001606909-16-000229
10-K2016-03-23fiscal FY 2015381810001606909-16-000185
10-Q2015-11-12fiscal Q3 201532890001606909-15-000150
10-Q2015-08-13fiscal Q2 201532890001606909-15-000025
10-Q2015-05-15fiscal Q1 201532650001144204-15-030865
10-K2015-03-31fiscal FY 201436730001144204-15-020193

Inspect the source

Entity
PANGAEA LOGISTICS SOLUTIONS LTD. / CIK 0001606909
Captured
2026-09-20T09:26:17.274Z
SEC response SHA-256
e653912afaa2d95d2877d6b8acafc9acaf617dd5fe103d80d0c4808601c34745

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