FilingWire
Get an API key
Playground

Run a real query. Read the real response.

Request
curl https://filingwire.io/funding/v1/filings?page_size=3 \
  -H "X-API-Key: $FILINGWIRE_KEY"
Response 200 OK . 1,493 matching records
{
  "items": [
    {
      "cik": "0002149223",
      "entity_name": "3LP Waunakee MM LLC",
      "state_or_country": "WI",
      "industry_group": "Other Real Estate",
      "industry_sector": "Real Estate",
      "accession_number": "0002149223-26-000001",
      "submission_type": "D",
      "is_amendment": false,
      "filed_at": "2026-08-28T00:00:00Z",
      "date_of_first_sale": "2026-08-21",
      "total_offering_amount_raw": "1872500",
      "total_offering_amount_usd": 1872500.0,
      "total_amount_sold_usd": 1872500.0,
      "incremental_amount_sold_usd": 1872500.0,
      "federal_exemption": "06b",
      "security_types": [
        "equity"
      ],
      "other_security_desc": null,
      "minimum_investment_usd": 10000.0,
      "investor_count": 2,
      "has_non_accredited_investors": false,
      "revenue_range": "Decline to Disclose",
      "offering_over_a_year": false,
      "is_business_combination": false,
      "source_url": "https://www.sec.gov/Archives/edgar/data/2149223/000214922326000001/0002149223-26-000001-index.htm"
    },
    {
      "cik": "0002150330",
      "entity_name": "4PT Jackson 1, LLC",
      "state_or_country": "TN",
      "industry_group": "Commercial",
      "industry_sector": "Real Estate",
      "accession_number": "0002150330-26-000001",
      "submission_type": "D",
      "is_amendment": false,
      "filed_at": "2026-08-28T00:00:00Z",
      "date_of_first_sale": "2026-08-26",
      "total_offering_amount_raw": "1500000",
      "total_offering_amount_usd": 1500000.0,
      "total_amount_sold_usd": 1050000.0,
      "incremental_amount_sold_usd": 1050000.0,
      "federal_exemption": "06b",
      "security_types": [
        "equity"
      ],
      "other_security_desc": null,
      "minimum_investment_usd": 5000.0,
      "investor_count": 18,
      "has_non_accredited_investors": false,
      "revenue_range": "Decline to Disclose",
      "offering_over_a_year": false,
      "is_business_combination": false,
      "source_url": "https://www.sec.gov/Archives/edgar/data/2150330/000215033026000001/0002150330-26-000001-index.htm"
    },
    {
      "cik": "0002152525",
      "entity_name": "51 Ritchie Rd Holdings, LP",
      "state_or_country": "VA",
      "industry_group": "Commercial",
      "industry_sector": "Real Estate",
      "accession_number": "0002152525-26-000001",
      "submission_type": "D",
      "is_amendment": false,
      "filed_at": "2026-08-28T00:00:00Z",
      "date_of_first_sale": null,
      "total_offering_amount_raw": "5525000",
      "total_offering_amount_usd": 5525000.0,
      "total_amount_sold_usd": 0.0,
      "incremental_amount_sold_usd": 0.0,
      "federal_exemption": "06b",
      "security_types": [
        "equity"
      ],
      "other_security_desc": null,
      "minimum_investment_usd": 50000.0,
      "investor_count": 0,
      "has_non_accredited_investors": false,
      "revenue_range": "No Revenues",
      "offering_over_a_year": false,
      "is_business_combination": false,
      "source_url": "https://www.sec.gov/Archives/edgar/data/2152525/000215252526000001/0002152525-26-000001-index.htm"
    }
  ],
  "page": 1,
  "page_size": 3,
  "returned": 3,
  "total": 1493,
  "has_more": true
}

Every request below is sent from your browser to the live API and answered by the same endpoint a paying caller hits. The key embedded in this page is a free-tier key, so what you see here is exactly what the free tier returns.

What you are looking at

total_amount_sold_usd

Cumulative raised as of this filing, not the new money. Only a D/A amendment carries the increment, in incremental_amount_sold_usd.

industry_group

The issuer's own checkbox from SEC's fixed list, not our classification. industry_sector is looked up in SEC's hierarchy at read time.

investor_count

How many investors are already in, as filed. A field the issuer left blank stays null rather than being read as zero.

source_url

The filing on sec.gov. Form D is parsed from the raw XML, so every field here is the issuer's own answer and none of it is model-written.

Your own key

The same call, from your own code, in about a minute.

A free key covers both products with 1,000 requests a month and no card.

Get a free key