Skip to content

Reviva Pharmaceuticals Holdings, Inc.: filings

Every Reviva Pharmaceuticals Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-12fiscal Q2 202628840001437749-26-027358
10-Q2026-05-13fiscal Q1 202628580001437749-26-016762
10-K2026-03-30fiscal FY 202531630001437749-26-010126
10-Q2025-11-13fiscal Q3 202528840001437749-25-034827
10-Q2025-08-14fiscal Q2 202528840001437749-25-026967
10-Q2025-05-15fiscal Q1 202528580001437749-25-017191
10-K2025-04-03fiscal FY 202431630001437749-25-010791
10-Q2024-11-14fiscal Q3 202428840001437749-24-035375
10-Q2024-08-14fiscal Q2 202428840001437749-24-026571
10-Q2024-05-14fiscal Q1 202428580001437749-24-016366
10-K2024-04-15fiscal FY 2023281120001437749-24-011955
10-Q2023-11-14fiscal Q3 202327820001437749-23-031973
10-Q2023-08-14fiscal Q2 202327820001437749-23-023686
10-Q2023-05-15fiscal Q1 202326540001437749-23-014582
10-K2023-03-30fiscal FY 202227550001437749-23-008502
10-Q2022-11-14fiscal Q3 202224720001437749-22-027265
10-Q2022-08-15fiscal Q2 202224720001437749-22-020538
10-Q2022-05-16fiscal Q1 202225520001437749-22-012629
10-K2022-03-15fiscal FY 202130640001437749-22-006332
10-Q2021-11-15fiscal Q3 202124710001437749-21-026621
10-Q2021-08-16fiscal Q2 202124710001437749-21-019983
10-Q2021-05-17fiscal Q1 202123440001437749-21-012409
10-K/A2021-05-07fiscal FY 202024460001437749-21-011375
10-K2021-03-22fiscal FY 202024460001437749-21-006681
10-Q2021-01-14fiscal Q3 202022630001104659-21-004303
10-Q2020-10-14fiscal Q2 202022600001104659-20-114968
10-Q2020-07-07fiscal Q1 202022480001104659-20-081769
10-K2020-05-04fiscal FY 202024450001104659-20-055760
10-Q2020-01-10fiscal Q3 201924660001104659-20-003044
10-Q2019-10-08fiscal Q2 201924630001144204-19-047666
10-Q2019-07-03fiscal Q1 202018400001144204-19-033793
10-K2019-05-22fiscal FY 201920220001144204-19-027771
10-Q2019-01-09fiscal Q3 201919240001144204-19-001220
10-Q2018-10-11fiscal Q2 201919240001144204-18-053514

Inspect the source

Entity
Reviva Pharmaceuticals Holdings, Inc. / CIK 0001742927
Captured
2026-09-19T11:20:56.685Z
SEC response SHA-256
26f740ff1a169faebcba46f28197dc15a1be7bab2feb9b4952e7b7f15df066e6

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