> For the complete documentation index, see [llms.txt](https://en.apis.alltick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.apis.alltick.co/faqs/basic-usage.md).

# Basic usage

English / [中文](https://apis.alltick.co/faqs/ji-chu-shi-yong)

{% content-ref url="/pages/mJaN4JTnUWvqWjLYBvwq" %}
[What types of financial data does AllTick provide?](/faqs/basic-usage/what-types-of-financial-data-does-alltick-provide.md)
{% endcontent-ref %}

{% content-ref url="/pages/jebOSsSDpoDM3ag3A3S6" %}
[How to obtain an API key from AllTick?](/faqs/basic-usage/how-to-obtain-an-api-key-from-alltick.md)
{% endcontent-ref %}

{% content-ref url="/pages/LZdxe5fs5lG9pOxRKlL2" %}
[What is the data update frequency of AllTick?](/faqs/basic-usage/what-is-the-data-update-frequency-of-alltick.md)
{% endcontent-ref %}

{% content-ref url="/pages/PU4B9V7xfkWA1tnHi2Ur" %}
[How to integrate AllTick data into my application?](/faqs/basic-usage/how-to-integrate-alltick-data-into-my-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/ENEF4fo85xGIxYkdpLvi" %}
[What programming languages does AllTick support for API calls?](/faqs/basic-usage/what-programming-languages-does-alltick-support-for-api-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/TspViqvbzrldSrlM7CST" %}
[Can I use AllTick's data for commercial purposes?](/faqs/basic-usage/can-i-use-allticks-data-for-commercial-purposes.md)
{% endcontent-ref %}

{% content-ref url="/pages/aQzgBPKU5HeCaarDf9yZ" %}
[How to contact AllTick customer support?](/faqs/basic-usage/how-to-contact-alltick-customer-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/eTHjKMxMizcUgvYD9IwO" %}
[Does AllTick's API have request limitations?](/faqs/basic-usage/does-allticks-api-have-request-limitations.md)
{% endcontent-ref %}

{% content-ref url="/pages/9DgZnPEQoiAc28ihe1Aj" %}
[How to report data issues or API malfunctions?](/faqs/basic-usage/how-to-report-data-issues-or-api-malfunctions.md)
{% endcontent-ref %}

{% content-ref url="/pages/3SP8uux2gDVY6sNitoJi" %}
[Does AllTick provide real-time or delayed data?](/faqs/basic-usage/does-alltick-provide-real-time-or-delayed-data.md)
{% endcontent-ref %}

***

### Official Website

{% hint style="info" %}
Official website: <https://alltick.co/>
{% endhint %}


---

# 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://en.apis.alltick.co/faqs/basic-usage.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.
