> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fhsc.com.vn/llms.txt
> Use this file to discover all available pages before exploring further.

# Chỉ số kinh tế lịch sử (Trading Economics)

> Dữ liệu chỉ số kinh tế lịch sử lấy từ Trading Economics, lọc theo quốc
gia (bắt buộc), nhóm chỉ số (optional), và năm (optional).

Bộ dữ liệu cover 6 nền kinh tế lớn — Trung Quốc, Khu vực đồng Euro,
Nhật Bản, Mỹ, Anh, Việt Nam — chia theo 9 nhóm (GDP, Labour, Prices,
Money, Trade, Government, Business, Consumer, Housing).

Kết quả sort theo `year DESC, month DESC` (mới nhất ở đầu mảng).
`lastValue` và `previousValue` có thể là `null` khi nguồn chưa có dữ
liệu.




## OpenAPI

````yaml /openapi.yaml get /market/financial-data/trading-economics
openapi: 3.1.0
info:
  title: Finhay Securities Open API
  version: 0.2.0-preview.2
  description: |
    Đặc tả chính thức của Finhay Securities Open API, dùng chung cho SDK
    codegen, Redoc docs, và (sau này) mock server / contract test.

    ## Authentication — 2 tier

    - **Tier 1 — chỉ cần API key**: các endpoint đọc dữ liệu thị trường
      (`GET /market/**`, `GET /trading/market/**`). Gửi kèm header
      `X-FH-APIKEY` là đủ.
    - **Tier 2 — HMAC signing**: các endpoint liên quan đến account /
      trading / user. Gửi kèm 4 header `X-FH-APIKEY` + `X-FH-TIMESTAMP` +
      `X-FH-NONCE` + `X-FH-SIGNATURE`; thêm `X-FH-BODYHASH` khi request có
      body. Chi tiết thuật toán xem extension `x-finhay-signing` ở root
      spec hoặc phần README.

    ## Bootstrap flow

    Gọi 2 endpoint tag **Khởi tạo** (`GET /users/v1/users/me` và
    `GET /users/v1/users/{userId}/sub-accounts`) **1 lần khi khởi tạo
    client** để lấy thông tin `user_id` và `subAccountId`. Mọi endpoint thuộc
    tag **Tổng tài sản / Tiểu khoản / Danh mục đầu tư / Sổ lệnh / Lãi-lỗ /
    Quyền cổ đông** đều cần 2 giá trị này để truyền vào path parameter.
  contact: {}
servers:
  - url: https://open-api.fhsc.com.vn
    description: Production
security:
  - FinhayApiKey: []
tags:
  - name: Khởi tạo
    description: >-
      Khởi tạo client — lấy `user_id` và `subAccountId`. Gọi 1 lần khi khởi tạo
      SDK rồi cache lại.
  - name: Dữ liệu giao dịch
    description: >-
      Giá stock realtime và lịch sử OHLCV (dạng columnar, phục vụ charting /
      time-series).
  - name: Phân tích cơ bản
    description: >-
      Chỉ số tài chính cơ bản của doanh nghiệp — chỉ số tổng quan, phân tích
      theo kỳ và báo cáo tài chính chuẩn (income statement / balance sheet /
      cash flow).
  - name: Tin tức-sự kiện
    description: >-
      Sự kiện doanh nghiệp (cổ tức, quyền mua, ĐHCĐ, …), tin tức stock, tin tức
      tài chính toàn cầu (forex / commodities / economic-indicators /
      stock-market / cryptocurrency) và báo cáo khuyến nghị từ analyst.
  - name: Kinh tế vĩ mô
    description: >-
      Chỉ số kinh tế vĩ mô (CPI, PMI, PCE, GDP, …) và lãi suất tiền gửi ngân
      hàng.
  - name: Hàng hoá
    description: >-
      Hàng hoá và tài sản thay thế — vàng, bạc (spot / chart / theo nhà cung
      cấp) và crypto trending.
  - name: Tổng hợp đa loại
    description: >-
      Endpoint composite tổng hợp cross-domain (vàng / bạc / crypto / FX / lãi
      suất / US index) trong 1 call. Nên dùng endpoint chuyên biệt nếu chỉ cần 1
      loại.
  - name: Quỹ mở
    description: >-
      Quỹ mở (open-ended funds) — danh sách quỹ, công ty quản lý, NAV history,
      holdings, ranking và benchmark cross-fund.
  - name: Tổng tài sản
    description: >-
      Tổng quan tài sản cấp user — cross-product (stock, fund, bond, hay0) kèm
      cash, debt, PnL.
  - name: Tiểu khoản
    description: Thông tin tiểu khoản — số dư, margin, dư nợ và ngân hàng liên kết.
  - name: Danh mục đầu tư
    description: Danh mục stock đang nắm giữ kèm giá realtime và PnL theo vị thế.
  - name: Sổ lệnh
    description: >-
      Quản lý lệnh — sổ lệnh trong ngày, danh sách đầy đủ hoặc chi tiết theo
      `orderId`.
  - name: Lãi-lỗ
    description: PnL và analytics cá nhân — lãi / lỗ trong ngày tổng hợp theo user.
  - name: Quyền cổ đông
    description: Quyền cổ đông (cổ tức, quyền mua, bỏ phiếu, …) của tiểu khoản.
  - name: Phiên giao dịch
    description: >-
      Hạ tầng trading — trạng thái phiên giao dịch và order type khả dụng của
      mỗi exchange.
  - name: Thực thi lệnh
    description: |
      ⚠️ Nhóm endpoint này đang ở giai đoạn **preview**.

      Đặt / sửa / huỷ lệnh trên sàn — write operation nhạy cảm, yêu cầu
      Tier 2 HMAC đầy đủ + `X-FH-BODYHASH` + `X-FH-2FA-TOKEN` (daily 2FA
      session).
paths:
  /market/financial-data/trading-economics:
    get:
      tags:
        - Kinh tế vĩ mô
      summary: Chỉ số kinh tế lịch sử (Trading Economics)
      description: |
        Dữ liệu chỉ số kinh tế lịch sử lấy từ Trading Economics, lọc theo quốc
        gia (bắt buộc), nhóm chỉ số (optional), và năm (optional).

        Bộ dữ liệu cover 6 nền kinh tế lớn — Trung Quốc, Khu vực đồng Euro,
        Nhật Bản, Mỹ, Anh, Việt Nam — chia theo 9 nhóm (GDP, Labour, Prices,
        Money, Trade, Government, Business, Consumer, Housing).

        Kết quả sort theo `year DESC, month DESC` (mới nhất ở đầu mảng).
        `lastValue` và `previousValue` có thể là `null` khi nguồn chưa có dữ
        liệu.
      operationId: macroGetTradingEconomics
      parameters:
        - name: country
          in: query
          required: true
          description: Tên quốc gia (full name). Bắt buộc.
          schema:
            $ref: '#/components/schemas/EconomicCountry'
        - name: category
          in: query
          required: false
          description: Lọc theo nhóm chỉ số (optional).
          schema:
            $ref: '#/components/schemas/TradingEconomicsCategory'
        - name: year
          in: query
          required: false
          description: Lọc theo năm cụ thể, trong khoảng 2000–2100.
          schema:
            type: integer
            minimum: 2000
            maximum: 2100
            example: 2024
      responses:
        '200':
          description: >-
            Trả về `data` mảng các điểm dữ liệu chỉ số kinh tế, sort `year DESC,
            month DESC`.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TradingEconomicsResponse'
              example:
                error_code: '0'
                message: success
                data:
                  - indicator: Inflation Rate
                    country: United States
                    category: Prices
                    lastValue: 3.4
                    previousValue: 3.2
                    year: 2024
                    month: 3
                    unit: '%'
                  - indicator: Inflation Rate
                    country: United States
                    category: Prices
                    lastValue: 3.2
                    previousValue: 3.1
                    year: 2024
                    month: 2
                    unit: '%'
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '429':
          $ref: '#/components/responses/RateLimited'
        '500':
          $ref: '#/components/responses/InternalError'
      x-codeSamples:
        - lang: bash
          label: cURL
          source: |
            curl -H "X-FH-APIKEY: $FINHAY_API_KEY" \
              "https://open-api.fhsc.com.vn/market/financial-data/trading-economics?country=United%20States&category=Prices&year=2024"
components:
  schemas:
    EconomicCountry:
      type: string
      description: |
        Tên quốc gia hiển thị (full name) cho dữ liệu kinh tế lịch sử và lịch sự
        kiện kinh tế. Dùng chung cho `/market/financial-data/trading-economics`
        và `/market/financial-data/economic-calendar-events`.

        | Giá trị | Ý nghĩa |
        |---------|---------|
        | `China` | Trung Quốc |
        | `Euro Area` | Khu vực đồng Euro |
        | `Japan` | Nhật Bản |
        | `United States` | Mỹ |
        | `United Kingdom` | Anh |
        | `Vietnam` | Việt Nam |
      enum:
        - China
        - Euro Area
        - Japan
        - United States
        - United Kingdom
        - Vietnam
      x-enum-varnames:
        - CHINA
        - EURO_AREA
        - JAPAN
        - UNITED_STATES
        - UNITED_KINGDOM
        - VIETNAM
    TradingEconomicsCategory:
      type: string
      description: |
        Nhóm chỉ số kinh tế từ Trading Economics.

        | Giá trị | Ý nghĩa |
        |---------|---------|
        | `GDP` | Tổng sản phẩm quốc nội |
        | `Labour` | Lao động (việc làm, thất nghiệp, …) |
        | `Prices` | Giá cả (CPI, PPI, lạm phát, …) |
        | `Money` | Tiền tệ (lãi suất, M2, dự trữ ngoại hối, …) |
        | `Trade` | Thương mại (xuất nhập khẩu, cán cân, …) |
        | `Government` | Tài khoá chính phủ |
        | `Business` | Hoạt động doanh nghiệp |
        | `Consumer` | Tiêu dùng |
        | `Housing` | Bất động sản |
      enum:
        - GDP
        - Labour
        - Prices
        - Money
        - Trade
        - Government
        - Business
        - Consumer
        - Housing
      x-enum-varnames:
        - GDP
        - LABOUR
        - PRICES
        - MONEY
        - TRADE
        - GOVERNMENT
        - BUSINESS
        - CONSUMER
        - HOUSING
    TradingEconomicsResponse:
      allOf:
        - $ref: '#/components/schemas/EnvelopeBase'
        - type: object
          required:
            - data
          properties:
            data:
              type: array
              items:
                $ref: '#/components/schemas/TradingEconomicsEntry'
    EnvelopeBase:
      type: object
      description: |
        Các field chung của envelope trong mọi response của Finhay API.

        - `error_code` là `"0"` (string) khi thành công, mã khác `"0"` khi lỗi.
        - `message` là thông điệp ngắn từ server.
      properties:
        error_code:
          type: string
          description: '`"0"` khi thành công, khác `"0"` khi lỗi.'
          example: '0'
        message:
          type: string
          description: Thông điệp trạng thái dễ đọc.
          example: success
    TradingEconomicsEntry:
      type: object
      description: 1 điểm dữ liệu chỉ số kinh tế lịch sử từ Trading Economics.
      properties:
        indicator:
          type: string
          description: Tên chỉ số kinh tế (ví dụ "Inflation Rate", "GDP Growth Rate").
          example: Inflation Rate
        country:
          allOf:
            - $ref: '#/components/schemas/EconomicCountry'
          description: Tên quốc gia (full name).
        category:
          allOf:
            - $ref: '#/components/schemas/TradingEconomicsCategory'
          description: Nhóm chỉ số.
        lastValue:
          type:
            - number
            - 'null'
          description: Giá trị kỳ gần nhất. `null` nếu nguồn chưa có dữ liệu.
          example: 0.1
        previousValue:
          type:
            - number
            - 'null'
          description: Giá trị kỳ trước đó. `null` nếu nguồn chưa có dữ liệu.
          example: -0.1
        year:
          type: integer
          description: Năm của điểm dữ liệu.
          example: 2024
        month:
          type: integer
          minimum: 1
          maximum: 12
          description: Tháng của điểm dữ liệu (1–12).
          example: 3
        unit:
          type: string
          description: Đơn vị đo lường (ví dụ `%`, `USD`, `points`).
          example: '%'
    ErrorBody:
      type: object
      description: Body của response khi 4xx / 5xx.
      properties:
        error_code:
          type: string
          description: >-
            Mã lỗi khác `"0"` (ví dụ `AUTH_SIGNATURE_INVALID`,
            `RATE_LIMIT_EXCEEDED`, …).
          example: '400'
        message:
          type: string
          description: Thông điệp lỗi (tiếng Anh, từ server).
          example: Invalid parameter
      required:
        - error_code
        - message
  responses:
    BadRequest:
      description: Request không hợp lệ — thiếu hoặc sai tham số.
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorBody'
          example:
            error_code: '400'
            message: Invalid parameter
    Unauthorized:
      description: Không xác thực — thiếu, sai hoặc không hợp lệ chữ ký / API key.
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorBody'
          example:
            error_code: '401'
            message: Invalid signature
    RateLimited:
      description: >-
        Vượt giới hạn rate limit. Chờ đến thời điểm `X-RateLimit-Reset` rồi thử
        lại.
      headers:
        X-RateLimit-Reset:
          $ref: '#/components/headers/XRateLimitReset'
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorBody'
          example:
            error_code: '429'
            message: Too many requests
    InternalError:
      description: Lỗi server nội bộ.
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorBody'
          example:
            error_code: '500'
            message: Internal server error
  headers:
    XRateLimitReset:
      description: |
        Unix timestamp (giây) — thời điểm window rate limit reset. Client nhận
        `429 Too Many Requests` nên chờ đến thời điểm này rồi retry.
      schema:
        type: integer
        format: int64
        example: 1713441600
  securitySchemes:
    FinhayApiKey:
      type: apiKey
      in: header
      name: X-FH-APIKEY
      description: >
        API key dài hạn của client. Cấu hình 1 lần lúc khởi tạo; có thể wire
        thẳng

        vào static setter của SDK tự-gen. Đi kèm với `FINHAY_API_SECRET` —
        secret

        này chỉ dùng ở phía client để tính `X-FH-SIGNATURE`, **không** bao giờ

        gửi qua mạng.

````