Fund Portfolio
Returns investment rounds for a fund's portfolio, sorted by date (newest first).
A project may appear multiple times if the fund participated in multiple rounds.
Included fields: project name, logo, date, raise amount, lead investor status.
Lookup: by UUID (id) or name (q).
Query parameters
Surf fund UUID. PREFERRED — always use this when available from a previous response (e.g. id from /search/fund). Takes priority over q.
Surf fund UUID. PREFERRED — always use this when available from a previous response (e.g. id from /search/fund). Takes priority over q.
Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Fuzzy fund name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Results per page
Results per page
Pagination offset
Pagination offset
Filter by lead investor status. Omit or leave empty for all investments.
Filter by lead investor status. Omit or leave empty for all investments.
Only include investments at or after this Unix timestamp (seconds)
Only include investments at or after this Unix timestamp (seconds)
Only include investments before this Unix timestamp (seconds)
Only include investments before this Unix timestamp (seconds)
Field to sort results by
Field to sort results by
Sort order
Sort order
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseFundPortfolioItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.