Skip to main content
GET
Filer XBRL facts

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Path Parameters

cik
integer
required

SEC CIK number.

Query Parameters

concept
string

XBRL concept (e.g. Revenues, NetIncomeLoss).

taxonomy
string

Taxonomy (us-gaap | dei).

limit
integer
default:100

Rows per page (1–500).

Required range: x <= 500
cursor
string

Pagination cursor (opaque offset).

Response

A page of XBRL facts, by concept then period_end. Each row: concept, taxonomy, unit, period_end, fp (fiscal period, or null), fy (fiscal year, or null), value, form_type (or null), filed_date, accession_no. Envelope: { success, cik, data, pagination, applied_filters }.

success
boolean
cik
integer
data
object[]
pagination
object
applied_filters
object