Skip to main content
GET
/
v1
/
funds
Danh sách quỹ
curl --request GET \
  --url https://api-gw.verolabs.co/v1/funds \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "code": "<string>",
      "name": "<string>",
      "fund_type": "<string>",
      "status": "<string>",
      "latest_nav": 123,
      "latest_nav_date": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Fetch funds with latest NAV information.

Fund directory

Build a searchable fund list.

Latest NAV

Show the most recent NAV fields when available.

Common use cases

  • Display a fund directory.
  • Filter funds by type or status.
  • Select a fund before loading NAV history.

Key parameters

  • type: optional fund type filter.
  • status: optional status filter.
  • limit: maximum number of funds returned.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Query Parameters

type
string
Example:

"IS"

status
string
limit
integer
default:1000
Required range: 1 <= x <= 10000
Example:

100

Response

OK

data
object[]