Skip to content

Gaucho Group Holdings, Inc.: filings

Every Gaucho Group Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-Q2025-02-12fiscal Q3 2024431270001493152-25-006133
10-Q2024-08-14fiscal Q2 2024401160001493152-24-032421
10-Q2024-05-20fiscal Q1 202441830001493152-24-020719
10-K2024-04-30fiscal FY 202349950001493152-24-017110
10-Q2023-11-17fiscal Q3 2023471350001493152-23-041931
10-Q2023-08-14fiscal Q2 2023471290001493152-23-028614
10-Q2023-05-19fiscal Q1 202343850001493152-23-018420
10-K2023-04-17fiscal FY 2022521000001493152-23-012603
10-Q2022-11-18fiscal Q3 2022471260001493152-22-032872
10-Q2022-08-15fiscal Q2 2022481240001493152-22-022821
10-K/A2022-05-19fiscal FY 202148940001493152-22-014482
10-K/A2022-05-19fiscal FY 202045900001493152-22-014481
10-Q2022-05-16fiscal Q1 202243830001493152-22-013747
10-K2022-04-14fiscal FY 202146900001493152-22-009892
10-Q2021-11-15fiscal Q3 2021431230001493152-21-028679
10-Q2021-08-16fiscal Q2 2021401100001493152-21-020120
10-Q2021-05-17fiscal Q1 202136740001493152-21-011905
10-K2021-04-12fiscal FY 202046890001493152-21-008578
10-Q2020-11-16fiscal Q3 2020371080001493152-20-021734
10-Q2020-08-19fiscal Q2 2020381050001493152-20-016278
10-Q2020-07-06fiscal Q1 202038770001493152-20-012624
10-K2020-03-30fiscal FY 201945870001493152-20-005292
10-Q2019-11-14fiscal Q3 2019381100001493152-19-017381
10-Q2019-08-19fiscal Q2 2019391090001493152-19-012986
10-Q2019-05-15fiscal Q1 201937730001493152-19-007398
10-K2019-04-01fiscal FY 201842850001493152-19-004581
10-Q2018-11-19fiscal Q3 201837970001493152-18-016511
10-Q2018-08-14fiscal Q2 201837970001493152-18-011727
10-Q2018-05-15fiscal Q1 201835700001493152-18-007063
10-K2018-03-30fiscal FY 201740810001493152-18-004280
10-Q2017-11-14fiscal Q3 201735900001493152-17-013225
10-Q2017-08-14fiscal Q2 201735900001493152-17-009174
10-Q2017-05-15fiscal Q1 201735700001493152-17-005286
10-K2017-03-31fiscal FY 201639790001493152-17-003130
10-Q2016-11-14fiscal Q3 201630780001493152-16-015054
10-Q2016-08-15fiscal Q2 201630780001493152-16-012375
10-Q2016-05-16fiscal Q1 201629570001493152-16-009848
10-K2016-03-30fiscal FY 201538770001144204-16-091470
10-Q2015-11-16fiscal Q3 201532840001144204-15-065721
10-Q2015-08-13fiscal Q2 201532840001144204-15-048838
10-Q2015-05-15fiscal Q1 201532640001144204-15-031258
10-K2015-03-31fiscal FY 201438790001144204-15-020260
10-Q2014-11-14fiscal Q3 201431820001144204-14-068304
10-Q2014-08-14fiscal Q2 201431820001144204-14-049841

Inspect the source

Entity
Gaucho Group Holdings, Inc. / CIK 0001559998
Captured
2026-09-21T17:19:53.642Z
SEC response SHA-256
1149ca307ef0e809701ecbb64ca88035b90d4c4b440242b71f93eb0a70bec170

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