Skip to main content

available

All indices available from a given provider.

Examples

from openbb import obb
obb.index.available(provider='fmp')
obb.index.available(provider='yfinance')

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
results : List[AvailableIndices]
Serializable results.

provider : Optional[Literal['cboe', 'fmp', 'tmx', 'yfinance']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
namestrName of the index.
currencystrCurrency the index is traded in.