> 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/subscription-and-account-management/what-services-does-my-subscription-include.md).

# What services does my subscription include?

AllTick primarily offers real-time and historical financial market data API services, including forex, stocks, commodities, and cryptocurrencies. These services are designed to provide developers, fintech companies, traders, institutions, and research organizations with reliable data sources to support them in building innovative trading and analysis tools.

#### Services Provided Include:

* **Forex API**: Offers real-time updates for over 1,000 currency pairs from the world's leading banking institutions.
* **Commodities API**: Provides real-time and historical data for all major precious metals (such as gold and silver) and energy categories.
* **Stock API**: Covers real-time and historical data for 170,000+ stocks in the United States and Hong Kong.
* **Cryptocurrency API**: Offers real-time and historical data from all major cryptocurrency exchanges, unified in one easy-to-use API.

AllTick emphasizes the accuracy, speed, reliability, and broad coverage of its system, boasting a 99.95% Service Level Agreement (SLA) and providing ultra-low latency real-time data streams through technologies like WebSocket, ensuring users receive accurate and timely market information.

AllTick aims to meet the diverse needs of users ranging from individual traders to large institutions. The specific services included in a subscription, such as request limits, data refresh rates, and historical data access, may depend on the chosen subscription plan.

***

### 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/subscription-and-account-management/what-services-does-my-subscription-include.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.
