# AllTick的API支持哪些数据格式？

基于金融市场数据API服务的通常做法AllTick支持以下一种或多种数据格式：

**JSON (JavaScript Object Notation)**

JSON是最常见的数据交换格式之一，以其易于阅读和编写的特点，以及易于机器解析和生成的优势，在Web API中广泛使用。

为了确切了解AllTick提供的数据格式，以及如何有效地使用这些数据，请直接查阅AllTick提供的官方API文档。文档中通常会详细说明支持的数据格式、数据结构、如何发起请求以及如何处理响应数据等关键信息。

如果您在文档中找不到所需的信息，或者有任何关于API使用的具体问题，直接联系AllTick的客户支持团队也是一个很好的选择。他们可以提供最准确的信息和个性化的帮助。

***

#### AllTick网站

{% hint style="info" %}
官方网站：<https://alltick.co/>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://apis.alltick.co/faqs/data-usage-and-technical-issues/what-data-formats-does-allticks-api-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
