Skip to content

FLIR SYSTEMS INC: filings

Every FLIR SYSTEMS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2021-05-06

The latest filing in this captured record is a 10-Q filed 2021-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. FLIR SYSTEMS INC 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-05-06fiscal Q1 2021531090000354908-21-000066
10-K2021-02-25fiscal FY 2020571910000354908-21-000016
10-Q2020-10-30fiscal Q3 2020521530000354908-20-000096
10-Q2020-08-06fiscal Q2 2020521490000354908-20-000085
10-Q2020-05-06fiscal Q1 2020531090000354908-20-000062
10-K2020-02-27fiscal FY 2019571890000354908-20-000010
10-Q2019-10-31fiscal Q3 2019511430000354908-19-000089
10-Q2019-07-31fiscal Q2 2019511430000354908-19-000079
10-Q2019-05-02fiscal Q1 2019511040000354908-19-000063
10-K2019-02-28fiscal FY 2018531850000354908-19-000018
10-Q2018-10-30fiscal Q3 2018461330000354908-18-000089
10-Q2018-07-27fiscal Q2 2018461330000354908-18-000074
10-Q2018-05-04fiscal Q1 2018471000000354908-18-000062
10-K2018-02-23fiscal FY 2017511690000354908-18-000014
10-Q2017-10-27fiscal Q3 2017471290000354908-17-000068
10-Q2017-07-28fiscal Q2 2017471290000354908-17-000055
10-Q2017-05-03fiscal Q1 201746930000354908-17-000032
10-K2017-02-24fiscal FY 2016511680000354908-17-000005
10-Q2016-11-04fiscal Q3 2016451260000354908-16-000173
10-Q2016-08-03fiscal Q2 2016451260000354908-16-000152
10-Q2016-05-06fiscal Q1 201644900000354908-16-000139
10-K2016-02-26fiscal FY 2015491710000354908-16-000103
10-Q2015-11-09fiscal Q3 2015451260000354908-15-000090
10-Q2015-08-06fiscal Q2 2015451260000354908-15-000073
10-Q2015-05-06fiscal Q1 201545920000354908-15-000051
10-K2015-02-27fiscal FY 2014491710000354908-15-000012
10-Q2014-11-07fiscal Q3 2014451260000354908-14-000096
10-Q2014-08-08fiscal Q2 2014451260000354908-14-000090
10-Q2014-05-12fiscal Q1 201445920000354908-14-000071
10-K2014-03-03fiscal FY 2013491700000354908-14-000014
10-Q2013-11-08fiscal Q3 2013451260000354908-13-000045
10-Q2013-08-08fiscal Q2 2013451260000354908-13-000034
10-Q2013-05-08fiscal Q1 201344920000354908-13-000023
10-K2013-03-01fiscal FY 2012491710000354908-13-000006
10-Q2012-11-05fiscal Q3 2012441240000354908-12-000016
10-Q2012-08-06fiscal Q2 2012441240000354908-12-000013
10-Q2012-05-10fiscal Q1 201244900000354908-12-000010
10-K2012-02-29fiscal FY 2011481680000354908-12-000003
10-Q2011-11-08fiscal Q3 2011431220001193125-11-301771
10-Q2011-08-08fiscal Q2 2011431220001193125-11-213740
10-Q2011-05-10fiscal Q1 201140810001193125-11-133755
10-K2011-03-01fiscal FY 2010381020001193125-11-051695
10-Q2010-11-09fiscal Q3 2010401100001193125-10-253593
10-Q2010-08-06fiscal Q2 2010401100001193125-10-181152
10-K2010-02-26fiscal FY 2009381020001193125-10-042277
10-Q2009-11-09fiscal Q3 2009401100001193125-09-227833
10-Q2009-08-10fiscal Q2 2009381060001193125-09-170208

Inspect the source

Entity
FLIR SYSTEMS INC / CIK 0000354908
Captured
SEC response SHA-256
3b6132e2c28e56ace11f820d257d97d71858555069cd5c42f6e68c15ea9e27b0

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