Package-level declarations

The single request type behind Alpha Vantage's MARKET_STATUS endpoint.

com.crazzyghost.alphavantage.marketstatus.request.MarketStatusRequest is immutable and carries only the fixed function name — the endpoint takes no other parameters. Reached through com.crazzyghost.alphavantage.marketstatus.MarketStatus.

Types

Link copied to clipboard
public class MarketStatusRequest
The endpoint parameters of a MARKET_STATUS call: just the fixed function name, since the endpoint reports every tracked market rather than data scoped to a symbol.