Skip to content

PanicException: called Result::unwrap() on an Err value: ColumnNotFound(ErrString("\"inTheMoney\" not found")) #6

@sugizo

Description

@sugizo

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions