I just sent the following email to support @ yahoofinanceapi.com.
I simply don't/can't understand how such stupid bugs are possible at a data vendor...
The data below is from today shortly before market close, ie. around 15:52:45-EDT.
Same error is present also at their Finance website since it too obviously uses the same API.
I pay money for these data so that I don't need to compute these values like IV myself as it's timeconsuming.
But then it's of course not amusing when one gets the data without IV like in this case :-(
Hello,
I wonder why below impliedVolatility is not filled,
since all necessary data for calculating it is present: lastPrice, bid, ask, as well regularMarketPrice.
As you know, the below value of 1.0000000000000003e-05 is just a placeholder for zero.
{
"contractSymbol": "TAL211119P00100000",
"strike": 100,
"currency": "USD",
"lastPrice": 93.4,
"change": 0,
"percentChange": 0,
"volume": 2,
"openInterest": 0,
"bid": 95.3,
"ask": 95.6,
"contractSize": "REGULAR",
"expiration": 1637280000,
"lastTradeDate": 1629926714,
"impliedVolatility": 1.0000000000000003e-05,
"inTheMoney": true
}
Thx
I simply don't/can't understand how such stupid bugs are possible at a data vendor...
The data below is from today shortly before market close, ie. around 15:52:45-EDT.
Same error is present also at their Finance website since it too obviously uses the same API.
I pay money for these data so that I don't need to compute these values like IV myself as it's timeconsuming.
But then it's of course not amusing when one gets the data without IV like in this case :-(
Hello,
I wonder why below impliedVolatility is not filled,
since all necessary data for calculating it is present: lastPrice, bid, ask, as well regularMarketPrice.
As you know, the below value of 1.0000000000000003e-05 is just a placeholder for zero.
{
"contractSymbol": "TAL211119P00100000",
"strike": 100,
"currency": "USD",
"lastPrice": 93.4,
"change": 0,
"percentChange": 0,
"volume": 2,
"openInterest": 0,
"bid": 95.3,
"ask": 95.6,
"contractSize": "REGULAR",
"expiration": 1637280000,
"lastTradeDate": 1629926714,
"impliedVolatility": 1.0000000000000003e-05,
"inTheMoney": true
}
Thx
Last edited:
