Skip to content

YEXT, INC.: filings

Every YEXT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-09-01fiscal Q2 2027491410001628280-26-059784
10-Q2026-06-02fiscal Q1 2027501040001628280-26-039788
10-K2026-03-10fiscal FY 2026571450001628280-26-016402
10-Q2025-12-08fiscal Q3 2026491400001628280-25-055819
10-Q2025-09-08fiscal Q2 2026491400001614178-25-000119
10-Q2025-06-09fiscal Q1 2026491030001614178-25-000077
10-K2025-03-13fiscal FY 2025551420001614178-25-000030
10-Q2024-12-09fiscal Q3 2025491430001614178-24-000140
10-Q2024-09-04fiscal Q2 2025481380001614178-24-000104
10-Q2024-06-10fiscal Q1 202547980001614178-24-000056
10-K2024-03-13fiscal FY 2024531360001614178-24-000023
10-Q2023-12-05fiscal Q3 2024481420001614178-23-000101
10-Q2023-09-06fiscal Q2 2024481380001614178-23-000073
10-Q2023-06-07fiscal Q1 2024481000001614178-23-000029
10-K2023-03-17fiscal FY 2023521320001614178-23-000017
10-Q2022-12-02fiscal Q3 2023481420001614178-22-000057
10-Q2022-09-08fiscal Q2 2023481380001614178-22-000042
10-Q2022-06-09fiscal Q1 2023481000001614178-22-000030
10-K2022-03-18fiscal FY 2022491560001614178-22-000014
10-Q2021-12-03fiscal Q3 2022491460001614178-21-000251
10-Q2021-09-03fiscal Q2 2022491420001614178-21-000211
10-Q2021-06-04fiscal Q1 2022491020001614178-21-000112
10-K2021-03-16fiscal FY 2021491560001614178-21-000065
10-Q2020-12-04fiscal Q3 2021461330001614178-20-000444
10-Q2020-09-04fiscal Q2 2020461290001614178-20-000314
10-Q2020-06-09fiscal Q1 202047990001614178-20-000157
10-K2020-03-20fiscal FY 2020491550001614178-20-000078
10-Q2019-12-06fiscal Q3 2020481350001614178-19-000481
10-Q2019-08-30fiscal Q2 2020481310001614178-19-000348
10-Q2019-05-31fiscal Q1 202048990001614178-19-000204
10-K2019-03-15fiscal FY 2019461530001614178-19-000075
10-Q2018-11-30fiscal Q3 2019451320001614178-18-000467
10-Q2018-08-31fiscal Q2 2019451250001614178-18-000355
10-Q2018-06-01fiscal Q1 201945950001614178-18-000206
10-K2018-03-16fiscal FY 2018461520001614178-18-000095
10-Q2017-12-01fiscal Q3 2018441210001614178-17-000038
10-Q2017-09-08fiscal Q2 2018441210001628280-17-009171
10-Q2017-06-02fiscal Q1 201844910001628280-17-006165

Inspect the source

Entity
YEXT, INC. / CIK 0001614178
Captured
2026-09-21T17:21:25.626Z
SEC response SHA-256
3cafccb2e373927cbf5465f27bc5e0ee61e9511e63c78c5cae31820f84c40590

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