# Available data list

| Data group                           | Detail                                                                                                               | Status                                                                      |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| **Price & Volume**                   | OHLCV (Open - High - Low - Close - Volume), real-time & historical data                                              | <p>EOD</p><p>Tick by Tick (Websocket)</p><p>Intraday (1' 5' 15' 1h 4h) </p> |
| **Order Book**                       | 3/10-level bid-ask price data, bid/ask volume                                                                        | Tick by Tick (Websocket)                                                    |
| **Active cash flow**                 | Active buy/ sell                                                                                                     | <p>EOD</p><p>Tick by Tick (Websocket)</p><p>Intraday (1' 5' 15' 1h 4h)</p>  |
| **Foreign trading**                  | Net buy/ sell by stock code                                                                                          | <p>EOD</p><p>Tick by Tick (Websocket)</p><p>Intraday (1' 5' 15' 1h 4h)</p>  |
| **Index rebalancing**                | List of stocks by index basket. Index of Freeloat, Outstanding Share, Marketcap Limit for stocks in the index basket | EOD                                                                         |
| **Technical analysis indicator set** |                                                                                                                      | <p>EOD</p><p>Tick by Tick (Websocket)</p><p>Intraday (1' 5' 15' 1h 4h)</p>  |


---

# 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://docs.fiinquant.vn/fiinquant-en/available-data-list.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.
