Skip to content

LUNA INNOVATIONS INC: filings

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

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. LUNA INNOVATIONS 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-Q2023-11-14fiscal Q3 2023531480001239819-23-000131
10-Q2023-08-10fiscal Q2 2023531480001239819-23-000103
10-Q2023-05-09fiscal Q1 2023531100001239819-23-000067
10-K2023-03-16fiscal FY 2022611240001239819-23-000044
10-Q2022-11-10fiscal Q3 2022561530001239819-22-000125
10-Q2022-08-12fiscal Q2 2022561530001239819-22-000106
10-Q2022-05-16fiscal Q1 2022541100001239819-22-000079
10-K2022-03-14fiscal FY 2021612030001239819-22-000034
10-Q2021-11-15fiscal Q3 2021541490001628280-21-023397
10-Q2021-08-09fiscal Q2 2021541490001239819-21-000081
10-Q2021-05-17fiscal Q1 2021541110001239819-21-000059
10-K2021-03-12fiscal FY 2020601930001239819-21-000027
10-Q2020-11-09fiscal Q3 2020511460001239819-20-000096
10-Q2020-08-06fiscal Q2 2020511430001239819-20-000079
10-Q2020-05-07fiscal Q1 2020501030001239819-20-000047
10-K2020-03-13fiscal FY 2019551820001239819-20-000032
10-Q2019-11-05fiscal Q3 2019521500001239819-19-000143
10-Q2019-08-07fiscal Q2 2019501410001239819-19-000095
10-Q2019-05-13fiscal Q1 2019491000001239819-19-000047
10-K2019-03-15fiscal FY 2018521840001239819-19-000029
10-Q2018-11-13fiscal Q3 2018441240001239819-18-000075
10-Q2018-08-01fiscal Q1 2018441250001239819-18-000068
10-Q2018-05-10fiscal Q1 201845940001628280-18-006610
10-K2018-03-21fiscal FY 2017481540001239819-18-000008
10-Q2017-11-13fiscal Q3 2017431200001239819-17-000087
10-Q2017-08-10fiscal Q2 2017391040001239819-17-000067
10-Q2017-05-11fiscal Q1 201738780001239819-17-000027
10-K2017-03-20fiscal FY 2016431190001239819-17-000022
10-Q2016-11-10fiscal Q3 2016391060001239819-16-000176
10-Q2016-08-10fiscal Q2 2016391050001239819-16-000164
10-Q2016-05-11fiscal Q1 201638780001239819-16-000120
10-K2016-03-29fiscal FY 2015431190001239819-16-000112
10-Q2015-11-13fiscal Q3 2015391080001628280-15-008738
10-Q2015-08-14fiscal Q2 2015381010001239819-15-000098
10-Q2015-05-14fiscal Q1 201534700001239819-15-000051
10-K2015-03-16fiscal FY 2014411140001239819-15-000023
10-Q2014-11-06fiscal Q3 2014391120001239819-14-000094
10-Q2014-08-14fiscal Q2 2014391110001239819-14-000078
10-Q2014-05-13fiscal Q1 201438780001239819-14-000025
10-K2014-04-10fiscal FY 2013451810001239819-14-000013
10-Q2013-11-07fiscal Q3 2013381080001193125-13-433018
10-Q2013-08-08fiscal Q2 2013381070001193125-13-326780
10-Q2013-05-09fiscal Q1 201338780001193125-13-211319
10-K2013-03-29fiscal FY 2012441660001193125-13-134461
10-Q2012-11-08fiscal Q3 2012381110001193125-12-460721
10-Q2012-08-09fiscal Q2 201234920001193125-12-348018
10-Q2012-05-10fiscal Q1 201238780001193125-12-225579
10-K2012-03-29fiscal FY 201137960001193125-12-139796
10-Q2011-11-14fiscal Q3 2011371010001193125-11-310968
10-Q2011-08-12fiscal Q2 201134880001193125-11-220840

Inspect the source

Entity
LUNA INNOVATIONS INC / CIK 0001239819
Captured
SEC response SHA-256
cc278e98be686cc30000bb382d7d6aa4aff707c5d070087384d719cfb942d8ea

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