---
title: "Lấy dữ liệu vĩ mô theo loại"
method: GET
path: "/macro-data/{type}/info"
tags: ["Macro"]
---

# Lấy dữ liệu vĩ mô theo loại

`GET /macro-data/{type}/info`

## Path parameters

- `type` string, required

## Response `200`

Thành công

- FireAntApiModelsMacroMacroIndicatorInfo[]
  - `id` integer
  - `type` string
  - `name` string
  - `nameVN` string
  - `description` string
  - `lastValue` number, double
  - `lastDate` string, date-time
  - `previousValue` number, double
  - `previousDate` string, date-time
  - `firstDate` string, date-time
  - `maxValue` number, double
  - `maxDate` string, date-time
  - `minValue` number, double
  - `minDate` string, date-time
  - `averageValue` number, double
  - `unit` string
  - `frequency` string
  - `range` string
  - `nextRelease` string, date-time
  - `source` string
  - `historicalValue` object

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
