Av8tordude
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 1,075
- Office Version
- 2019
- Platform
- Windows
I would like to retrieve the Option Price last quote from Yahoo. Writing a vba code to retrieve this information from a website is far beyond my novice abilities, so I would like the kindly request from the VBA community if you could offer a vba code that would accomplish this task.
The url for all the queries are the same: https://finance.yahoo.com/quote/DIS181123C00101000?p=DIS181123C00101000, except for (DIS181123C00101000). I manage to understand the url so I would substitute the parts below to lookup other Stock Options query. Could anyone assist in my request.
DIS - Stock Ticker
181123 - Date (ddmmyy)
C or P - Call or Put
00101000 - Strike Price
Thank you kindly.
The url for all the queries are the same: https://finance.yahoo.com/quote/DIS181123C00101000?p=DIS181123C00101000, except for (DIS181123C00101000). I manage to understand the url so I would substitute the parts below to lookup other Stock Options query. Could anyone assist in my request.
DIS - Stock Ticker
181123 - Date (ddmmyy)
C or P - Call or Put
00101000 - Strike Price
Thank you kindly.