
PITNEY BOWES INC /DE/ — Investor Relations & Filings
Pitney Bowes Inc. is a technology company specializing in shipping and mailing solutions designed to simplify commerce for businesses. The company's core offerings are organized into two main segments: SendTech Solutions and Presort Services. SendTech provides mailing equipment, such as postage meters, and multi-carrier shipping software that allows clients to compare rates, print postage and labels, and track shipments. Presort Services operates a national network of facilities that sort high volumes of mail for clients, enabling them to achieve significant postage discounts. Through its technology, logistics, and related financial services, Pitney Bowes helps organizations of all sizes manage their mailing and shipping operations, reduce costs, and improve efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-15 | English | |
| Major Shareholding Notification 2026 | 2026-05-12 | English | |
| 10-Q - PITNEY BOWES INC /DE/ (0000078814) (Filer) | 2026-05-06 | English | |
| 8-K | 2026-05-05 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| 8-K - PITNEY BOWES INC /DE/ (0000078814) (Filer) | 2026-04-21 | English |
Browse filings by year
27 years- 2026 25 filings
- 2025 109 filings
- 2024 124 filings
- 2023 147 filings
- 2022 65 filings
- 2021 55 filings
- 2020 60 filings
- 2019 69 filings
- 2018 71 filings
- 2017 74 filings
- 2016 69 filings
- 2015 68 filings
- 2014 62 filings
- 2013 87 filings
- 2012 89 filings
- 2011 61 filings
- 2010 63 filings
- 2009 63 filings
- 2008 62 filings
- 2007 89 filings
- 2006 90 filings
- 2005 71 filings
- 2004 70 filings
- 2003 42 filings
- 2002 21 filings
- 2001 28 filings
- 2000 14 filings
Market data
Market data not available
Price history
Peer group · Intermediation service activities for postal and courier activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alfonsino
A multi-service delivery platform for small and medium-size…
|
ALF | IT | Transportation and storage |
PITNEY BOWES INC /DE/ 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/31710/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31710 | 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=31710 | 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=31710 \ -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": 31710}, 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 PITNEY BOWES INC /DE/ (id: 31710)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.