Skip to main content
GET
Get PIT Dividends

Authorizations

X-API-Key
string
header
required

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

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL, MSFT, KO)

start_time
integer<int64>
required

Start timestamp (Unix seconds, UTC)

end_time
integer<int64>
required

End timestamp (Unix seconds, UTC)

time_type
enum<string>
required

Date type to filter by

Available options:
RECORD_DATE,
PAYMENT_DATE,
DECLARATION_DATE
limit
integer<int32>
default:50

Maximum number of results (1-1000, default: 50)

Response

Successfully returns PIT dividends

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