
TOP SHIPS INC. — Investor Relations & Filings
Filings indexed
883
across all filing types
Latest filing
2026-05-29
Regulatory Filings
Country
MH
Marshall Islands (the)
Listing
US
TOPS
TOP SHIPS INC. is an international owner and operator of modern, fuel-efficient eco tanker vessels. The company focuses on the seaborne transportation of crude oil, petroleum products (both clean and dirty), and bulk liquid chemicals. Its fleet is characterized by a young average age and consists of vessels built to high specifications and the latest designs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 6-K | 2026-05-29 | English | |
| 424B3 | 2026-05-15 | English | |
| FORM 6-K | 2026-05-15 | English | |
| 6-K - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-24 | English | |
| 6-K - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-02 | English | |
| 20-F - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-01 | English |
Browse filings by year
23 years- 2026 7 filings
- 2025 19 filings
- 2024 17 filings
- 2023 40 filings
- 2022 85 filings
- 2021 24 filings
- 2020 94 filings
- 2019 64 filings
- 2018 51 filings
- 2017 100 filings
- 2016 40 filings
- 2015 17 filings
- 2014 48 filings
- 2013 17 filings
- 2012 15 filings
- 2011 35 filings
- 2010 18 filings
- 2009 35 filings
- 2008 41 filings
- 2007 53 filings
- 2006 25 filings
- 2005 22 filings
- 2004 16 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 47893992 | FORM 6-K | 2026-05-29 | English | ||
| 46362665 | 424B3 | 2026-05-15 | English | ||
| 46362560 | FORM 6-K | 2026-05-15 | English | ||
| 36292134 | 6-K - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-24 | English | ||
| 33154425 | 6-K - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-02 | English | ||
| 33133102 | 20-F - TOP SHIPS INC. (0001296484) (Filer) | 2026-04-01 | English | ||
| 28733549 | 6-K Filing | 2026-01-06 | English | ||
|
2025
8 filings
| |||||
| 11722413 | FORM 6-K | 2025-12-31 | English | ||
| 11722414 | 6-K | 2025-12-12 | English | ||
| 11722416 | FORM 6-K | 2025-11-28 | English | ||
| 11722415 | FORM 6-K | 2025-11-20 | English | ||
| 11722418 | 6-K | 2025-11-17 | English | ||
| 11722419 | FORM 6-K | 2025-11-17 | English | ||
| 11722434 | 6-K | 2025-10-07 | English | ||
| 11722436 | Regulatory Filings 2025 | 2025-10-01 | English | ||
Market data
Market data not available
Last price
Market cap
volume
Day range
today
52-week range
trailing
Price history
Peer group · Sea and coastal freight water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Công ty Cổ phần Vận tải Dầu khí Thái Bình Dương
Provides marine transportation of crude oil, petroleum prod…
|
PVP | VN | Transportation and storage |
|
Công ty Cổ phần Vận tải Sản phẩm Khí Quốc tế
Specializes in sea transportation of LPG and chemicals, ope…
|
GSP | VN | Transportation and storage |
|
Công ty Cổ phần Vận tải và Xếp dỡ Hải An
Provides port operation, sea container transport, and logis…
|
HAH | VN | Transportation and storage |
|
Công ty Cổ phần Vận tải Xăng dầu Đường thủy Petrolimex
Provides waterway transport of petroleum products, charteri…
|
PJT | VN | Transportation and storage |
|
Công ty Cổ phần Vận tải Xăng dầu VIPCO
Transports petroleum products by sea and waterway, expandin…
|
VIP | VN | Transportation and storage |
|
Công ty Cổ phần Vận tải Xăng dầu VITACO
Specializes in maritime transportation of petroleum and fue…
|
VTO | VN | Transportation and storage |
|
Cool Co Ltd.
Owns, operates, and charters a fleet of LNG carriers and FS…
|
CLCO | US | Transportation and storage |
|
Cool Company
An LNG shipping company owning and operating LNG carriers a…
|
CLCO | BM | Transportation and storage |
|
COSCO SHIPPING Energy Transportation Co., Ltd.
Specialized marine transportation company shipping global e…
|
1138 | CN | Transportation and storage |
|
COSCO SHIPPING Holdings Co., Ltd.
Global provider of integrated container shipping and logist…
|
1919 | CN | Transportation and storage |
TOP SHIPS INC. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/34861/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34861 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=34861 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
Full reference: API reference · OpenAPI schema
cURL
$ curl https://api.financialreports.eu/api/filings/?company=34861 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 34861}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for TOP SHIPS INC. (id: 34861)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.
We will notify you once the filing is added.
Report sent
Thank you. We will check the data and update it shortly.