1. Funds
Services
  • Introduction
  • API Reference
    • Funds
      • Fund NAV Price
        GET
      • Fund Performance (Fund Level)
        GET
      • Fund Performance (Investor Level)
        GET
    • Ratings
      • Moody's Ratings Update
  • Schemas
    • Public
      • Api Errors
      • Api Error
      • Perfomance Metrics
      • Returns by Period
  1. Funds

Fund NAV Price

GET
/api/v1/funds/{ticker}/price
Provides access to to the latest NAV and NAV per share for a fund.

Request

Path Params

Responses

🟢200OK
application/json
Bodyapplication/json

🟠400
🟠401
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://services.alphaledger.com/api/v1/funds/T12/price'
Response Response Example
200 - Example 1
{
    "success": true,
    "data": {
        "navPerShare": 0,
        "nav": 0,
        "sharesOutstanding": 0,
        "asOf": "2019-08-24T14:15:22.123Z"
    }
}
Modified at 2026-07-20 20:50:56
Previous
Introduction
Next
Fund Performance (Fund Level)
Built with