Skip to content

TRUPANION, INC.: filings

Every TRUPANION, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-05fiscal Q2 2026411200001371285-26-000172
10-Q2026-04-30fiscal Q1 202641860001371285-26-000096
10-K2026-02-13fiscal FY 2025531370001371285-26-000018
10-Q2025-11-06fiscal Q3 2025411210001371285-25-000250
10-Q2025-08-07fiscal Q2 2025411200001371285-25-000187
10-Q2025-05-01fiscal Q1 202541860001371285-25-000119
10-K2025-02-27fiscal FY 2024501340001371285-25-000052
10-Q2024-11-01fiscal Q3 2024411200001371285-24-000282
10-Q2024-08-09fiscal Q2 2024411200001371285-24-000210
10-Q2024-05-03fiscal Q1 202441860001371285-24-000120
10-K2024-02-27fiscal FY 2023501340001371285-24-000029
10-Q2023-11-03fiscal Q3 2023421220001371285-23-000302
10-Q2023-08-04fiscal Q2 2023421220001371285-23-000218
10-Q2023-05-05fiscal Q1 202341860001371285-23-000146
10-K2023-02-16fiscal FY 2022511340001371285-23-000047
10-Q2022-11-04fiscal Q3 2022431230001371285-22-000258
10-Q2022-08-04fiscal Q2 2022431230001371285-22-000187
10-Q2022-04-29fiscal Q1 202241860001371285-22-000130
10-K2022-02-17fiscal FY 2021461220001371285-22-000048
10-Q2021-11-04fiscal Q3 2021371040001371285-21-000284
10-Q2021-08-06fiscal Q2 2021411200001371285-21-000234
10-Q2021-04-30fiscal Q1 202137780001371285-21-000150
10-K2021-02-12fiscal FY 2020501760001371285-21-000041
10-Q2020-10-30fiscal Q3 2020401160001371285-20-000267
10-Q2020-08-05fiscal Q2 2020401160001371285-20-000183
10-Q2020-05-01fiscal Q1 202036760001371285-20-000101
10-K2020-02-14fiscal FY 2019481700001371285-20-000032
10-Q2019-11-06fiscal Q3 2019401150001371285-19-000212
10-Q2019-07-31fiscal Q2 201935950001371285-19-000189
10-Q2019-05-03fiscal Q1 201935720001371285-19-000130
10-K2019-02-14fiscal FY 2018451380001371285-19-000039
10-Q2018-11-09fiscal Q3 2018381050001371285-18-000223
10-Q2018-08-03fiscal Q2 2018371040001371285-18-000154
10-Q2018-05-02fiscal Q1 201833660001371285-18-000083
10-K2018-02-14fiscal FY 2017421310001371285-18-000014
10-Q2017-11-03fiscal Q3 2017371040001371285-17-000152
10-Q2017-08-02fiscal Q2 2017371040001371285-17-000114
10-Q2017-05-03fiscal Q1 201734680001371285-17-000080
10-K2017-02-15fiscal FY 2016401270001371285-17-000024
10-Q2016-11-04fiscal Q3 201633900001371285-16-000243
10-Q2016-08-05fiscal Q2 201633900001371285-16-000213
10-Q2016-05-06fiscal Q1 201633680001371285-16-000167
10-K2016-02-17fiscal FY 2015381230001371285-16-000128
10-Q2015-11-05fiscal Q3 201531820001371285-15-000062
10-Q2015-08-05fiscal Q2 201531820001371285-15-000044
10-Q2015-05-07fiscal Q1 201531640001371285-15-000022
10-K2015-02-24fiscal FY 2014391270001371285-15-000006
10-Q2014-10-31fiscal Q3 201432880001371285-14-000009
10-Q2014-08-28fiscal Q2 201433890001371285-14-000006

Inspect the source

Entity
TRUPANION, INC. / CIK 0001371285
Captured
2026-09-20T07:57:06.740Z
SEC response SHA-256
b408e41ffc47e87cb4f563cb7e8b7b8cea73242befb469e693a2d3e8670c74d0

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