alphavantage
Toggle table of contents
1.8.0
java
Target filter
java
Switch theme
Search in API
Skip to content
alphavantage
alphavantage
/
com.crazzyghost.alphavantage.fundamentaldata.request
/
CompanyOverviewRequest
/
Builder
Builder
public
class
Builder
extends
FundamentalDataRequest.Builder
<
CompanyOverviewRequest.Builder
>
Builds a
CompanyOverviewRequest
.
Members
Constructors
Company
Overview
Request.
Builder
Link copied to clipboard
public
void
CompanyOverviewRequest.Builder
(
)
Creates a builder preset to the
OVERVIEW
function.
Properties
function
Link copied to clipboard
public
Function
function
The Alpha Vantage function that selects which report is returned.
Functions
build
Link copied to clipboard
public
CompanyOverviewRequest
build
(
)
Builds the company overview request from this builder's current state.
function
Link copied to clipboard
public
T
function
(
Function
function
)
Sets the Alpha Vantage function that selects which report is returned.
symbol
Link copied to clipboard
public
T
symbol
(
String
symbol
)
Sets the ticker symbol to request data for.