# Overview

**FiinQuant – A data library and analytic tool for Python**

### <mark style="color:purple;">What is FiinQuant?</mark>

FiinQuant is a data library and analytic tool for **Python**, enabling investors, analysts, and developers to easily access, process, and accurately analyze financial data quickly and precisely.

<figure><img src="/files/REVsoWmhpX7Yfqv2Gp7U" alt=""><figcaption></figcaption></figure>

Key features of FiinQuant include:

* **Historical data retrieval:** Allows access to and retrieval of data from financial data providers.
* **Real-time order matching data retrieval:** Provides the ability to receive real-time data, helping to monitor the market and continuously update information.
* **Historical data and real-time data connection:** The library allows calling methods to connect historical data from a specific time with real-time data across various timeframes.
* **Technical indicator creation:** Offers tools to build and calculate technical indicators ranging from simple ones like moving averages (SMA, EMA, etc.) to more complex ones such as RSI (Relative Strength Index), MACD (Moving Average Convergence Divergence), Ichimoku, and many other indicators.

With its ability to combine data collection, real-time processing, and indicator analysis, **FiinQuant** is a comprehensive solution for financial professionals and investors to conduct market research, thereby supporting effective investment decisions.


---

# 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/introduction/overview.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.
