Skip to content

TRIPLE-S MANAGEMENT CORPORATION: filings

Every TRIPLE-S MANAGEMENT CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-11-04

The latest filing in this captured record is a 10-Q filed 2021-11-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. TRIPLE-S MANAGEMENT CORPORATION may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-11-04fiscal Q3 2021331000001140361-21-036576
10-Q2021-08-05fiscal Q2 202133980001140361-21-027138
10-Q2021-05-06fiscal Q1 202131660001140361-21-016135
10-K2021-02-26fiscal FY 2020391050001140361-21-006435
10-Q2020-11-06fiscal Q3 2020351020001140361-20-024757
10-Q2020-08-06fiscal Q2 2020351000001140361-20-017700
10-Q2020-05-07fiscal Q1 202031660001140361-20-010991
10-K2020-02-28fiscal FY 2019391050001140361-20-004334
10-Q2019-11-07fiscal Q3 201931940001140361-19-020056
10-Q2019-08-09fiscal Q2 201931920001140361-19-014633
10-Q2019-05-09fiscal Q1 201931660001140361-19-008825
10-K2019-03-01fiscal FY 201835970001140361-19-004117
10-Q2018-11-08fiscal Q3 201830890001140361-18-042755
10-Q2018-08-02fiscal Q2 201830890001140361-18-035234
10-Q2018-05-08fiscal Q1 201830650001140361-18-022170
10-K2018-03-07fiscal FY 201735970001140361-18-012454
10-Q2017-11-09fiscal Q3 201730890001140361-17-041768
10-Q2017-08-09fiscal Q2 201730890001140361-17-030819
10-K2017-08-09fiscal FY 201631850001140361-17-030794
10-Q2017-05-09fiscal Q1 201727590001140361-17-019098
10-K2017-03-10fiscal FY 201631850001140361-17-011331
10-Q2016-11-04fiscal Q3 201629910001140361-16-084868
10-Q2016-08-05fiscal Q2 201629910001140361-16-075002
10-Q2016-05-06fiscal Q1 201629650001140361-16-063857
10-K2016-03-29fiscal FY 201534930001140361-16-059220
10-Q2015-11-09fiscal Q3 201529910001140361-15-040079
10-Q2015-08-06fiscal Q2 201529910001140361-15-030229
10-Q2015-05-08fiscal Q1 201530650001140361-15-018493
10-K2015-03-18fiscal FY 201434930001140361-15-012379
10-Q2014-11-05fiscal Q3 201430970001140361-14-040274
10-Q2014-08-05fiscal Q2 2014331030001140361-14-030791
10-Q2014-05-06fiscal Q1 201434730001140361-14-019002
10-K2014-03-17fiscal FY 2013391060001140361-14-013077
10-Q2013-11-12fiscal Q3 2013341070001140361-13-041733
10-Q2013-08-08fiscal Q2 2013341070001140361-13-031159
10-Q2013-05-03fiscal Q1 201333710001140361-13-018588
10-K2013-03-14fiscal FY 2012391050001140361-13-012481
10-Q2012-11-07fiscal Q3 2012351120001140361-12-046070
10-Q2012-08-08fiscal Q2 2012331030001140361-12-035552
10-Q2012-05-10fiscal Q1 201228610001140361-12-024384
10-K2012-03-14fiscal FY 201126720001140361-12-015582
10-Q2011-11-04fiscal Q3 201125720001140361-11-051907
10-Q2011-08-08fiscal Q2 201125720001140361-11-040016

Inspect the source

Entity
TRIPLE-S MANAGEMENT CORPORATION / CIK 0001171662
Captured
SEC response SHA-256
a9f85363b77d07bb51044e58a805467565ebe7bb2f3566408dc01f7fd1a29cb5

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/0001171662.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"])))