1
2
assert(M1.get_first_price("GOOG", 1980) == None)
3
assert(M1.get_first_price("GOOG", 2010) == Some(312.204773))
4