Funds
Fund Cash Flows
Retrieves fund cash flow data for the specified fund across all supported reporting periods. Quarterly data is returned by default.
get/funds/{pbId}/cashflows
Path parameters
pbIdstring required
Fund pbId
Query parameters
periodType'MTH' | 'QTR' | 'ANN'
Type of the period in which data will be presented. The list of types could be found <a href="https://my.pitchbook.com/api/lookup-tables/Funds#FUND_CASH_FLOW_PERIOD_TYPE" target="_blank">here</a>
sinceDatestring
Searches for data by fiscal period date using the > operator for dates after a specified date, the < operator for dates before a specified date, and the ^ operator for dates between two dates. Format: YYYY-MM-DD
Response
OK
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○