API Reference
Private fund statistics (Form PF)
Aggregate private-fund statistics reported on Form PF.
Private fund statistics (Form PF)
Aggregate private-fund statistics reported on Form PF.
- Base URL:
https://api.clous.ai - Auth:
Authorization: Bearer clous_live_...
GET /v1/private-fund-statsResults are returned through the standard response envelope and are cursor-paginated.
Query parameters
Prop
Type
Example request
curl -s "https://api.clous.ai/v1/private-fund-stats?limit=3" \
-H "Authorization: Bearer clous_live_..."import requests
resp = requests.get(
"https://api.clous.ai/v1/private-fund-stats",
params={"limit":"3"},
headers={"Authorization": "Bearer clous_live_..."},
)
data = resp.json()const resp = await fetch(
"https://api.clous.ai/v1/private-fund-stats?limit=3",
{ headers: { Authorization: "Bearer clous_live_..." } },
);
const data = await resp.json();Example response
{
"data": [
{
"id": 454793,
"quarter_end_date": "2023-12-31",
"tab_name": "Tab.10.10",
"row_key": "Russia",
"metric_key": "2022Q4",
"metric_value_numeric": 0.002,
"metric_value_text": null,
"observed_at": "2026-05-26T15:47:08"
},
{
"id": 454792,
"quarter_end_date": "2023-12-31",
"tab_name": "Tab.10.10",
"row_key": "Russia",
"metric_key": "2021Q4",
"metric_value_numeric": 0,
"metric_value_text": null,
"observed_at": "2026-05-26T15:47:08"
}
],
"page": {
"limit": 3,
"next_cursor": "NDU0NzkxfDQ1NDc5MQ",
"has_more": true
},
"as_of": "2026-06-13T16:27:35.781677Z",
"source": "form_pf",
"query_echo": {
"limit": 3
},
"warnings": []
}Status codes
| Status | Meaning |
|---|---|
200 | Success. An empty result still returns 200 with data: [] and a warnings entry. |
401 | Missing or invalid API key. |
402 | Out of credits. |
404 | No record for the supplied path parameter. |
422 | Validation error — a parameter was the wrong type or out of range. |
429 | Rate limited. |
All data derives from public SEC EDGAR (and, where noted, FINRA IAPD / USPTO) filings. Clous is independent of the SEC.