
UNITIL CORP — Investor Relations & Filings
Unitil Corporation is a public utility holding company that engages in the distribution of electricity and natural gas. The company provides energy services to residential, commercial, and industrial customers in its service territories across New Hampshire, Massachusetts, and Maine. Unitil focuses on the safe and reliable delivery of energy to homes and businesses.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2019-05-20 | English | |
| 8-K | 2019-05-01 | English | |
| 8-K | 2019-04-26 | English | |
| 10-Q | 2019-04-25 | English | |
| 8-K | 2019-04-24 | English | |
| DEF 14A | 2019-03-27 | English |
Browse filings by year
21 years- 2026 16 filings
- 2025 47 filings
- 2024 34 filings
- 2023 40 filings
- 2022 35 filings
- 2021 38 filings
- 2020 50 filings
- 2019 48 filings
- 2018 38 filings
- 2017 46 filings
- 2016 37 filings
- 2015 37 filings
- 2014 44 filings
- 2013 58 filings
- 2012 74 filings
- 2011 60 filings
- 2010 61 filings
- 2009 78 filings
- 2008 78 filings
- 2007 70 filings
- 2006 29 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 9493458 | 8-K | 2019-05-20 | English | ||
| 9493459 | 8-K | 2019-05-01 | English | ||
| 9493460 | 8-K | 2019-04-26 | English | ||
| 9493461 | 10-Q | 2019-04-25 | English | ||
| 9493463 | 8-K | 2019-04-24 | English | ||
| 9493464 | DEF 14A | 2019-03-27 | English | ||
| 9493465 | 8-K | 2019-03-05 | English | ||
| 9493467 | FORM 3 SUBMISSION | 2019-02-21 | English | ||
| 9493468 | Major Shareholding Notification 2019 | 2019-02-12 | English | ||
| 9493469 | SC 13G/A | 2019-02-11 | English | ||
| 9493470 | Major Shareholding Notification 2019 | 2019-02-11 | English | ||
| 9493471 | Major Shareholding Notification 2019 | 2019-02-06 | English | ||
| 9493472 | 8-K | 2019-02-04 | English | ||
| 9493473 | FORM 3 SUBMISSION | 2019-02-04 | English | ||
| 9493474 | FORM 3 SUBMISSION | 2019-02-04 | English | ||
Market data
Market data not available
Price history
Peer group · Electric power transmission and distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abu Dhabi National Energy Co PJSC
Diversified energy and utilities group providing power, wat…
|
TAQA | AE | Electricity, gas, steam and air… |
|
Adani Energy Solutions Limited
Private utility specializing in power transmission, distrib…
|
ADANIENSOL | IN | Electricity, gas, steam and air… |
|
Admie (IPTO) Holding S.A.
Holding company for the operator of the national electricit…
|
ADMIE | GR | Electricity, gas, steam and air… |
|
AES CORP
A global power company that generates and distributes elect…
|
AES | US | Electricity, gas, steam and air… |
|
AFLUENTE TRANSMISSÃO DE ENERGIA ELETRICA S/A
Manages over 6,000 km of high-voltage power transmission in…
|
— | BR | Electricity, gas, steam and air… |
|
ALLETE INC
An energy company with regulated utilities and investments …
|
ALE | US | Electricity, gas, steam and air… |
|
ALLIANT ENERGY CORP
A public utility providing regulated electricity and natura…
|
LNT | US | Electricity, gas, steam and air… |
|
ALUPAR INVESTIMENTO S/A
Private energy infrastructure holding focused on transmissi…
|
— | BR | Electricity, gas, steam and air… |
|
AMEREN CORP
A public utility providing electricity and natural gas in M…
|
AEE | US | Electricity, gas, steam and air… |
|
AMERICAN ELECTRIC POWER CO INC
Generates, transmits, and distributes electricity to over f…
|
AEP | US | Electricity, gas, steam and air… |
UNITIL CORP 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/32380/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32380 | 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=32380 | 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=32380 \ -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": 32380}, 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 UNITIL CORP (id: 32380)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.