Skip to content

Vynleads, Inc.: filings

Every Vynleads, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-14fiscal Q2 202631960001079973-26-001129
10-Q2026-06-16fiscal Q1 202630640001079973-26-000844
10-K2026-03-31fiscal FY 202533680001079973-26-000408
10-Q2025-11-12fiscal Q3 202531980001079973-25-001679
10-Q2025-08-13fiscal Q2 202531960001079973-25-001260
10-Q2025-05-12fiscal Q1 202529620001079973-25-000779
10-K2025-03-24fiscal FY 202433680001079973-25-000452
10-Q2024-11-14fiscal Q3 202429960001079973-24-001545
10-Q2024-08-14fiscal Q2 202429940001079973-24-001235
10-Q2024-05-14fiscal Q1 202428600001079973-24-000711
10-K2024-03-22fiscal FY 202328560001079973-24-000407
10-Q2023-11-13fiscal Q3 202323750001079973-23-001545
10-Q2023-08-11fiscal Q2 202323720001079973-23-001132
10-Q2023-05-15fiscal Q1 202321450001553350-23-000299
10-K2023-03-21fiscal FY 202227550001553350-23-000194
10-Q2022-11-21fiscal Q3 202224780001553350-22-000944
10-Q2022-08-15fiscal Q2 202223740001553350-22-000682
10-Q2022-05-24fiscal Q1 202219390001079973-22-000656
10-K2022-03-31fiscal FY 202124480001553350-22-000284
10-Q2021-11-22fiscal Q3 202123690001553350-21-001096
10-Q/A2021-10-12fiscal Q2 202123660001553350-21-000900
10-Q2021-06-29fiscal Q1 202121420001553350-21-000540
10-K2021-04-07fiscal FY 202021440001553350-21-000278
10-Q2020-11-19fiscal Q3 202021630001553350-20-001041
10-Q2020-08-14fiscal Q2 202021600001553350-20-000749
10-Q2020-06-29fiscal Q1 202020420001553350-20-000568
10-K2020-06-11fiscal FY 201923470001553350-20-000525
10-Q2019-11-14fiscal Q3 201921680001553350-19-001182
10-Q2019-08-12fiscal Q2 201921640001553350-19-000796
10-Q2019-05-15fiscal Q1 201921450001553350-19-000554

Inspect the source

Entity
Vynleads, Inc. / CIK 0001745078
Captured
2026-09-21T17:25:44.781Z
SEC response SHA-256
9ddef8207b35c5c6f2fdc585623e464c3209ac51c12333a1ab3c9afb9ff53583

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