
Dolphin Entertainment, Inc. — Investor Relations & Filings
Dolphin Entertainment, Inc. is an entertainment marketing and production company. It operates a collective of six specialized agencies providing a comprehensive suite of services, including public relations, digital and influencer marketing, social media management, and event production. These agencies serve a diverse client base of talent, creators, and brands across sectors such as music, film, television, fashion, and sports. The company's entertainment division finances, develops, and produces scripted and unscripted content for various mediums, including a co-production partnership with IMAX for feature documentaries. Additionally, its ventures division invests in and supports emerging brands and entrepreneurs by leveraging the company's marketing expertise and resources to accelerate growth.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-05-12 | English | |
| 8-K - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-05-12 | English | |
| 10-K - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-03-27 | English | |
| 4 - Dolphin Entertainment, Inc. (0001282224) (Issuer) | 2026-03-23 | English | |
| 4 - DOLPHIN ENTERTAINMENT, INC. (0001282224) (Filer) | 2026-03-03 | English | |
| 4 - DOLPHIN ENTERTAINMENT, INC. (0001282224) (Filer) | 2026-02-25 | English |
Browse filings by year
23 years- 2026 13 filings
- 2025 72 filings
- 2024 37 filings
- 2023 25 filings
- 2022 26 filings
- 2021 23 filings
- 2020 32 filings
- 2019 24 filings
- 2018 62 filings
- 2017 46 filings
- 2016 47 filings
- 2015 18 filings
- 2014 22 filings
- 2013 5 filings
- 2012 18 filings
- 2011 24 filings
- 2010 14 filings
- 2009 17 filings
- 2008 32 filings
- 2007 19 filings
- 2006 8 filings
- 2005 8 filings
- 2004 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 45342011 | 10-Q - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-05-12 | English | ||
| 45339952 | 8-K - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-05-12 | English | ||
| 33058436 | 10-K - Dolphin Entertainment, Inc. (0001282224) (Filer) | 2026-03-27 | English | ||
| 33016637 | 4 - Dolphin Entertainment, Inc. (0001282224) (Issuer) | 2026-03-23 | English | ||
| 32889485 | 4 - DOLPHIN ENTERTAINMENT, INC. (0001282224) (Filer) | 2026-03-03 | English | ||
| 32889486 | 4 - DOLPHIN ENTERTAINMENT, INC. (0001282224) (Filer) | 2026-02-25 | English | ||
| 32889487 | 4 - DOLPHIN ENTERTAINMENT, INC. (0001282224) (Filer) | 2026-02-17 | English | ||
| 28646168 | 4 Filing | 2026-02-11 | English | ||
| 28646148 | 4 Filing | 2026-02-02 | English | ||
| 28646234 | 4 Filing | 2026-01-27 | English | ||
| 28646129 | 4 Filing | 2026-01-20 | English | ||
| 28646163 | 4 Filing | 2026-01-13 | English | ||
| 28646176 | 4 Filing | 2026-01-05 | English | ||
|
2025
2 filings
| |||||
| 11664764 | Director's Dealing 2025 | 2025-12-30 | English | ||
| 11664767 | Director's Dealing 2025 | 2025-12-23 | English | ||
Market data
Market data not available
Price history
Peer group · Motion picture, video and television programme production activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Balaji Telefilms Ltd.
Produces content for television, motion pictures, and digit…
|
BALAJITELE | IN | Publishing, broadcasting, and c… |
|
Banijay Group N.V.
A global entertainment company in content production, live …
|
FLE | NL | Publishing, broadcasting, and c… |
|
Barunson
A diversified media company in content production, game dev…
|
018700 | KR | Publishing, broadcasting, and c… |
|
Barunson Entertainment & Arts Corporation
Produces, distributes, and invests in films, video content,…
|
035620 | KR | Publishing, broadcasting, and c… |
|
Baweja Studios Limited
Produces, develops, and distributes motion pictures, digita…
|
BAWEJA | IN | Publishing, broadcasting, and c… |
|
Beijing Baination Pictures Co.,Ltd.
Produces, distributes, and markets television dramas, featu…
|
300291 | CN | Publishing, broadcasting, and c… |
|
Beijing Enlight Media Co., Ltd.
Produces and distributes motion pictures, television progra…
|
300251 | CN | Publishing, broadcasting, and c… |
|
BEIJING JINGXI CULTURE&TOURISM CO.,LTD
Produces and distributes film and TV content while managing…
|
000802 | CN | Publishing, broadcasting, and c… |
|
BGIL Films & Technologies Ltd
Integrates media production and IT services for content cre…
|
511664 | IN | Publishing, broadcasting, and c… |
|
Bingo Group Holdings Limited
Entertainment and media investment holding company managing…
|
8220 | HK | Publishing, broadcasting, and c… |
Dolphin Entertainment, 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/35079/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35079 | 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=35079 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=35079 \ -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": 35079}, 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 Dolphin Entertainment, Inc. (id: 35079)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.