Skip to main content
GET
Get Company Cash Flow Statements

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Stock symbol (uppercase, e.g., NVDA, AAPL)

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds). Must be greater than start_time

period_type
enum<string>

Reporting period type. Omit to return both annual and quarter data

Available options:
annual,
quarter
time_type
enum<string>

Time dimension used for filtering. Defaults to OBSERVED_AT. CALENDAR_END_DATE: the last day of the reporting period; FILING_DATE: the date filed with regulators; OBSERVED_AT: the timestamp the data was first ingested (point-in-time safe)

Available options:
CALENDAR_END_DATE,
FILING_DATE,
OBSERVED_AT

Response

Successfully retrieved cash flow statements

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean