
NEW YORK TIMES CO — Investor Relations & Filings
The New York Times Company is a global media organization focused on the creation, collection, and distribution of news and information. Its primary mission is to help people understand the world through independent, on-the-ground, and deeply reported journalism. The company's flagship brand, The New York Times, provides comprehensive coverage of domestic, national, and international news, alongside investigations, opinion pieces, and cultural reviews. Content is delivered across multiple platforms, including a print newspaper, its primary website, and mobile applications. The digital offerings feature a rich mix of articles, photos, videos, and audio content such as podcasts and narrated articles, leveraging a global network of journalists to provide trustworthy reporting and analysis.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - NEW YORK TIMES CO (0000071691) (Filer) | 2026-05-06 | English | |
| 8-K - NEW YORK TIMES CO (0000071691) (Filer) | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| 8-K - NEW YORK TIMES CO (0000071691) (Filer) | 2026-04-23 | English | |
| SCHEDULE 13G/A - NEW YORK TIMES CO (0000071691) (Subject) | 2026-03-27 | English | |
| ARS | 2026-03-13 | English |
Browse filings by year
27 years- 2026 40 filings
- 2025 111 filings
- 2024 97 filings
- 2023 118 filings
- 2022 85 filings
- 2021 86 filings
- 2020 95 filings
- 2019 104 filings
- 2018 153 filings
- 2017 95 filings
- 2016 101 filings
- 2015 77 filings
- 2014 59 filings
- 2013 52 filings
- 2012 68 filings
- 2011 60 filings
- 2010 68 filings
- 2009 81 filings
- 2008 130 filings
- 2007 71 filings
- 2006 62 filings
- 2005 97 filings
- 2004 93 filings
- 2003 38 filings
- 2002 23 filings
- 2001 14 filings
- 2000 18 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41978550 | 10-Q - NEW YORK TIMES CO (0000071691) (Filer) | 2026-05-06 | English | ||
| 41806448 | 8-K - NEW YORK TIMES CO (0000071691) (Filer) | 2026-05-06 | English | ||
| 45986494 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 35888946 | 8-K - NEW YORK TIMES CO (0000071691) (Filer) | 2026-04-23 | English | ||
| 33061792 | SCHEDULE 13G/A - NEW YORK TIMES CO (0000071691) (Subject) | 2026-03-27 | English | ||
| 45986499 | ARS | 2026-03-13 | English | ||
| 45986501 | DEFA14A | 2026-03-13 | English | ||
| 45986507 | DEFA14A | 2026-03-13 | English | ||
| 45986542 | DEF 14A | 2026-03-13 | English | ||
| 45986544 | Major Shareholding Notification 2026 | 2026-03-11 | English | ||
| 32877470 | 4 - NEW YORK TIMES CO (0000071691) (Filer) | 2026-03-03 | English | ||
| 32877471 | 4 - NEW YORK TIMES CO (0000071691) (Filer) | 2026-03-03 | English | ||
| 32877472 | 4 - NEW YORK TIMES CO (0000071691) (Filer) | 2026-03-02 | English | ||
| 32877474 | 4 - NEW YORK TIMES CO (0000071691) (Filer) | 2026-03-02 | English | ||
| 32877473 | 4 - NEW YORK TIMES CO (0000071691) (Filer) | 2026-03-02 | English | ||
Market data
Market data not available
Price history
Peer group · Publishing of newspapers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BERJAYA MEDIA BERHAD
Primarily engaged in publishing and distributing daily, fin…
|
— | MY | Publishing, broadcasting, and c… |
|
Caltagirone Editore
A holding company in publishing, advertising sales, and dig…
|
CED | IT | Publishing, broadcasting, and c… |
|
CanWest MediaWorks Income Fund
Open-ended trust operating the largest chain of newspaper p…
|
CWM.UN | CA | Publishing, broadcasting, and c… |
|
CAXTON AND CTP PUBLISHERS AND PRINTERS LIMITED
Integrated media and manufacturing group specializing in pu…
|
CAT | ZA | Publishing, broadcasting, and c… |
|
CHIIKISHINBUNSHA CO.,LTD.
Publishes a free local newspaper and provides flyer distrib…
|
2164 | JP | Publishing, broadcasting, and c… |
|
DallasNews Corp
A Dallas-based holding company operating a major newspaper …
|
DALN | US | Publishing, broadcasting, and c… |
|
D.B.Corp Limited
Operates newspaper, radio, and digital media assets in Hind…
|
DBCORP | IN | Publishing, broadcasting, and c… |
|
DigitalChosun
A multimedia company operating a news portal with multiling…
|
033130 | KR | Publishing, broadcasting, and c… |
|
Diligent Media Corporation Limited
Digital news platform providing multimedia coverage of curr…
|
DNAMEDIA | IN | Publishing, broadcasting, and c… |
|
Ekspress Grupp
A leading media group in the Baltic States with media and p…
|
EEG1T | EE | Publishing, broadcasting, and c… |
NEW YORK TIMES CO 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/30644/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30644 | 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=30644 | 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=30644 \ -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": 30644}, 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 NEW YORK TIMES CO (id: 30644)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.