Package-level declarations

Access to Alpha Vantage's SYMBOL_SEARCH endpoint, reached through search.

com.crazzyghost.alphavantage.search.Search matches a free-text keyword, set through keywords(String), against the symbols and names Alpha Vantage covers. Its parameters live in com.crazzyghost.alphavantage.search.request, and the ranked matches in com.crazzyghost.alphavantage.search.response.

Types

Link copied to clipboard
public final class Search implements Fetcher
Access to the SYMBOL_SEARCH endpoint, which matches a free-text keyword against the symbols and names Alpha Vantage covers and returns the best matches ranked by relevance.