Skip to main content
GET
/
api
/
aitaquote
/
content
/
filings
获取公司公告/资料文件
curl --request GET \
  --url https://fcontext.com/api/aitaquote/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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Response

公司公告/资料文件列表

filings
object[]