Skip to content

Greenpro Capital Corp.: filings

Every Greenpro Capital Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-05fiscal Q2 2026441200001493152-26-036089
10-Q2026-05-08fiscal Q1 202643850001493152-26-021825
10-K2026-03-30fiscal FY 2025501020001493152-26-013446
10-Q2025-11-13fiscal Q3 2025461240001493152-25-022086
10-Q2025-08-12fiscal Q2 2025461220001641172-25-023123
10-Q2025-05-14fiscal Q1 202546930001641172-25-010078
10-K2025-04-09fiscal FY 2024481000001641172-25-003336
10-Q2024-11-13fiscal Q3 2024461280001493152-24-044980
10-Q2024-08-13fiscal Q2 2024461280001493152-24-031472
10-Q2024-05-13fiscal Q1 202446910001493152-24-018748
10-K2024-03-28fiscal FY 2023521050001493152-24-011639
10-Q2023-11-13fiscal Q3 2023461210001493152-23-040246
10-Q2023-08-11fiscal Q2 2023471270001493152-23-027725
10-Q2023-05-11fiscal Q1 202344890001493152-23-016307
10-K2023-03-31fiscal FY 2022501000001493152-23-009928
10-Q2022-11-14fiscal Q3 2022421100001493152-22-031537
10-Q2022-08-12fiscal Q2 2022421120001493152-22-022186
10-K/A2022-07-18fiscal FY 2021501000001493152-22-019516
10-Q2022-05-10fiscal Q1 202243860001493152-22-012605
10-Q/A2022-05-09fiscal Q3 2021441170001493152-22-012428
10-Q/A2022-05-09fiscal Q2 2021431160001493152-22-012426
10-Q/A2022-04-29fiscal Q1 202142830001493152-22-011461
10-K2022-03-29fiscal FY 202148960001493152-22-007945
10-Q2021-11-10fiscal Q3 2021421090001493152-21-027772
10-Q2021-08-10fiscal Q2 2021411080001493152-21-019084
10-Q2021-05-17fiscal Q1 202140800001493152-21-011693
10-K2021-03-29fiscal FY 202049940001493152-21-007017
10-Q2020-11-16fiscal Q3 2020401060001493152-20-021442
10-Q2020-08-14fiscal Q2 2020401060001493152-20-015644
10-Q2020-05-14fiscal Q1 202040800001493152-20-008582
10-K2020-03-30fiscal FY 201946900001493152-20-005005
10-Q2019-11-06fiscal Q3 201938980001493152-19-016505
10-Q2019-08-08fiscal Q2 201936920001493152-19-011829
10-Q2019-05-10fiscal Q1 201935680001493152-19-006778
10-K2019-04-02fiscal FY 201840810001493152-19-004719
10-Q/A2019-04-02fiscal Q3 201833870001493152-19-004718
10-Q2018-11-19fiscal Q3 201833870001493152-18-016442
10-Q2018-08-13fiscal Q2 201833870001493152-18-011431
10-Q2018-05-14fiscal Q1 201836780001493152-18-006816
10-K2018-04-13fiscal FY 201740800001493152-18-005123
10-Q2017-11-14fiscal Q3 2017411050001493152-17-013111
10-Q2017-08-14fiscal Q2 2017401040001493152-17-009099
10-Q2017-05-15fiscal Q1 201739810001493152-17-005295
10-K2017-03-27fiscal FY 201638760001493152-17-002875
10-Q2016-11-14fiscal Q3 2016391000001493152-16-015043
10-Q2016-08-15fiscal Q2 201640980001493152-16-012324
10-Q2016-05-16fiscal Q1 201637730001493152-16-009863
10-K2016-04-01fiscal FY 201533650001493152-16-008596
10-Q2015-11-13fiscal Q3 201534840001615774-15-003251
10-Q2015-06-11fiscal Q2 201521450001615774-15-001444
10-Q2015-02-13fiscal Q1 201520390001213900-15-000996
10-K2015-01-27fiscal FY 201421320001213900-15-000541
10-Q2014-09-15fiscal Q3 201413230001213900-14-006614

Inspect the source

Entity
Greenpro Capital Corp. / CIK 0001597846
Captured
2026-09-20T09:24:55.967Z
SEC response SHA-256
1617eaf90487a26711ae317eabe5e4bee8270a999b466db5de469376385ae307

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