Skip to content

PROFIRE ENERGY, INC.: filings

Every PROFIRE ENERGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-06fiscal Q3 2024491440001289636-24-000044
10-Q2024-08-07fiscal Q2 2024491400001289636-24-000031
10-Q2024-05-08fiscal Q1 2024481000001289636-24-000018
10-K2024-03-13fiscal FY 2023551120001289636-24-000005
10-Q2023-11-08fiscal Q3 2023491430001289636-23-000059
10-Q2023-08-09fiscal Q2 2023491390001289636-23-000053
10-Q2023-05-09fiscal Q1 2023491010001289636-23-000032
10-K2023-03-08fiscal FY 2022531630001289636-23-000005
10-Q2022-11-02fiscal Q3 2022471370001289636-22-000031
10-Q2022-08-04fiscal Q2 2022471330001289636-22-000025
10-Q2022-05-03fiscal Q1 202246960001289636-22-000015
10-K2022-03-08fiscal FY 2021501580001289636-22-000005
10-Q2021-11-03fiscal Q3 2021441320001289636-21-000031
10-Q2021-08-04fiscal Q2 2021441280001289636-21-000022
10-Q2021-05-05fiscal Q1 202144920001289636-21-000013
10-K2021-03-10fiscal FY 2020501580001289636-21-000005
10-Q2020-11-09fiscal Q3 2020451340001289636-20-000039
10-Q2020-08-05fiscal Q2 2020451310001289636-20-000035
10-Q2020-05-06fiscal Q1 202044930001289636-20-000021
10-K2020-03-11fiscal FY 2019491560001289636-20-000004
10-Q2019-11-06fiscal Q3 2019451340001289636-19-000044
10-Q2019-08-07fiscal Q2 2019441280001289636-19-000036
10-Q2019-05-08fiscal Q1 201944920001289636-19-000021
10-K2019-03-06fiscal FY 2018481540001289636-19-000007
10-Q2018-11-07fiscal Q3 2018421180001289636-18-000047
10-Q2018-08-08fiscal Q2 2018431200001289636-18-000039
10-Q2018-05-09fiscal Q1 201843870001289636-18-000020
10-K2018-03-07fiscal FY 2017461360001289636-18-000006
10-Q2017-11-08fiscal Q3 2017431200001289636-17-000023
10-Q2017-08-09fiscal Q2 2017431200001289636-17-000008
10-Q2017-05-10fiscal Q1 201741840001096906-17-000323
10-Q2016-11-09fiscal Q2 2017381060001096906-16-002022
10-Q2016-08-10fiscal Q1 201739780001096906-16-001813
10-K2016-06-13fiscal FY 201639800001096906-16-001679
10-Q2016-02-08fiscal Q3 2016401080001096906-16-001364
10-Q2015-11-09fiscal Q2 2016401070001096906-15-001139
10-Q2015-08-10fiscal Q1 201639850001096906-15-000876
10-K2015-06-15fiscal FY 201540820001096906-15-000641
10-Q2015-02-12fiscal Q3 2015411120001096906-15-000163
10-Q2014-11-12fiscal Q2 2015371040001096906-14-001558
10-Q2014-08-14fiscal Q1 201537760001096906-14-001131
10-K2014-06-30fiscal FY 201439770001096906-14-000885
10-Q2014-02-14fiscal Q3 2013361020001096906-14-000191
10-Q/A2013-11-22fiscal Q2 2013361030001038838-13-000403
10-Q2013-11-14fiscal Q2 2013361030001038838-13-000389
10-Q2013-08-13fiscal Q1 201336740001038838-13-000300
10-K2013-07-01fiscal FY 201238780001038838-13-000261
10-Q2013-02-14fiscal Q3 2012361020001038838-13-000044
10-Q2012-11-14fiscal Q2 2012361020001038838-12-000334
10-Q/A2012-08-24fiscal Q1 201235720001038838-12-000243
10-K2012-06-28fiscal FY 201136740001038838-12-000173
10-Q2012-02-14fiscal Q3 2011351000001038838-12-000021
10-Q2011-11-14fiscal Q2 2011351000001038838-11-000375
10-Q2011-08-15fiscal Q1 201135740001038838-11-000235

Inspect the source

Entity
PROFIRE ENERGY, INC. / CIK 0001289636
Captured
2026-09-21T17:19:01.867Z
SEC response SHA-256
8524997cf4121ae0175a882246dde55a6b3d39d5e0016b7b52185d64fd3fcdfe

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