
Dutch Bros Inc. — Investor Relations & Filings
Dutch Bros Inc. is a high-growth operator and franchisor of drive-thru shops specializing in hand-crafted beverages. Founded in 1992, the company's offerings center on espresso-based drinks but also include a wide variety of customizable cold and hot beverages, such as coffee and proprietary energy drinks, designed to appeal to a broad array of customers. The business model is focused on a unique drive-thru experience that emphasizes speed and customer service. The company promotes a people-first culture, aiming to make a positive impact on its employees, customers, and communities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K/A | 2026-05-18 | English | |
| 8-K | 2026-05-15 | English | |
| 10-Q - Dutch Bros Inc. (0001866581) (Filer) | 2026-05-06 | English | |
| 4 - DUTCH BROS INC. (0001866581) (Filer) | 2026-03-03 | English | |
| 4 - DUTCH BROS INC. (0001866581) (Filer) | 2026-03-03 | English | |
| 4 - DUTCH BROS INC. (0001866581) (Filer) | 2026-03-03 | English |
Browse filings by year
6 yearsMarket data
Market data not available
Price history
Peer group · Beverage serving activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Luk Hing Entertainment Group Holdings Limited
Operates F&B and entertainment venues, provides catering, o…
|
8052 | HK | Accommodation and food service … |
|
MARSTON'S PLC
An independent pub and hotel operator managing over 1,300 l…
|
MARS | GB | Accommodation and food service … |
|
New Amante Group Limited
Operates club, entertainment, and restaurant businesses, in…
|
8412 | HK | Accommodation and food service … |
|
PECOS Hotels And Pubs Limited
Operates themed pubs specializing in retro rock music, drau…
|
539273 | IN | Accommodation and food service … |
|
Reborn Coffee, Inc.
A specialty coffee roaster using a proprietary process to g…
|
REBN | US | Accommodation and food service … |
Dutch Bros 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/30691/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30691 | 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=30691 | 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=30691 \ -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": 30691}, 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 Dutch Bros Inc. (id: 30691)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.