메인 콘텐츠로 건너뛰기
GET
/
api
/
market-data
/
content
/
filings
회사 공시 문서 가져오기
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/content/filings \
  --header 'x-api-key: <api-key>'
{
  "filings": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "fileName": "<string>",
      "fileUrls": [
        "<string>"
      ],
      "publishedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

인증

x-api-key
string
header
필수

계정 설정에서 생성한 Financial Context key입니다. x-api-key: <key>로 전송하세요.

쿼리 매개변수

symbol
string
필수

응답

회사 공시/문서 목록

filings
object[]