---
title: "Lấy thông tin thuật ngữ theo tên"
method: GET
path: "/investopedia/terms/{termKey}"
tags: ["Investopedia"]
---

# Lấy thông tin thuật ngữ theo tên

`GET /investopedia/terms/{termKey}`

## Path parameters

- `termKey` string, required

## Response `200`

Thành công

- FireAntApiModelsInvestopediaInvestopediaTerm[]
  - `termId` integer
  - `categoryId` integer
  - `category` FireAntApiModelsInvestopediaInvestopediaCategory
    - `categoryID` integer
    - `name` string
  - `termKey` string
  - `name` string
  - `englishName` string
  - `excerpt` string
  - `content` string
  - `created` string, date-time
  - `modified` string, date-time
  - `views` integer
  - `videoUrl` string

## Other responses

- `404` — Thuật ngữ không tồn tại

---

[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)
