Skip to main content
POST
TTSQL
Earnings-call schedule fields. These fields are returned only for organizations entitled to earnings-call schedule retrieval and are omitted entirely for all others. For an entitled organization, every successful response includes both earnings_schedule (array) and earnings_schedule_truncated (bool) — they are [] and false when the query isn’t about earnings-call dates. For a schedule query (e.g. “When does Apple next report?”), rdb_result carries the same schedule as markdown text and earnings_schedule is its structured form (the two are always returned together, not one instead of the other). Upcoming dates that are still vendor projections (not yet confirmed) are flagged is_estimated: true.

Authorizations

X-API-KEY
string
header
required

Body

application/json
query
string
required

Natural language query to be converted to SQL

Example:

"Show me NVIDIA's quarterly revenue and net income for 2024"

Response

Query executed successfully

code
integer
required

Response code (0 for success)

Example:

0

success
boolean
required

Indicates whether the request was successful

Example:

true

message
string
required

Response message

Example:

"success"

response
object
required