> ## Documentation Index
> Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# API dữ liệu toàn cầu, quỹ, cơ bản và tin tức

> Tỷ giá FX, trái phiếu, kinh tế vĩ mô, tâm lý thị trường, lịch kinh tế, quỹ, báo cáo tài chính, báo cáo phân tích và tin tức

<div style={{ width: '100%', height: 240, marginBottom: 32, borderRadius: 16, overflow: 'hidden', position: 'relative' }}>
  <video style={{ width: '100%', height: '100%', objectFit: 'cover', filter: 'sepia(0.3) saturate(1.5) hue-rotate(-14deg) brightness(0.72) contrast(1.12)' }} autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/vero-fa5575b5/G_sL_RHXpWEXOwUp/images/bg_video.mp4?fit=max&auto=format&n=G_sL_RHXpWEXOwUp&q=85&s=f731a6a676fb99a2368193fbaf3281ee" type="video/mp4" data-path="images/bg_video.mp4" />
  </video>
</div>

<div style={{ width: '100%', height: 4, marginBottom: 24, borderRadius: 2, background: 'rgba(0,0,0,0.08)' }}>
  <div style={{ width: '68.75%', height: '100%', borderRadius: 2, background: 'linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-light) 50%, var(--accent-dark) 100%)' }} />
</div>

Nhóm endpoint này cung cấp các bộ dữ liệu tài chính bổ trợ cho dashboard, nghiên cứu và phân tích.

<CardGroup cols={3}>
  <Card title="Dữ liệu toàn cầu" icon="globe">
    Tỷ giá FX, lợi suất trái phiếu, số liệu kinh tế vĩ mô, tâm lý thị trường và lịch kinh tế.
  </Card>

  <Card title="Quỹ" icon="building-columns">
    Danh sách quỹ, NAV mới nhất và lịch sử NAV.
  </Card>

  <Card title="Dữ liệu cơ bản và tin tức" icon="newspaper">
    Báo cáo tài chính, báo cáo phân tích và tin tức.
  </Card>
</CardGroup>

## Endpoint dữ liệu toàn cầu

| Endpoint                    | Dữ liệu                     |
| --------------------------- | --------------------------- |
| `GET /v1/fx/rates`          | Tỷ giá FX tham chiếu        |
| `GET /v1/bonds/yields`      | Chuỗi lợi suất trái phiếu   |
| `GET /v1/macro/releases`    | Chuỗi dữ liệu kinh tế vĩ mô |
| `GET /v1/sentiment/{index}` | Chỉ số tâm lý thị trường    |
| `GET /v1/calendar`          | Lịch kinh tế                |

## Endpoint quỹ

| Endpoint                   | Dữ liệu                       |
| -------------------------- | ----------------------------- |
| `GET /v1/funds`            | Danh sách quỹ và NAV mới nhất |
| `GET /v1/funds/{code}`     | Một quỹ                       |
| `GET /v1/funds/{code}/nav` | Lịch sử NAV                   |

## Endpoint phân tích tài chính và tin tức

| Endpoint                         | Dữ liệu               |
| -------------------------------- | --------------------- |
| `GET /v1/fa/{ticker}/statements` | Chỉ số tài chính      |
| `GET /v1/fa/{ticker}/reports`    | Báo cáo phân tích     |
| `GET /v1/fa/reports/{id}`        | Một báo cáo phân tích |
| `GET /v1/news`                   | Danh sách tin tức     |
| `GET /v1/news/{id}`              | Một tin tức           |

## Trạng thái dữ liệu

| Endpoint          | Dữ liệu                      |
| ----------------- | ---------------------------- |
| `GET /v1/sources` | Độ mới của từng nhóm dữ liệu |
