Skip to content

Veritone, Inc.: filings

Every Veritone, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-13fiscal Q2 2026511500001628280-26-056828
10-Q2026-05-14fiscal Q1 202647960001628280-26-035074
10-K2026-04-15fiscal FY 2025561340001628280-26-025214
10-Q/A2026-04-15fiscal Q3 2025431210001628280-26-025211
10-Q2025-11-07fiscal Q3 2025431210001615165-25-000027
10-Q2025-08-08fiscal Q2 2025431230001615165-25-000012
10-Q2025-05-12fiscal Q1 202543870000950170-25-069243
10-K2025-04-01fiscal FY 2024531050000950170-25-048602
10-Q2024-11-12fiscal Q3 2024481360000950170-24-125533
10-Q2024-08-14fiscal Q2 2024481370000950170-24-096973
10-Q2024-05-10fiscal Q1 2024491020000950170-24-057780
10-K2024-04-01fiscal FY 2023541080000950170-24-038819
10-Q2023-11-14fiscal Q3 2023471380000950170-23-063678
10-Q2023-08-09fiscal Q2 2023461340000950170-23-040530
10-Q2023-05-10fiscal Q1 202346980000950170-23-019950
10-K2023-03-16fiscal FY 2022511050000950170-23-008493
10-Q2022-11-14fiscal Q3 2022461360000950170-22-025023
10-Q2022-08-15fiscal Q2 2022461460001564590-22-029403
10-Q/A2022-08-15fiscal Q1 2022441060001564590-22-029402
10-Q2022-05-10fiscal Q1 202244980001564590-22-019037
10-K2022-03-17fiscal FY 202148960001564590-22-010802
10-Q2021-11-15fiscal Q3 2021441200001564590-21-056915
10-Q2021-08-05fiscal Q2 2021441230001564590-21-041111
10-Q2021-05-06fiscal Q1 202144930001564590-21-024339
10-K2021-03-05fiscal FY 202048970001564590-21-011303
10-Q2020-11-09fiscal Q3 2020471330001564590-20-052583
10-Q2020-08-10fiscal Q2 2020461320001564590-20-038981
10-Q2020-05-11fiscal Q1 202046980001564590-20-024366
10-K2020-03-11fiscal FY 2019491000001564590-20-010119
10-Q2019-11-08fiscal Q3 2019461320001564590-19-042295
10-Q2019-08-08fiscal Q2 2019451310001564590-19-030840
10-Q2019-05-09fiscal Q1 201946960001564590-19-017984
10-K2019-03-18fiscal FY 2018501030001564590-19-008261
10-Q2018-11-13fiscal Q3 2018471290001564590-18-029064
10-Q2018-08-13fiscal Q2 2018451220001193125-18-247436
10-Q2018-05-08fiscal Q1 201838760001193125-18-156123
10-K2018-03-09fiscal FY 201744850001193125-18-077593
10-Q2017-11-07fiscal Q3 201735980001193125-17-335799
10-Q2017-08-08fiscal Q2 201732910001193125-17-251492
10-Q2017-06-26fiscal Q1 201732650001193125-17-213168

Inspect the source

Entity
Veritone, Inc. / CIK 0001615165
Captured
2026-09-19T11:19:38.025Z
SEC response SHA-256
56e88ec6ae74a19cdf2bb1b2afe867e020b4a1020a361484d1573cd4558d53c5

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