Get one funding round

View as Markdown

Gets one fundraise round for an entity. Use entityId for the fundraising/portfolio company that raised the round - always a company, never the fund or investment firm. For an investment made by an Investment Firm, pass the portfolio company that received the money here, not the investment firm id and not the round id. Use fundraiseRoundId for the round id.

Path parameters

entityIdstringRequiredformat: "uuid"

Entity unique identifier (UUID).

fundraiseRoundIdstringRequiredformat: "uuid"
Fundraise round id. Use this with the entityId path segment that owns the round.

Response headers

X-RateLimit-Limitinteger

Requests allowed per client IP in the current rate-limit window.

X-RateLimit-Remaininginteger

Requests left before the tightest applicable rate-limit bucket rejects.

X-RateLimit-Resetinteger

Seconds until the exhausted rate-limit bucket admits another request; 0 when none is exhausted.

Response

OK
idstringformat: "uuid"
Canonical fundraise transaction UUID
sourceAttributionlist of objects
amountRaisedlong or nullOptional
createdAtdatetime or nullOptional
currencystring or nullOptional
dataConfidenceenum or nullOptional
Data confidence level
Allowed values:
dateAnnounceddatetime or nullOptional
dateFundingCompletedatetime or nullOptional
dateInvestorExitdatetime or nullOptional
entityobject or nullOptional
Entity projection used inside FundraiseTransaction responses
investorAttributionobject or nullOptional

Investor-specific attribution when returned from investor-perspective investment views. amountInvested is not added to amountRaised; it is the selected investor’s attributed participation amount for this round.

investorCountinteger or nullOptional

Source-reported number of investors in the round. This can exceed the identified investor joins when a source reports a total without naming every investor.

roundstring or nullOptional
updatedAtdatetime or nullOptional
valuationPostMoneylong or nullOptional
valuationPreMoneylong or nullOptional

Errors

400
Bad Request Error
404
Not Found Error
406
Not Acceptable Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error