# Active Net Asset Value

The endpoint returns the symbol for all active instruments you can use when you query other NAV endpoints. The endpoint does not require an API key and does not accept any parameters.&#x20;

**Example URL**&#x20;

{% embed url="<https://www.vinterapi.com/api/v3/active_nav/>" %}

## Response Fields

<table><thead><tr><th width="177">Field</th><th width="120.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>internal_symbol</td><td>string</td><td>The internal symbol for the instrument</td></tr><tr><td>external_symbol</td><td>string</td><td>The external symbol for the instrument</td></tr><tr><td>full_name</td><td>string</td><td>The full name of the instrument</td></tr><tr><td>ISIN</td><td>string</td><td>International Securities Identification Number</td></tr></tbody></table>

<mark style="color:blue;">`GET`</mark> `https://www.vinterapi.com/api/v3/active_nav/`

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "internal_symbol": "vnfa-aeti-15-d",
      "external_symbol": "AETI",
      "full_name": "Selected Crypto Assets ETI",
      "isin": "DE000A3GZET8"
    },
    {
      "internal_symbol": "vnfa-aeti-15-h",
      "external_symbol": "AETI",
      "full_name": "Selected Crypto Assets ETI",
      "isin": "DE000A3GZET8"
    },
    {
      "internal_symbol": "vnfa-btca-15-d",
      "external_symbol": "BTCA",
      "full_name": "15 FiCAS Active Crypto ETP",
      "isin": "CH0548689600"
    },
    {
      "internal_symbol": "vnfa-btca-15-h",
      "external_symbol": "BTCA",
      "full_name": "15 FiCAS Active Crypto ETP",
      "isin": "CH0548689600"
    }
  ],
  "params": {
    
  }
}
```

{% endtab %}
{% endtabs %}

### [Try the API](https://vinterapi.com/apidocs)
