DealData.net
SEC Form D filing API. Get private company, hedge fund, private equity fund, and venture capital fund fundraising profiles. See connections between people, companies, and funds. Populate your CRM with phone numbers and addresses of companies and funds that are actively fundraising. Filter new filings by state, company/fund type, amount raised, etc. Our freemium API is available at a tiny…
DealData.net endpoints
| Method | Endpoint | Description |
|---|---|---|
| Discover Available Parameters | ||
| GET |
Get Industries /api.php?function=getIndustries |
This returns all of the available industries, or company types, in the database. |
| GET |
Get Fund Types /api.php?function=getFundTypes |
Returns a list of available fund types for FUND filing feeds and searches. |
| Search Database | ||
| GET |
Broker Search /api.php?function=findBroker&name={name} |
Returns a list of brokers that match the given name fragment. NOTE: API responses are limited to 50,000 characters so the fragment provided must limit the result set so as not to… |
| GET |
Person Search /api.php |
Fragments can be of any length, including a null string. NOTE: API call returns are limited to more than 50,000 characters each. As a result, you should provide enough of a guess… |
| GET |
Company/Fund Search /api.php?function=findCompany&name={name-fragment} |
Finds all companies matching the name fragment. NOTE: All API requests are limited to a maximum return size of 50,000 characters. While there are no hard limits on how long of a… |
| Company/Person/Broker/Filing Profiles | ||
| GET |
Filing Profile (from Filing ID) /api.php?function=filingProfile&filingid={filingid} |
Given an internal filing ID (returned from another endpoint), this call returns a full filing profile. |
| GET |
Person Profile (from Person ID) /api.php?function=personProfile&personid={personid} |
Given the person ID from a person search API call, this endpoint returns a full profile for that person. |
| GET |
Broker Profile (from Broker ID) /api.php?function=brokerProfile&brokerid={brokerid} |
Given the broker ID returned from a broker search, this endpoint returns a full broker profile. |
| GET |
Company Profile (from CIK) /api.php?function=companyProfile&cik={cik} |
Given a CIK number (the SEC identifier for the entity), this function returns a full company or fund profile for the entity. |
| GET |
Broker Profile (from CRD Number) /api.php?function=brokerProfileCRD&crd={crd-number} |
Given a FINRA Central Registration Depository (CRD) for a broker/dealer, this function returns a full broker profile. |
| Filing Feed | ||
| GET |
Filing Feed/Search /api.php |
This endpoint returns a filing feed based on any combination of a date range, entity type, range of amount raised, primary company/fund state. It also allows a limit range to be… |
DealData.net pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $100 / month | — |
|
| ULTRA | $250 / month | — |
|
| MEGA | $500 / month | — |
|