I am able to retrieve prices for IVV using this code
library(quantmod)
getSymbols("IVV")
names(IVV)
[1] "IVV.Open" "IVV.High" "IVV.Low" "IVV.Close" "IVV.Volume"
[6] "IVV.Adjusted"
Is it possible to use other libraries/sources/functions to get a price at 10am, noon, and 2pm?
Without paying for full API to companies like InteractiveBrokers.