Skip to content

Metropolitan Life Insurance Co: filings

Every Metropolitan Life Insurance Co annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-11fiscal Q2 202626800000937834-26-000011
10-Q2026-05-12fiscal Q1 202626560000937834-26-000006
10-K2026-03-11fiscal FY 202537980000937834-26-000003
10-Q2025-11-12fiscal Q3 202527840000937834-25-000014
10-Q2025-08-12fiscal Q2 202527840000937834-25-000012
10-Q2025-05-06fiscal Q1 202527580000937834-25-000008
10-K2025-03-11fiscal FY 202437990000937834-25-000003
10-Q2024-11-06fiscal Q3 202426800000937834-24-000014
10-Q2024-08-06fiscal Q2 202426800000937834-24-000012
10-Q2024-05-07fiscal Q1 202426560000937834-24-000008
10-K2024-03-07fiscal FY 2023371240000937834-24-000004
10-Q2023-11-07fiscal Q3 202325820000937834-23-000020
10-Q2023-08-08fiscal Q2 202325820000937834-23-000017
10-Q2023-05-09fiscal Q1 202325580000937834-23-000014
10-K2023-03-09fiscal FY 202236970000937834-23-000007
10-Q2022-11-08fiscal Q3 202226820000937834-22-000088
10-Q2022-08-09fiscal Q2 202226820000937834-22-000085
10-Q2022-05-11fiscal Q1 202226580000937834-22-000042
10-K2022-03-07fiscal FY 202134930000937834-22-000029
10-Q2021-11-09fiscal Q3 202126820000937834-21-000020
10-Q2021-08-10fiscal Q2 202126820000937834-21-000017
10-Q2021-05-11fiscal Q1 202126580000937834-21-000013
10-K2021-03-09fiscal FY 2020361220000937834-21-000005
10-Q2020-11-10fiscal Q3 202026820000937834-20-000024
10-Q2020-08-11fiscal Q2 202026820000937834-20-000016
10-Q2020-05-12fiscal Q1 202026580000937834-20-000013
10-K2020-03-09fiscal FY 2019371200000937834-20-000005
10-Q2019-11-06fiscal Q3 201928810000937834-19-000020
10-Q2019-08-08fiscal Q2 201928810000937834-19-000017
10-Q2019-05-10fiscal Q1 201928570000937834-19-000013
10-K2019-03-19fiscal FY 2018331120000937834-19-000006
10-Q2018-11-08fiscal Q3 201823700000937834-18-000053
10-Q2018-08-09fiscal Q2 201822680000937834-18-000039
10-Q2018-05-10fiscal Q1 201822500000937834-18-000025
10-K2018-03-20fiscal FY 2017301100000937834-18-000008
10-Q2017-11-08fiscal Q3 201721620000937834-17-000033
10-Q2017-08-09fiscal Q2 201721620000937834-17-000026
10-Q2017-05-10fiscal Q1 201721460000937834-17-000015
10-K2017-03-24fiscal FY 2016291030000937834-17-000007
10-Q2016-11-09fiscal Q3 201621620000937834-16-000145
10-Q2016-08-12fiscal Q2 201621620000937834-16-000129
10-Q2016-05-12fiscal Q1 201620440000937834-16-000105
10-K2016-03-25fiscal FY 2015301070000937834-16-000091
10-Q2015-11-12fiscal Q3 201520600000937834-15-000067
10-Q2015-08-12fiscal Q2 201520600000937834-15-000054
10-Q2015-05-13fiscal Q1 201520440000937834-15-000036
10-K2015-03-27fiscal FY 2014291070000937834-15-000021
10-Q2014-11-12fiscal Q3 201420620000937834-14-000074
10-Q2014-08-13fiscal Q2 201420620000937834-14-000051
10-Q2014-05-15fiscal Q1 201420460000937834-14-000035
10-K2014-03-28fiscal FY 2013301090000937834-14-000019
10-Q2013-11-13fiscal Q3 201321590000737026-13-000022

Inspect the source

Entity
Metropolitan Life Insurance Co / CIK 0000937834
Captured
2026-09-21T17:17:53.703Z
SEC response SHA-256
0b480d9920ec8c451423419585f161f7316b7383ca838432c3bb0e7223e6f3a5

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000937834.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))