For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetEntityTags

특정 기업과 관련된 태그 리스트를 가지고 온다. 이를 통하여 해당 기업이 관련된 주제 등을 정리하여 노출할 수 있다.

Function specification

GetEntityTags(entities)

Parameters

Parameter

Type

Description

entities

list of string

기업 목록

Examples

> GetEntityTags(["KRX:005930","KRX:000020"])

...
symbol    entity_name    tag_uid    category    name    expr    data
KRX:005930    삼성전자    7ed687707ad33e6601a3a49dbde09a29    기업/주제    4차산업혁명|빅데이터    "빅데이터" 관련 기업 in "KRI:*C*""KRI:*J*" 산업 기업 or "*빅데이터*" 사업 기업    score: 0,
group: "주제/4차산업혁명/빅데이터"
...

Last updated

Was this helpful?