step
pip install -U finalytics
code
from finalytics import Ticker
from IPython.display import display, HTML
ticker = Ticker(symbol = 'BBCA.JK',
start_date = '2025-01-01',
end_date = '2025-08-01',
interval = '1d',
benchmark_symbol = '^JKSE')
ticker.report('options')
result
PanicException Traceback (most recent call last)
[/tmp/ipython-input-999479172.py](https://localhost:8080/#) in <cell line: 0>()
8 benchmark_symbol = '^JKSE')
9
---> 10 ticker.report('options')
PanicException: called `Result::unwrap()` on an `Err` value: ColumnNotFound(ErrString("\"inTheMoney\" not found"))
best regards
step
pip install -U finalyticscode
result
best regards