Skip to main content
GET
Get Conference Calls

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

dateFrom
string<date>

Start date in YYYY-MM-DD format. Enter the first date to include in the research window.

Example:

"2024-01-15"

dateTo
string<date>

End date in YYYY-MM-DD format. Enter the last date to include in the research window.

Example:

"2024-01-19"

tickers
string

Comma-separated list of ticker symbols (max 50)

Example:

"AAPL,MSFT,GOOGL"

page
integer

Page number for pagination (0-indexed, max 100000)

Required range: 0 <= x <= 100000
Example:

0

pageSize
integer

Number of results per page. Use this to control pagination size in list views. Enter a value from 1 to 1000 depending on how much data your UI can display.

Required range: 1 <= x <= 1000
Example:

100

Response

Successful response

conferenceCalls
object[]