Skip to main content
GET
Resolve to CIK

Authorizations

Authorization
string
header
required

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

Query Parameters

ticker
string

Stock ticker.

cik
string

SEC CIK number.

name
string

Company name.

Response

Resolution result. query echoes the { ticker, cik, name } you passed; resolved is { cik, entity_id } (entity_id may be null when the filer is not yet on the entity spine) or null when nothing matched. Envelope: { success, query, resolved }.

success
boolean
query
object
resolved
object