Skip to content

COSTAMARE INC.: filings

Every COSTAMARE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 15 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
20-F2026-03-04fiscal FY 202537970001140361-26-007868
20-F2025-02-20fiscal FY 2024421070001140361-25-005199
20-F2024-03-29fiscal FY 2023401030001140361-24-016465
20-F2023-04-03fiscal FY 2022381000001140361-23-015560
20-F2022-03-28fiscal FY 202136930001140361-22-011397
20-F2021-03-01fiscal FY 202037960000930413-21-000517
20-F2020-02-26fiscal FY 2019391000000930413-20-000573
20-F2019-03-07fiscal FY 201840990000930413-19-000881
20-F2018-02-27fiscal FY 201734860000930413-18-000609
20-F2017-03-14fiscal FY 201628720000930413-17-001032
20-F2016-04-27fiscal FY 201528720000930413-16-006664
20-F2015-03-05fiscal FY 201427690000930413-15-001051
20-F2014-02-21fiscal FY 201326670000930413-14-000779
20-F2013-03-01fiscal FY 201226670000930413-13-001312
20-F/A2012-03-19fiscal FY 201126680000930413-12-001656

Inspect the source

Entity
COSTAMARE INC. / CIK 0001503584
Captured
2026-09-20T09:11:57.128Z
SEC response SHA-256
02799660f45c7da7215e013aa25ca196968eadc1cf5be11cb6577167aee00d86

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