
EMERA INC — Investor Relations & Filings
Emera Inc. is an energy company that generates, transmits, and distributes electricity and natural gas through a portfolio of regulated utilities. Serving approximately 2.6 million customers across North America, the company is focused on the transition to cleaner energy. Its core strategy involves significant capital investment in grid modernization, renewable technologies, and reliability to reduce carbon emissions while delivering safe and dependable service. A substantial portion of its earnings is derived from its regulated assets, providing a foundation for stable growth. Emera also operates in the wholesale energy sector, marketing and trading natural gas and electricity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 6-K | 2026-05-22 | English | |
| 6-K - EMERA INC (0001127248) (Filer) | 2026-05-08 | English | |
| 6-K - EMERA INC (0001127248) (Filer) | 2026-04-10 | English | |
| 6-K - EMERA INC (0001127248) (Filer) | 2026-03-27 | English | |
| SUPPL - EMERA INC (0001127248) (Filer) | 2026-03-25 | English | |
| FWP - EMERA INC (0001127248) (Subject) | 2026-03-23 | English |
Browse filings by year
21 years- 2026 10 filings
- 2025 27 filings
- 2024 24 filings
- 2023 15 filings
- 2022 15 filings
- 2021 14 filings
- 2020 13 filings
- 2019 15 filings
- 2018 12 filings
- 2017 12 filings
- 2016 24 filings
- 2014 1 filing
- 2013 2 filings
- 2012 10 filings
- 2011 17 filings
- 2005 5 filings
- 2004 10 filings
- 2003 9 filings
- 2002 4 filings
- 2001 7 filings
- 2000 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46862599 | 6-K | 2026-05-22 | English | ||
| 44431878 | 6-K - EMERA INC (0001127248) (Filer) | 2026-05-08 | English | ||
| 34027492 | 6-K - EMERA INC (0001127248) (Filer) | 2026-04-10 | English | ||
| 33066212 | 6-K - EMERA INC (0001127248) (Filer) | 2026-03-27 | English | ||
| 33042620 | SUPPL - EMERA INC (0001127248) (Filer) | 2026-03-25 | English | ||
| 33016411 | FWP - EMERA INC (0001127248) (Subject) | 2026-03-23 | English | ||
| 33013834 | SUPPL - EMERA INC (0001127248) (Filer) | 2026-03-23 | English | ||
| 32967836 | FWP - EMERA INC (0001127248) (Subject) | 2026-03-17 | English | ||
| 32964245 | SUPPL - EMERA INC (0001127248) (Filer) | 2026-03-17 | English | ||
| 32827765 | 6-K - EMERA INC (0001127248) (Filer) | 2026-02-23 | English | ||
|
2025
5 filings
| |||||
| 11394752 | FORM 6-K | 2025-12-05 | English | ||
| 11394753 | FORM SUPPL | 2025-12-05 | English | ||
| 11394754 | FORM F-X | 2025-12-05 | English | ||
| 11394762 | FORM F-10EF | 2025-12-05 | English | ||
| 11394765 | FORM 6-K | 2025-11-07 | English | ||
Market data
Market data not available
Price history
Peer group · Electric power transmission and distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Edesal Holding S.A.
Investment holding company focused on the sub-transport and…
|
— | AR | Electricity, gas, steam and air… |
|
EDISON INTERNATIONAL
An electric utility holding company providing energy and su…
|
EIX | US | Electricity, gas, steam and air… |
|
Elecnor S. A.
Global firm in engineering, construction, and operation of …
|
ENO | ES | Electricity, gas, steam and air… |
|
Electreon Wireless Ltd.
Develops wireless charging solutions for EVs, enabling dyna…
|
ELWS | IL | Electricity, gas, steam and air… |
|
ELECTRICA PUNTILLA S.A.
Generates and sells electrical energy, supplies power to th…
|
— | CL | Electricity, gas, steam and air… |
|
Electricité de France
An integrated electric utility company active across the en…
|
EDF | FR | Electricity, gas, steam and air… |
|
Electricité de Strasbourg S.A.
Supplies and distributes electricity and gas, offering rene…
|
ELEC | FR | Electricity, gas, steam and air… |
|
Electric Power Development Co., Ltd.
Electric utility operating diverse power plants and major t…
|
9513 | JP | Electricity, gas, steam and air… |
|
Elektrodistribucija a.d. Pale
Distributes electricity and generates power, with a focus o…
|
EDPL | BA | Electricity, gas, steam and air… |
|
Elektrokrajina a.d. Banja Luka
Electric utility for the distribution, supply, and maintena…
|
- | BA | Electricity, gas, steam and air… |
EMERA 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/30437/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30437 | 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=30437 | 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=30437 \ -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": 30437}, 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 EMERA INC (id: 30437)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.