メインコンテンツへスキップ
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[]