Form C Data API

Crowdfunding Offering Statement

All Form C filings since first filed in 2016
Updated every few seconds
Up to 200 new records per month

The Form C Data API endpoint provides developers with a straightforward way to query and access data from SEC Form C filings. This endpoint allows you to search for filings using any Form C data point, such as filing date, security type offered, or offering amount, and returns structured JSON data for easy integration into your application.

API Endpoint

https://api.fincoded.com/v1/form-c

Supported HTTP methods: GET
Response content type: JSON

Use the API key on your user dashboard to authenticate your requests, using the key=[YOUR_API_KEY] query parameter:

https://api.fincoded.com/v1/form-c?key=[YOUR_API_KEY]

Request Parameters

You can query the endpoint by any Form C property; see the Response Data Model below for a full list of available properties.

Request Parameters
Standard query parameters, all optional. See the API introduction for more details.
  • property[operator]value: Filter the data based on various data model properties, operators (=, <=, >=, !=, <, >) and values.
  • page: The page number for the set of results you want to retrieve.
  • count: The number of results per page.
  • sortBy: The field you want to sort the results by, in full dotted JSON path syntax.
  • sortOrder: The order you want to sort the results, asc for ascending and desc for descending order.
  • subdocuments: When set to true, for endpoints that contain subdocuments for each result (eg informationTable holdings in 13F data), limit these subdocuments to those that match the subdocument filter conditions.
Request Examples

Find Form C Data with an Offering Amount of at least $500,000. No sort order will be specified, so data will be returned by filing date, most recent first.

https://api.fincoded.com/v1/form-c?offeringInformation.offeringAmount>=500000

Find Form C Data with a Current Employees count of 10 or fewer. No sort order will be specified, so data will be returned by filing date, most recent first.

https://api.fincoded.com/v1/form-c?annualReportDisclosureRequirements.currentEmployees<=10

Response Data Model

Response type: JSON

The data model for each returned item closely resembles the XML of the original filing, converted to JSON syntax. Additionally a sourceReference property contains metadata about the original filing, including the date and CIK(s) of the filing company.

Property Type Enum Values Path
sourceReference object sourceReference
source string
filing
sourceReference.source
filename string sourceReference.filename
url string sourceReference.url
date date sourceReference.date
ciks string[] sourceReference.ciks
schemaVersion string schemaVersion
submissionType string
C
C/A
submissionType
filerInformation object filerInformation
filer object filerInformation.filer
cik string filerInformation.filer.cik
fileNumber string filerInformation.filer.fileNumber
periodOfReport date filerInformation.periodOfReport
flags object filerInformation.flags
isConfirmingCopy boolean filerInformation.flags.isConfirmingCopy
wantReturnCopy boolean filerInformation.flags.wantReturnCopy
overrideInternet boolean filerInformation.flags.overrideInternet
contact object filerInformation.contact
name string filerInformation.contact.name
phoneNumber string filerInformation.contact.phoneNumber
email string filerInformation.contact.email
notificationEmails string[] filerInformation.notificationEmails
issuerInformation object issuerInformation
newOrAmendment object issuerInformation.newOrAmendment
kind string
new
amendment
issuerInformation.newOrAmendment.kind
natureOfAmendment string issuerInformation.newOrAmendment.natureOfAmendment
progressUpdate string issuerInformation.progressUpdate
issuer object issuerInformation.issuer
name string issuerInformation.issuer.name
legalStatus object issuerInformation.issuer.legalStatus
form object issuerInformation.issuer.legalStatus.form
kind string
enum
other
issuerInformation.issuer.legalStatus.form.kind
value string
Corporation
Limited Liability Company
issuerInformation.issuer.legalStatus.form.value
jurisdictionOfOrganization string issuerInformation.issuer.legalStatus.jurisdictionOfOrganization
dateOfIncorporation date issuerInformation.issuer.legalStatus.dateOfIncorporation
address object issuerInformation.issuer.address
street1 string issuerInformation.issuer.address.street1
street2 string issuerInformation.issuer.address.street2
city string issuerInformation.issuer.address.city
stateOrCountry string issuerInformation.issuer.address.stateOrCountry
zipCode string issuerInformation.issuer.address.zipCode
website string issuerInformation.issuer.website
isCoIssuer boolean issuerInformation.isCoIssuer
coIssuers object[] issuerInformation.coIssuers
isEdgarFiler boolean issuerInformation.coIssuers.isEdgarFiler
cik string issuerInformation.coIssuers.cik
name string issuerInformation.coIssuers.name
legalStatus object issuerInformation.coIssuers.legalStatus
form object issuerInformation.coIssuers.legalStatus.form
kind string
enum
other
issuerInformation.coIssuers.legalStatus.form.kind
value string
Corporation
Limited Liability Company
issuerInformation.coIssuers.legalStatus.form.value
jurisdictionOfOrganization string issuerInformation.coIssuers.legalStatus.jurisdictionOfOrganization
dateOfIncorporation date issuerInformation.coIssuers.legalStatus.dateOfIncorporation
address object issuerInformation.coIssuers.address
street1 string issuerInformation.coIssuers.address.street1
street2 string issuerInformation.coIssuers.address.street2
city string issuerInformation.coIssuers.address.city
stateOrCountry string issuerInformation.coIssuers.address.stateOrCountry
zipCode string issuerInformation.coIssuers.address.zipCode
website string issuerInformation.coIssuers.website
companyName string issuerInformation.companyName
commissionCIK string issuerInformation.commissionCIK
commissionFileNumber string issuerInformation.commissionFileNumber
crdNumber string issuerInformation.crdNumber
offeringInformation object offeringInformation
compensationAmount string offeringInformation.compensationAmount
financialInterest string offeringInformation.financialInterest
securityOfferedType object offeringInformation.securityOfferedType
kind string
enum
other
offeringInformation.securityOfferedType.kind
value string
Common Stock
Debt
Preferred Stock
offeringInformation.securityOfferedType.value
numberOfSecuritiesOffered number offeringInformation.numberOfSecuritiesOffered
price number offeringInformation.price
priceDeterminationMethod string offeringInformation.priceDeterminationMethod
offeringAmount number offeringInformation.offeringAmount
isOverSubscriptionAccepted boolean offeringInformation.isOverSubscriptionAccepted
overSubscriptionAllocationType object offeringInformation.overSubscriptionAllocationType
kind string
enum
other
offeringInformation.overSubscriptionAllocationType.kind
value string
First-come, first-served basis
Pro-rata basis
offeringInformation.overSubscriptionAllocationType.value
maximumOfferingAmount number offeringInformation.maximumOfferingAmount
deadlineDate date offeringInformation.deadlineDate
annualReportDisclosureRequirements object annualReportDisclosureRequirements
currentEmployees number annualReportDisclosureRequirements.currentEmployees
mostRecentFiscalYear object annualReportDisclosureRequirements.mostRecentFiscalYear
totalAssets number annualReportDisclosureRequirements.mostRecentFiscalYear.totalAssets
cashAndEquivalents number annualReportDisclosureRequirements.mostRecentFiscalYear.cashAndEquivalents
accountsReceivable number annualReportDisclosureRequirements.mostRecentFiscalYear.accountsReceivable
shortTermDebt number annualReportDisclosureRequirements.mostRecentFiscalYear.shortTermDebt
longTermDebt number annualReportDisclosureRequirements.mostRecentFiscalYear.longTermDebt
revenue number annualReportDisclosureRequirements.mostRecentFiscalYear.revenue
costOfGoodsSold number annualReportDisclosureRequirements.mostRecentFiscalYear.costOfGoodsSold
taxesPaid number annualReportDisclosureRequirements.mostRecentFiscalYear.taxesPaid
netIncome number annualReportDisclosureRequirements.mostRecentFiscalYear.netIncome
priorFiscalYear object annualReportDisclosureRequirements.priorFiscalYear
totalAssets number annualReportDisclosureRequirements.priorFiscalYear.totalAssets
cashAndEquivalents number annualReportDisclosureRequirements.priorFiscalYear.cashAndEquivalents
accountsReceivable number annualReportDisclosureRequirements.priorFiscalYear.accountsReceivable
shortTermDebt number annualReportDisclosureRequirements.priorFiscalYear.shortTermDebt
longTermDebt number annualReportDisclosureRequirements.priorFiscalYear.longTermDebt
revenue number annualReportDisclosureRequirements.priorFiscalYear.revenue
costOfGoodsSold number annualReportDisclosureRequirements.priorFiscalYear.costOfGoodsSold
taxesPaid number annualReportDisclosureRequirements.priorFiscalYear.taxesPaid
netIncome number annualReportDisclosureRequirements.priorFiscalYear.netIncome
jurisdictionsOfIssuerSecuritiesOfferings string[] annualReportDisclosureRequirements.jurisdictionsOfIssuerSecuritiesOfferings
signatureInformation object signatureInformation
issuerSignature object signatureInformation.issuerSignature
issuer string signatureInformation.issuerSignature.issuer
text string signatureInformation.issuerSignature.text
title string signatureInformation.issuerSignature.title
signaturePersons object[] signatureInformation.signaturePersons
text string signatureInformation.signaturePersons.text
title string signatureInformation.signaturePersons.title
date date signatureInformation.signaturePersons.date
documents object[] documents
conformedName string documents.conformedName
conformedDocumentType string documents.conformedDocumentType
relatedFormType string documents.relatedFormType
description string documents.description

Response Example

{
  "data": [
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001970234-23-000001.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1970234/0001970234-23-000001.txt",
        "date": "2023-06-23T13:59:36.000Z",
        "ciks": [
          "1970234"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 10,
        "mostRecentFiscalYear": {
          "totalAssets": 149970,
          "cashAndEquivalents": 37320,
          "accountsReceivable": 0,
          "shortTermDebt": 337610,
          "longTermDebt": 180005,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -1617497
        },
        "priorFiscalYear": {
          "totalAssets": 229334,
          "cashAndEquivalents": 20988,
          "accountsReceivable": 0,
          "shortTermDebt": 341499,
          "longTermDebt": 296874,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -1270604
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1970234"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "HueDx, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2017-02-14T05:00:00.000Z"
          },
          "address": {
            "street1": "1015 CHESTNUT STREET",
            "street2": "SUITE 1010",
            "city": "PHILADELPHIA",
            "stateOrCountry": "PA",
            "zipCode": "19107"
          },
          "website": "huedx.com"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "OpenDeal Portal LLC",
        "commissionCIK": "1751525",
        "commissionFileNumber": "007-00167",
        "crdNumber": "283874"
      },
      "offeringInformation": {
        "compensationAmount": "At the conclusion of the Offering, the Issuer shall pay the Intermediary a fee of six percent (6%) of the dollar amount raised in the Offering.",
        "financialInterest": "The Intermediary will also receive compensation in the form of securities equal to two percent (2%) of the total number of the securities sold in the Offering.",
        "securityOfferedType": {
          "kind": "other",
          "value": "Crowd SAFE (Simple Agreement for Future Equity)"
        },
        "numberOfSecuritiesOffered": 50000,
        "price": 1,
        "priceDeterminationMethod": "Arbitrary",
        "offeringAmount": 50000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "At the Intermediary's discretion"
        },
        "maximumOfferingAmount": 1235000,
        "deadlineDate": "2023-08-25T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "HueDx, Inc.",
          "text": "Mark Wingertzahn",
          "title": "Chief Executive Officer"
        },
        "signaturePersons": [
          {
            "text": "Brianna Wronko-Stevens",
            "title": "Director",
            "date": "2023-06-23T04:00:00.000Z"
          },
          {
            "text": "Mark Wingertzahn",
            "title": "Director",
            "date": "2023-06-23T04:00:00.000Z"
          },
          {
            "text": "Jay Rosan",
            "title": "Director",
            "date": "2023-06-23T04:00:00.000Z"
          },
          {
            "text": "Paul Farr",
            "title": "Director",
            "date": "2023-06-23T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001786082-23-000001.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1786082/0001786082-23-000001.txt",
        "date": "2023-06-21T23:31:42.000Z",
        "ciks": [
          "1786082"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 2,
        "mostRecentFiscalYear": {
          "totalAssets": 34636,
          "cashAndEquivalents": 6180,
          "accountsReceivable": 3570,
          "shortTermDebt": 20095,
          "longTermDebt": 33293,
          "revenue": 85372,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -37392
        },
        "priorFiscalYear": {
          "totalAssets": 37975,
          "cashAndEquivalents": 20783,
          "accountsReceivable": 3019,
          "shortTermDebt": 0,
          "longTermDebt": 38234,
          "revenue": 65443,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -18651
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1786082"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Nine Spoons, LLC",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Limited Liability Company"
            },
            "jurisdictionOfOrganization": "OH",
            "dateOfIncorporation": "2015-11-25T05:00:00.000Z"
          },
          "address": {
            "street1": "1089 HOMESTEAD RD",
            "city": "SOUTH EUCLID",
            "stateOrCountry": "OH",
            "zipCode": "44121"
          },
          "website": "www.ninespoonssoup.com"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "SMBX, Inc.",
        "commissionCIK": "1707214",
        "commissionFileNumber": "007-00129",
        "crdNumber": "290186"
      },
      "offeringInformation": {
        "compensationAmount": "SMBX will be charging a capital raise fee of 4.50% (up to $1,125 based on the total amount raised)",
        "financialInterest": "N/A",
        "securityOfferedType": {
          "kind": "enum",
          "value": "Debt"
        },
        "price": 10,
        "priceDeterminationMethod": "This is a debt security and the yield at which the bonds pay interest is determined by the market rate yield range for similar SBA loans in the market as of June 2023. The yield is fixed and determined upfront at 11.00%.",
        "offeringAmount": 20000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "enum",
          "value": "First-come, first-served basis"
        },
        "maximumOfferingAmount": 25000,
        "deadlineDate": "2023-07-26T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Nine Spoons, LLC",
          "text": "Jennifer Ferone",
          "title": "CEO"
        },
        "signaturePersons": [
          {
            "text": "Jennifer Ferone",
            "title": "CEO",
            "date": "2023-06-20T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001937156-23-000001.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1937156/0001937156-23-000001.txt",
        "date": "2023-06-22T14:23:38.000Z",
        "ciks": [
          "1937156"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 1,
        "mostRecentFiscalYear": {
          "totalAssets": 1272290,
          "cashAndEquivalents": 595983,
          "accountsReceivable": 0,
          "shortTermDebt": 118134,
          "longTermDebt": 1710000,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -555844
        },
        "priorFiscalYear": {
          "totalAssets": 0,
          "cashAndEquivalents": 0,
          "accountsReceivable": 0,
          "shortTermDebt": 0,
          "longTermDebt": 0,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": 0
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1937156"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "TeamUp Money, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2022-03-09T05:00:00.000Z"
          },
          "address": {
            "street1": "841 N 900 W",
            "city": "OREM",
            "stateOrCountry": "UT",
            "zipCode": "84057"
          },
          "website": "https://teamup.money/"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "OpenDeal Portal LLC",
        "commissionCIK": "1751525",
        "commissionFileNumber": "007-00167",
        "crdNumber": "283874"
      },
      "offeringInformation": {
        "compensationAmount": "At the conclusion of the Offering, the Issuer shall pay the Intermediary a fee of three and one half percent (3.5%) of the dollar amount raised in the Offering.",
        "financialInterest": "The Intermediary will also receive compensation in the form of securities equal to one percent (1%) of the total number of the securities sold in the Offering.",
        "securityOfferedType": {
          "kind": "other",
          "value": "Crowd SAFE (Simple Agreement for Future Equity)"
        },
        "numberOfSecuritiesOffered": 25000,
        "price": 1,
        "priceDeterminationMethod": "Arbitrary",
        "offeringAmount": 25000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "Other: At the Intermediary's discretion"
        },
        "maximumOfferingAmount": 1235000,
        "deadlineDate": "2023-08-22T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "TeamUp Money, Inc.",
          "text": "Alan Akina",
          "title": "Chief Executive Officer"
        },
        "signaturePersons": [
          {
            "text": "Alan Akina",
            "title": "Chief Executive Officer, Sole Director",
            "date": "2023-06-22T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001665160-23-001437.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1682510/0001665160-23-001437.txt",
        "date": "2023-06-22T20:30:26.000Z",
        "ciks": [
          "1682510"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 20,
        "mostRecentFiscalYear": {
          "totalAssets": 8900545,
          "cashAndEquivalents": 372302,
          "accountsReceivable": 695626,
          "shortTermDebt": 6796430,
          "longTermDebt": 226605,
          "revenue": 29579543,
          "costOfGoodsSold": 25085839,
          "taxesPaid": 163303,
          "netIncome": 396210
        },
        "priorFiscalYear": {
          "totalAssets": 7865252,
          "cashAndEquivalents": 391464,
          "accountsReceivable": 30266,
          "shortTermDebt": 6379557,
          "longTermDebt": 0,
          "revenue": 42552927,
          "costOfGoodsSold": 37947745,
          "taxesPaid": 81074,
          "netIncome": 840137
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DC",
          "DE",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1682510"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Splash Wines, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "ID",
            "dateOfIncorporation": "2014-10-02T04:00:00.000Z"
          },
          "address": {
            "street1": "52 N Palmetto Avenue, Suite #106",
            "city": "Eagle",
            "stateOrCountry": "ID",
            "zipCode": "83616"
          },
          "website": "https://www.splashwines.com"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "StartEngine Capital, LLC",
        "commissionCIK": "1665160",
        "commissionFileNumber": "007-00007"
      },
      "offeringInformation": {
        "compensationAmount": "Up to 9% percent",
        "financialInterest": "Three percent (3%) of securities of the total amount of investments raised in the offering, along the same terms as investors.",
        "securityOfferedType": {
          "kind": "enum",
          "value": "Common Stock"
        },
        "numberOfSecuritiesOffered": 8021,
        "price": 1.87,
        "priceDeterminationMethod": "N/A",
        "offeringAmount": 14999.27,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "At issuer's discretion, with priority given to StartEngine Owners"
        },
        "maximumOfferingAmount": 617995.73,
        "deadlineDate": "2023-09-21T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Splash Wines, Inc.",
          "text": "Robert Mackay Imeson",
          "title": "CEO and Founder, Director"
        },
        "signaturePersons": [
          {
            "text": "Robert Mackay Imeson",
            "title": "CEO and Founder, Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Michael Beane",
            "title": "CFO",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Patrick William Mackay Imeson",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Bruce Samuel Cunningham",
            "title": "President, Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Abigail Knox Berman",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Trevor Pettennude",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001670254-23-000655.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1980929/0001670254-23-000655.txt",
        "date": "2023-06-21T21:40:05.000Z",
        "ciks": [
          "1980929"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 1,
        "mostRecentFiscalYear": {
          "totalAssets": 79880,
          "cashAndEquivalents": 62038,
          "accountsReceivable": 17842,
          "shortTermDebt": 49753,
          "longTermDebt": 16200,
          "revenue": 128966,
          "costOfGoodsSold": 10194,
          "taxesPaid": 0,
          "netIncome": 1757
        },
        "priorFiscalYear": {
          "totalAssets": 79233,
          "cashAndEquivalents": 71065,
          "accountsReceivable": 8168,
          "shortTermDebt": 50863,
          "longTermDebt": 16200,
          "revenue": 47747,
          "costOfGoodsSold": 8444,
          "taxesPaid": 0,
          "netIncome": -34300
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY",
          "B5",
          "GU",
          "PR",
          "VI",
          "1V"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1980929"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": true
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Boyte Group, Inc.",
          "legalStatus": {
            "form": {
              "kind": "other",
              "value": "S Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2019-05-17T04:00:00.000Z"
          },
          "address": {
            "street1": "495 Campbell Road",
            "city": "Carthage",
            "stateOrCountry": "NC",
            "zipCode": "28327"
          },
          "website": "https://active-defender.com"
        },
        "isCoIssuer": true,
        "coIssuers": [
          {
            "isEdgarFiler": false,
            "name": "Active Defender I, a series of Wefunder SPV, LLC",
            "legalStatus": {
              "form": {
                "kind": "enum",
                "value": "Limited Liability Company"
              },
              "jurisdictionOfOrganization": "DE",
              "dateOfIncorporation": "2023-06-21T04:00:00.000Z"
            },
            "address": {
              "street1": "4104 24TH ST",
              "street2": "PMB 8113",
              "city": "San Francisco",
              "stateOrCountry": "CA",
              "zipCode": "94114"
            },
            "website": "https://wefunder.com/"
          },
          {
            "isEdgarFiler": false,
            "name": "Active Defender I EB, a series of Wefunder SPV, LLC",
            "legalStatus": {
              "form": {
                "kind": "enum",
                "value": "Limited Liability Company"
              },
              "jurisdictionOfOrganization": "DE",
              "dateOfIncorporation": "2023-06-21T04:00:00.000Z"
            },
            "address": {
              "street1": "4104 24TH ST",
              "street2": "PMB 8113",
              "city": "San Francisco",
              "stateOrCountry": "CA",
              "zipCode": "94114"
            },
            "website": "https://wefunder.com/"
          }
        ],
        "companyName": "Wefunder Portal LLC",
        "commissionCIK": "1670254",
        "commissionFileNumber": "007-00033",
        "crdNumber": "283503"
      },
      "offeringInformation": {
        "compensationAmount": "7.5% of the offering amount upon a successful fundraise, and be entitled to reimbursement for out-of-pocket third party expenses it pays or incurs on behalf of the Issuer in connection with the offering.",
        "financialInterest": "No",
        "securityOfferedType": {
          "kind": "other",
          "value": "Simple Agreement for Future Equity (SAFE)"
        },
        "numberOfSecuritiesOffered": 50000,
        "price": 1,
        "priceDeterminationMethod": "Pro-rated portion of the total principal value of $50,000; interests will be sold in increments of $1; each investment is convertible to one share of stock as described under Item 13.",
        "offeringAmount": 50000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "As determined by the issuer"
        },
        "maximumOfferingAmount": 1200000,
        "deadlineDate": "2024-04-29T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Boyte Group, Inc.",
          "text": "Jim Boyte",
          "title": "Founder & CEO"
        },
        "signaturePersons": [
          {
            "text": "Jeffrey Bunder",
            "title": "Board Member",
            "date": "2023-06-21T04:00:00.000Z"
          },
          {
            "text": "Clifton Talley",
            "title": "Chief Operating Officer",
            "date": "2023-06-21T04:00:00.000Z"
          },
          {
            "text": "Christopher Maxwell",
            "title": "Project Engineer/Board Member",
            "date": "2023-06-20T04:00:00.000Z"
          },
          {
            "text": "Joe Haas",
            "title": "Board member",
            "date": "2023-06-20T04:00:00.000Z"
          },
          {
            "text": "Jim Boyte",
            "title": "Founder & CEO",
            "date": "2023-06-20T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001670254-23-000658.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1979102/0001670254-23-000658.txt",
        "date": "2023-06-22T00:27:31.000Z",
        "ciks": [
          "1979102"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 2,
        "mostRecentFiscalYear": {
          "totalAssets": 335168,
          "cashAndEquivalents": 112627,
          "accountsReceivable": 0,
          "shortTermDebt": 153344,
          "longTermDebt": 145000,
          "revenue": 78202,
          "costOfGoodsSold": 18231,
          "taxesPaid": 0,
          "netIncome": -1460288
        },
        "priorFiscalYear": {
          "totalAssets": 454992,
          "cashAndEquivalents": 220200,
          "accountsReceivable": 0,
          "shortTermDebt": 24880,
          "longTermDebt": 145000,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -951643
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY",
          "B5",
          "GU",
          "PR",
          "VI",
          "1V"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1979102"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": true
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "FirmTech, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2020-09-16T04:00:00.000Z"
          },
          "address": {
            "street1": "7446 South Cottonwood Road",
            "city": "Bozeman",
            "stateOrCountry": "MT",
            "zipCode": "59718"
          },
          "website": "https://myfirmtech.com/"
        },
        "isCoIssuer": true,
        "coIssuers": [
          {
            "isEdgarFiler": false,
            "name": "FirmTech I, a series of Wefunder SPV, LLC",
            "legalStatus": {
              "form": {
                "kind": "enum",
                "value": "Limited Liability Company"
              },
              "jurisdictionOfOrganization": "DE",
              "dateOfIncorporation": "2023-06-21T04:00:00.000Z"
            },
            "address": {
              "street1": "4104 24TH ST",
              "street2": "PMB 8113",
              "city": "San Francisco",
              "stateOrCountry": "CA",
              "zipCode": "94114"
            },
            "website": "https://wefunder.com/"
          }
        ],
        "companyName": "Wefunder Portal LLC",
        "commissionCIK": "1670254",
        "commissionFileNumber": "007-00033",
        "crdNumber": "283503"
      },
      "offeringInformation": {
        "compensationAmount": "7.5% of the offering amount upon a successful fundraise, and be entitled to reimbursement for out-of-pocket third party expenses it pays or incurs on behalf of the Issuer in connection with the offering.",
        "financialInterest": "No",
        "securityOfferedType": {
          "kind": "enum",
          "value": "Common Stock"
        },
        "numberOfSecuritiesOffered": 14,
        "price": 3600,
        "priceDeterminationMethod": "Dividing pre-money valuation $15,966,000.00 by number of shares outstanding on fully diluted basis.",
        "offeringAmount": 50400,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "As determined by the issuer"
        },
        "maximumOfferingAmount": 1234800,
        "deadlineDate": "2024-04-29T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "FirmTech, Inc.",
          "text": "Elliot Justin",
          "title": "CEO"
        },
        "signaturePersons": [
          {
            "text": "Zach Lahn",
            "title": "None",
            "date": "2023-06-21T04:00:00.000Z"
          },
          {
            "text": "Rachael Kierych",
            "title": "General Counsel",
            "date": "2023-06-20T04:00:00.000Z"
          },
          {
            "text": "Elliot Justin",
            "title": "CEO",
            "date": "2023-06-20T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001670254-23-000661.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1981379/0001670254-23-000661.txt",
        "date": "2023-06-22T20:49:25.000Z",
        "ciks": [
          "1981379"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 2,
        "mostRecentFiscalYear": {
          "totalAssets": 0,
          "cashAndEquivalents": 0,
          "accountsReceivable": 0,
          "shortTermDebt": 2445,
          "longTermDebt": 0,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 203,
          "netIncome": -4479
        },
        "priorFiscalYear": {
          "totalAssets": 0,
          "cashAndEquivalents": 0,
          "accountsReceivable": 0,
          "shortTermDebt": 0,
          "longTermDebt": 0,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": 0
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY",
          "B5",
          "GU",
          "PR",
          "VI",
          "1V"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1981379"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": true
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Long Drive to Yadkin LLC",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Limited Liability Company"
            },
            "jurisdictionOfOrganization": "NC",
            "dateOfIncorporation": "2022-08-22T04:00:00.000Z"
          },
          "address": {
            "street1": "1009 Midland Dr.",
            "city": "Wilmington",
            "stateOrCountry": "NC",
            "zipCode": "28412"
          },
          "website": "http://www.parrishstikeleather.com"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "Wefunder Portal LLC",
        "commissionCIK": "1670254",
        "commissionFileNumber": "007-00033",
        "crdNumber": "283503"
      },
      "offeringInformation": {
        "compensationAmount": "7.5% of the offering amount upon a successful fundraise, and be entitled to reimbursement for out-of-pocket third party expenses it pays or incurs on behalf of the Issuer in connection with the offering.",
        "financialInterest": "No",
        "securityOfferedType": {
          "kind": "other",
          "value": "Class A Membership Interest"
        },
        "numberOfSecuritiesOffered": 750,
        "price": 100,
        "priceDeterminationMethod": "The offering price for the securities offered has been determined arbitrarily by the Company.",
        "offeringAmount": 75000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "As determined by the issuer"
        },
        "maximumOfferingAmount": 250000,
        "deadlineDate": "2024-04-29T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Long Drive to Yadkin LLC",
          "text": "Parrish Stikeleather",
          "title": "Writer / Director"
        },
        "signaturePersons": [
          {
            "text": "Megan Petersen",
            "title": "Producer",
            "date": "2023-06-21T04:00:00.000Z"
          },
          {
            "text": "Parrish Stikeleather",
            "title": "Writer / Director",
            "date": "2023-06-21T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001670254-23-000663.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1876411/0001670254-23-000663.txt",
        "date": "2023-06-22T20:58:42.000Z",
        "ciks": [
          "1876411"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 2,
        "mostRecentFiscalYear": {
          "totalAssets": 5071.08,
          "cashAndEquivalents": 1092.08,
          "accountsReceivable": 0,
          "shortTermDebt": 0,
          "longTermDebt": 163225.62,
          "revenue": 4610.47,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -48135.73
        },
        "priorFiscalYear": {
          "totalAssets": 7366.07,
          "cashAndEquivalents": 3056.07,
          "accountsReceivable": 0,
          "shortTermDebt": 4423.75,
          "longTermDebt": 117961.13,
          "revenue": 0,
          "costOfGoodsSold": 0,
          "taxesPaid": 0,
          "netIncome": -184971.98
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DE",
          "DC",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY",
          "B5",
          "GU",
          "PR",
          "VI",
          "1V"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1876411"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": true
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Dockshare, Inc",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2020-05-04T04:00:00.000Z"
          },
          "address": {
            "street1": "1001 Katy Lane",
            "city": "Towson",
            "stateOrCountry": "MD",
            "zipCode": "21286"
          },
          "website": "https://dockshare.app/"
        },
        "isCoIssuer": true,
        "coIssuers": [
          {
            "isEdgarFiler": false,
            "name": "Dockshare I, a series of Wefunder SPV, LLC",
            "legalStatus": {
              "form": {
                "kind": "enum",
                "value": "Limited Liability Company"
              },
              "jurisdictionOfOrganization": "DE",
              "dateOfIncorporation": "2023-06-21T04:00:00.000Z"
            },
            "address": {
              "street1": "4104 24TH ST",
              "street2": "PMB 8113",
              "city": "San Francisco",
              "stateOrCountry": "CA",
              "zipCode": "94114"
            },
            "website": "https://wefunder.com/"
          }
        ],
        "companyName": "Wefunder Portal LLC",
        "commissionCIK": "1670254",
        "commissionFileNumber": "007-00033",
        "crdNumber": "283503"
      },
      "offeringInformation": {
        "compensationAmount": "7.5% of the offering amount upon a successful fundraise, and be entitled to reimbursement for out-of-pocket third party expenses it pays or incurs on behalf of the Issuer in connection with the offering.",
        "financialInterest": "No",
        "securityOfferedType": {
          "kind": "other",
          "value": "Simple Agreement for Future Equity (SAFE)"
        },
        "numberOfSecuritiesOffered": 50000,
        "price": 1,
        "priceDeterminationMethod": "Pro-rated portion of the total principal value of $50,000; interests will be sold in increments of $1; each investment is convertible to one share of stock as described under Item 13.",
        "offeringAmount": 50000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "As determined by the issuer"
        },
        "maximumOfferingAmount": 124000,
        "deadlineDate": "2024-04-29T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Dockshare, Inc",
          "text": "Nate Young",
          "title": "Co-founder and CEO"
        },
        "signaturePersons": [
          {
            "text": "Gina Young",
            "title": "Co-founder",
            "date": "2023-06-20T04:00:00.000Z"
          },
          {
            "text": "Lauren Pearlowitz",
            "title": "Secretary",
            "date": "2023-06-20T04:00:00.000Z"
          },
          {
            "text": "Nate Young",
            "title": "Co-founder and CEO",
            "date": "2023-06-20T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001665160-23-001438.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1472687/0001665160-23-001438.txt",
        "date": "2023-06-22T21:26:31.000Z",
        "ciks": [
          "1472687"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 10,
        "mostRecentFiscalYear": {
          "totalAssets": 3109925,
          "cashAndEquivalents": 257171,
          "accountsReceivable": 19297,
          "shortTermDebt": 795646,
          "longTermDebt": 1399870,
          "revenue": 4814854,
          "costOfGoodsSold": 1966624,
          "taxesPaid": 0,
          "netIncome": 43023
        },
        "priorFiscalYear": {
          "totalAssets": 2845983,
          "cashAndEquivalents": 1309009,
          "accountsReceivable": 8950,
          "shortTermDebt": 645389,
          "longTermDebt": 1258130,
          "revenue": 4580867,
          "costOfGoodsSold": 1948778,
          "taxesPaid": 0,
          "netIncome": 45430
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DC",
          "DE",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1472687"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "AVACEN, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "WY",
            "dateOfIncorporation": "2017-09-15T04:00:00.000Z"
          },
          "address": {
            "street1": "2365 Camino Vida Roble, Suite C",
            "city": "Carlsbad",
            "stateOrCountry": "CA",
            "zipCode": "92011"
          },
          "website": "https://avacen.com/"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "StartEngine Capital, LLC",
        "commissionCIK": "1665160",
        "commissionFileNumber": "007-00007"
      },
      "offeringInformation": {
        "compensationAmount": "Up to 9% percent",
        "financialInterest": "Three percent (3%) of securities of the total amount of investments raised in the offering, along the same terms as investors.",
        "securityOfferedType": {
          "kind": "enum",
          "value": "Common Stock"
        },
        "numberOfSecuritiesOffered": 10000,
        "price": 1,
        "priceDeterminationMethod": "N/A",
        "offeringAmount": 10000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "At issuer's discretion, with priority given to StartEngine Owners"
        },
        "maximumOfferingAmount": 1235000,
        "deadlineDate": "2023-09-21T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "AVACEN, Inc.",
          "text": "Anthony Peter Shimkin",
          "title": "CEO, President, Director"
        },
        "signaturePersons": [
          {
            "text": "Anthony Peter Shimkin",
            "title": "CEO, President, Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Thomas G. Muehlbauer",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Danielle Forsgren",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Hamid Khorramian",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Rhonda Migliaccio",
            "title": "CFO",
            "date": "2023-06-22T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001665160-23-001436.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1981723/0001665160-23-001436.txt",
        "date": "2023-06-22T18:55:11.000Z",
        "ciks": [
          "1981723"
        ]
      },
      "annualReportDisclosureRequirements": {
        "currentEmployees": 5,
        "mostRecentFiscalYear": {
          "totalAssets": 340572,
          "cashAndEquivalents": 12842,
          "accountsReceivable": 4409,
          "shortTermDebt": 207041,
          "longTermDebt": 1220368,
          "revenue": 226261,
          "costOfGoodsSold": 286399,
          "taxesPaid": 0,
          "netIncome": -323469
        },
        "priorFiscalYear": {
          "totalAssets": 534607,
          "cashAndEquivalents": 9260,
          "accountsReceivable": 65790,
          "shortTermDebt": 166765,
          "longTermDebt": 1131655,
          "revenue": 184744,
          "costOfGoodsSold": 73762,
          "taxesPaid": 0,
          "netIncome": 1889
        },
        "jurisdictionsOfIssuerSecuritiesOfferings": [
          "AL",
          "AK",
          "AZ",
          "AR",
          "CA",
          "CO",
          "CT",
          "DC",
          "DE",
          "FL",
          "GA",
          "HI",
          "ID",
          "IL",
          "IN",
          "IA",
          "KS",
          "KY",
          "LA",
          "ME",
          "MD",
          "MA",
          "MI",
          "MN",
          "MS",
          "MO",
          "MT",
          "NE",
          "NV",
          "NH",
          "NJ",
          "NM",
          "NY",
          "NC",
          "ND",
          "OH",
          "OK",
          "OR",
          "PA",
          "PR",
          "RI",
          "SC",
          "SD",
          "TN",
          "TX",
          "UT",
          "VT",
          "VA",
          "WA",
          "WV",
          "WI",
          "WY"
        ]
      },
      "documents": [],
      "filerInformation": {
        "filer": {
          "cik": "1981723"
        },
        "flags": {
          "isConfirmingCopy": false,
          "wantReturnCopy": false,
          "overrideInternet": false
        },
        "notificationEmails": []
      },
      "issuerInformation": {
        "newOrAmendment": {
          "kind": "new"
        },
        "issuer": {
          "name": "Origo Brands, Inc.",
          "legalStatus": {
            "form": {
              "kind": "enum",
              "value": "Corporation"
            },
            "jurisdictionOfOrganization": "DE",
            "dateOfIncorporation": "2023-04-12T04:00:00.000Z"
          },
          "address": {
            "street1": "140 E 19th Ave, Suite 500",
            "city": "Denver",
            "stateOrCountry": "CO",
            "zipCode": "80203"
          },
          "website": "https://www.origobrands.com/"
        },
        "isCoIssuer": false,
        "coIssuers": [],
        "companyName": "StartEngine Capital, LLC",
        "commissionCIK": "1665160",
        "commissionFileNumber": "007-00007"
      },
      "offeringInformation": {
        "compensationAmount": "Up to 9% percent",
        "financialInterest": "Three percent (3%) of securities of the total amount of investments raised in the offering, along the same terms as investors.",
        "securityOfferedType": {
          "kind": "enum",
          "value": "Common Stock"
        },
        "numberOfSecuritiesOffered": 3000,
        "price": 5,
        "priceDeterminationMethod": "N/A",
        "offeringAmount": 15000,
        "isOverSubscriptionAccepted": true,
        "overSubscriptionAllocationType": {
          "kind": "other",
          "value": "At issuer's discretion, with priority given to StartEngine Owners"
        },
        "maximumOfferingAmount": 1235000,
        "deadlineDate": "2023-08-22T04:00:00.000Z"
      },
      "signatureInformation": {
        "issuerSignature": {
          "issuer": "Origo Brands, Inc.",
          "text": "David C. Cisneros",
          "title": "Chief Executive Officer"
        },
        "signaturePersons": [
          {
            "text": "David C. Cisneros",
            "title": "Chief Executive Officer",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Steven P. Meier",
            "title": "Chief Operating Officer and Principal Financial Officer",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Katherine M. Meier",
            "title": "Secretary",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Gayla Cisneros",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          },
          {
            "text": "Eric Anhold",
            "title": "Director",
            "date": "2023-06-22T04:00:00.000Z"
          }
        ]
      },
      "submissionType": "C"
    }
  ],
  "metadata": {
    "total": 15104,
    "count": 10,
    "page": 1,
    "pages": 1511
  }
}

References

Find out more about Form C filings and data: