Interface SymbolSource


public interface SymbolSource
Interface for searching financial instrument symbols.

Implementations query various data sources to find ticker symbols matching a search expression.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Basic symbol information.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the name of this symbol source.
    Returns detailed information about a specific symbol.
    search(String expression)
    Searches for symbols matching the given expression.