JerBouma / FinanceToolkit

Transparent and Efficient Financial Analysis
https://www.jeroenbouma.com/projects/financetoolkit
MIT License
2.96k stars 355 forks source link

option chain data #113

Closed andrewcz closed 9 months ago

andrewcz commented 9 months ago

Is there an easy way to get option chain data for a ticker cheers @JerBouma

JerBouma commented 9 months ago

Hi! Please have a look here: https://www.jeroenbouma.com/projects/financetoolkit/docs/options#get_option_chains. I did notice that the Yahoo Finance API can be a bit unstable so if the code doesn't work, let me know. I'll introduce a fix today.

andrewcz commented 9 months ago

thank you sir!

On Sun, Feb 4, 2024 at 9:08 PM Jeroen Bouma @.***> wrote:

Hi! Please have a look here: https://www.jeroenbouma.com/projects/financetoolkit/docs/options#get_option_chains. I did notice that the Yahoo Finance API can be a bit unstable so if the code doesn't work, let me know. I'll introduce a fix today.

— Reply to this email directly, view it on GitHub https://github.com/JerBouma/FinanceToolkit/issues/113#issuecomment-1925673655, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARQUD2YJ37YIN3NLZ3WHNDYR5MZNAVCNFSM6AAAAABCYXIWPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGY3TGNRVGU . You are receiving this because you authored the thread.Message ID: @.***>

JerBouma commented 9 months ago

If you run into any issues please update to v1.8.3. where I added some fixed. See the full change log here: https://github.com/JerBouma/FinanceToolkit/releases/tag/v1.8.3

image