
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 |
|---|---|---|---|
|
HUAYI BROTHERS MEDIA CORPORATION
Produces film and TV content, manages talent, and operates …
|
300027 | CN | Publishing, broadcasting, and c… |
|
Iervolino & Lady Bacardi Entertainment
Global production company creating films, television series…
|
IE | IT | Publishing, broadcasting, and c… |
|
IG Port,Inc.
A holding company for animation production, manga publishin…
|
3791 | JP | Publishing, broadcasting, and c… |
|
IMAGICA GROUP Inc.
Global provider of visual communication services and advanc…
|
6879 | JP | Publishing, broadcasting, and c… |
|
Inspire Films Limited
Content production house for television and digital media a…
|
INSPIRE | IN | Publishing, broadcasting, and c… |
|
Janosch film & medien AG
Acquires and commercially exploits copyrights for family en…
|
JFIGk | DE | Publishing, broadcasting, and c… |
|
Kartoon Studios, Inc.
Global media company creating and licensing animated entert…
|
TOON | US | Publishing, broadcasting, and c… |
|
KEYEAST Co., Ltd.
An entertainment company for artist management and video co…
|
054780 | KR | Publishing, broadcasting, and c… |
|
KeyHolder,Inc.
A holding company operating in IP management, video product…
|
4712 | JP | Publishing, broadcasting, and c… |
|
Khyati Multimedia-Entertainment Ltd
Provides multimedia production, software development, and d…
|
531692 | IN | 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.