available
All indices available from a given provider.
Parameters
- standard
- cboe
- fmp
- tmx
- yfinance
use_cache
: bool
When True, the Cboe Index directory will be cached for 24 hours. Set as False to bypass.
• Default: True
• Optional: True
use_cache
: bool
Whether to use a cached request. Index data is from a single JSON file, updated each day after close. It is cached for one day. To bypass, set to False.
• Default: True
• Optional: True
Returns
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
- standard
- cboe
- fmp
- tmx
- yfinance
name
: str
Name of the index.
currency
: str
Currency the index is traded in.
name
: str
Name of the index.
currency
: str
Currency the index is traded in.
symbol
: str
Symbol for the index.
description
: str
Description for the index. Valid only for US indices.
data_delay
: int
Data delay for the index. Valid only for US indices.
open_time
: datetime.time
Opening time for the index. Valid only for US indices.
close_time
: datetime.time
Closing time for the index. Valid only for US indices.
time_zone
: str
Time zone for the index. Valid only for US indices.
tick_days
: str
The trading days for the index. Valid only for US indices.
tick_frequency
: str
The frequency of the index ticks. Valid only for US indices.
tick_period
: str
The period of the index ticks. Valid only for US indices.
name
: str
Name of the index.
currency
: str
Currency the index is traded in.
stock_exchange
: str
Stock exchange where the index is listed.
exchange_short_name
: str
Short name of the stock exchange where the index is listed.
name
: str
Name of the index.
currency
: str
Currency the index is traded in.
symbol
: str
The ticker symbol of the index.
name
: str
Name of the index.
currency
: str
Currency the index is traded in.
code
: str
ID code for keying the index in the OpenBB Terminal.
symbol
: str
Symbol for the index.