Package-level declarations

The deserialized response for Alpha Vantage's SYMBOL_SEARCH endpoint.

com.crazzyghost.alphavantage.search.response.SearchResponse holds the instruments a keyword matched as a list of com.crazzyghost.alphavantage.search.response.Match, each carrying its trading-venue details and the relevance score that decided its rank — every field as the string Alpha Vantage returned, with nothing parsed into a number or a time.

Types

Link copied to clipboard
public class Match
One instrument matched by a SYMBOL_SEARCH keyword, together with the trading-venue details and the relevance score that decided its rank.
Link copied to clipboard
public class SearchResponse
The instruments a SYMBOL_SEARCH keyword matched, or the message the API returned in place of them.