Skip to main content

Query Fund NAV History

Query last 30-day Net-Asset-Value (NAV) history for all funds under a fund manager master account

HTTP Request

GET /sapi/v1/vip/fund-info/fund-nav-info`

Weight(IP)

1

Weight(UID)

30000

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
fundAccountIdINTEGERYESFund Account ID

Example Response

{
"fundAccountId": 1000249800564,
"fundName": "test-fund-1741326568",
"fundNavs": [
{
"date": "20250306",
"nav": 123,
"unit": 12,
"navPerUnit": 1.12
}
]
}