> For the complete documentation index, see [llms.txt](https://docs.high-mobility.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.high-mobility.com/oem-guides/hyundai.md).

# Hyundai

Here is a guide to getting started with Hyundai data, including details about supported models, current market scope, subscriptions, streaming frequencies, and the locally available Hyundai fleet data packages.

| FEATURE                               | AVAILABILITY |
| ------------------------------------- | ------------ |
| Eligibility API                       | ❌            |
| Support adding a VIN to multiple Apps | ✅            |
| Streaming                             | ✅            |
| Support canceling a pending clearance | ❌            |

{% hint style="info" %}
**Available data points**

You can find a breakdown of all available data points in the [Auto API availability for Hyundai](https://airtable.com/appnqv8fdlWYRB0D4/shreS7L5aReHRKxzT/tblCBBV23F1zBOnhI) table.
{% endhint %}

### Eligible Models

In order to be eligible for activation, the vehicle has to be equipped with the necessary connectivity equipment from Hyundai and have an active Hyundai Connect subscription. The following models can have the option of connectivity.

| Model name              | Year name | Data frequency |
| ----------------------- | --------- | -------------- |
| i10                     | MY23      | ignition off   |
| i20                     | MY23      | ignition off   |
| i30                     | MY24      | ignition off   |
| Bayon                   | MY21      | ignition off   |
| Tucson                  | Tucson    | ignition off   |
| Tucson                  | Tucson    | every 60s      |
| Staria                  | MY22      | ignition off   |
| Staria HEV              | MY25      | ignition off   |
| Nexo                    | -         | ignition off   |
| Nexo                    | MY26      | every 60s      |
| Elantra                 | -         | ignition off   |
| Kona                    | MY23      | ignition off   |
| Kona                    | MY24      | every 60s      |
| Ioniq 5                 | MY24      | ignition off   |
| Ioniq 5                 | MY25      | every 60s      |
| Ioniq 6                 | MY23      | ignition off   |
| Ioniq 6                 | MY26      | every 60s      |
| Inster                  | -         | ignition off   |
| Santa Fe                | -         | ignition off   |
| Santa Fe HEV/PHEV       | -         | ignition off   |
| Santa Fe (MX5)          | -         | every 60s      |
| Santa Fe HEV/PHEV (MX5) | -         | every 60s      |
| Ioniq 9                 | -         | every 60s      |

### Enable Hyundai Connect & All services

Follow the instructions below:

* Vehicle Platform Connectivity: on
* HU Connectivity: on
* Vehicle with full connectivity
* Data Sharing: on
* Eligible in-vehicle activation / full enrollment
* Relevant connected service subscribed

To ensure successful remote activation and full data service provisioning, the vehicle should be in an area with strong network coverage. The vehicle should also have been driven within the last 48 hours; after that period the vehicle may enter deep sleep mode, making remote activation impossible.

### Supported Markets

Hyundai in Europe is already generating connected data across 43 countries (European Economic Area). For example: Austria, Belgium, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, plus Iceland, Liechtenstein and Norway.

### Data Points

You can find a breakdown of all available data points and the respective data packages in the [Airtable](https://airtable.com/appnqv8fdlWYRB0D4/shreS7L5aReHRKxzT/tblCBBV23F1zBOnhI). Each request returns a timestamp with each data point; it indicates the moment the data was transferred from the vehicle.

### Update Frequency

Hyundai data frequency varies by platform generation and protocol. For legacy vehicles, data is transmitted at ignition-off events. For newer Gen 3.0 vehicles, Hyundai supports periodic and event-based streaming, with transmission policies between 10s to 60s. Please check the individual data point frequency in the [Airtable](https://airtable.com/appnqv8fdlWYRB0D4/shreS7L5aReHRKxzT/tblCBBV23F1zBOnhI).

### Data Packages Available

* Odometer
* Odometer & live location
* Consumption & live location
* Maintenance
* Base with live location

### More information

If you have any questions, please contact us on Slack or send us an email. \ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.high-mobility.com/oem-guides/hyundai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
