Skip to content

Grid Dynamics Holdings, Inc.: filings

Every Grid Dynamics Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-07-30fiscal Q2 2026491400001743725-26-000021
10-Q2026-04-30fiscal Q1 2026491020001743725-26-000014
10-K2026-03-05fiscal FY 2025531400001743725-26-000007
10-Q2025-10-30fiscal Q3 2025461370001743725-25-000010
10-Q2025-07-31fiscal Q2 2025461330001628280-25-037042
10-Q2025-05-01fiscal Q1 202546950001628280-25-021584
10-K2025-02-27fiscal FY 2024501320001628280-25-008723
10-Q2024-10-31fiscal Q3 2024461370001628280-24-044572
10-Q2024-08-01fiscal Q2 2024461330001628280-24-034187
10-Q2024-05-02fiscal Q1 202446950001628280-24-020035
10-K2024-02-29fiscal FY 2023521360001628280-24-007971
10-Q2023-11-02fiscal Q3 2023471390001628280-23-036440
10-Q2023-08-03fiscal Q2 2023461330001628280-23-027295
10-Q2023-05-04fiscal Q1 202347950001628280-23-015784
10-K2023-02-28fiscal FY 2022531380001628280-23-005637
10-Q2022-11-03fiscal Q3 2022481390001628280-22-028238
10-Q2022-08-04fiscal Q2 2022461310001628280-22-021108
10-Q2022-05-05fiscal Q1 202245920001628280-22-012692
10-K2022-03-03fiscal FY 2021491330001628280-22-004939
10-Q2021-11-04fiscal Q3 2021451340001628280-21-021805
10-Q2021-08-05fiscal Q2 2021461360001213900-21-040534
10-Q2021-05-06fiscal Q1 202145940001213900-21-024915
10-K2021-03-05fiscal FY 2020461180001213900-21-013771
10-Q2020-11-05fiscal Q3 2020411230001213900-20-035307
10-Q2020-08-06fiscal Q2 2020411190001213900-20-020656
10-Q2020-05-11fiscal Q1 202039820001213900-20-011690
10-K2020-03-04fiscal FY 201917320001213900-20-005395
10-Q2019-11-13fiscal Q3 201918470001213900-19-023007
10-Q2019-08-14fiscal Q2 201918400001213900-19-015598
10-Q2019-05-15fiscal Q1 201916250001213900-19-008804
10-K2019-03-20fiscal FY 201819190001213900-19-004549
10-Q2018-11-16fiscal Q1 201911120001213900-18-016055

Inspect the source

Entity
Grid Dynamics Holdings, Inc. / CIK 0001743725
Captured
2026-09-21T17:28:37.864Z
SEC response SHA-256
287c06156601c1bf716b10040e92faedb37c30e40df9cc4f2fa600cb578372c5

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