Skip to content

NV5 Global, Inc.: filings

Every NV5 Global, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-Q2025-08-04fiscal Q2 2025451460001628280-25-037297
10-Q2025-05-02fiscal Q1 2025441100001628280-25-021690
10-K2025-02-21fiscal FY 2024521350001628280-25-007077
10-Q2024-11-12fiscal Q3 2024453460001628280-24-046858
10-Q2024-08-08fiscal Q2 2024451260001628280-24-035992
10-Q2024-05-09fiscal Q1 202445940001628280-24-022027
10-K2024-02-23fiscal FY 2023531380001628280-24-006623
10-Q2023-11-03fiscal Q3 2023461280001628280-23-036602
10-Q2023-08-10fiscal Q2 2023461280001628280-23-028805
10-Q2023-05-05fiscal Q1 202344910001628280-23-016102
10-K2023-02-24fiscal FY 2022501300001628280-23-005015
10-Q2022-11-04fiscal Q3 2022471290001628280-22-028373
10-Q2022-08-05fiscal Q2 2022471290001628280-22-021277
10-Q2022-05-06fiscal Q1 202246940001628280-22-012890
10-K2022-03-01fiscal FY 2021491270001628280-22-004406
10-Q2021-11-10fiscal Q3 2021481300001628280-21-022722
10-Q2021-08-11fiscal Q2 2021471290001628280-21-016518
10-Q2021-05-13fiscal Q1 202147960001628280-21-010110
10-K2021-03-03fiscal FY 2020481230001628280-21-003834
10-Q2020-11-12fiscal Q3 2020461240001628280-20-016301
10-Q2020-08-06fiscal Q2 2020461240001628280-20-011917
10-Q2020-05-07fiscal Q1 202046930001628280-20-006964
10-K2020-02-26fiscal FY 2019491660001628280-20-002327
10-Q2019-11-07fiscal Q3 2019461180001628280-19-013679
10-Q2019-08-07fiscal Q2 2019451190001628280-19-010305
10-Q2019-05-08fiscal Q1 201943870001437749-19-009125
10-K2019-03-14fiscal FY 2018451570001437749-19-004923
10-Q2018-11-07fiscal Q3 2018431130001437749-18-019869
10-Q2018-08-02fiscal Q2 2018421120001437749-18-014327
10-Q2018-05-04fiscal Q1 201842860001437749-18-008600
10-K2018-03-13fiscal FY 2017441540001437749-18-004511
10-Q2017-11-08fiscal Q3 2017421120001437749-17-018709
10-Q2017-08-03fiscal Q2 2017401090001437749-17-013707
10-Q2017-05-04fiscal Q1 201739800001437749-17-008024
10-K2017-03-10fiscal FY 2016421510001437749-17-004296
10-Q2016-11-03fiscal Q3 2016431160001437749-16-041019
10-Q2016-08-05fiscal Q2 2016431160001437749-16-036604
10-Q2016-05-06fiscal Q1 201643870001437749-16-031013
10-K2016-03-11fiscal FY 2015461600001437749-16-027486
10-Q2015-11-12fiscal Q3 2015441170001437749-15-020663
10-Q2015-08-14fiscal Q2 2015441160001437749-15-015790
10-Q2015-05-12fiscal Q1 201542850001437749-15-009831
10-K2015-03-27fiscal FY 201444890001437749-15-006169
10-Q2014-11-13fiscal Q3 2014421130001437749-14-020691
10-Q2014-08-14fiscal Q2 2014421130001437749-14-015493
10-Q2014-05-15fiscal Q1 201444890001437749-14-009113
10-K2014-03-28fiscal FY 201345930001437749-14-005395
10-Q2013-11-13fiscal Q3 2013441190001193125-13-439517
10-Q2013-08-14fiscal Q2 2013441190001193125-13-333816
10-Q2013-05-14fiscal Q1 201346930001193125-13-219785

Inspect the source

Entity
NV5 Global, Inc. / CIK 0001532961
Captured
2026-09-21T17:19:39.603Z
SEC response SHA-256
b3d646c54b80178801e1c40471e164b44f732c1fc7f4fc6afcbf6bc0e3faf45e

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