Package-level declarations

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

com.crazzyghost.alphavantage.search.request.SearchRequest is immutable and carries the fixed function name plus the keyword to match. Reached through com.crazzyghost.alphavantage.search.Search.

Types

Link copied to clipboard
public class SearchRequest
The endpoint parameters of a SYMBOL_SEARCH call: the fixed function name, and the keyword to match against the symbols and names Alpha Vantage covers.