hello I am interested to see how long it took for LinkedIn's stock price to surge to 49% pre-market on 06-13-2016.
Is there a way to access this historical data on Quantopian? I tried to tinker with the sample code but could not get info:
linkedin_minute_closes = get_pricing(
'LNKD',
fields='open_price',
start_date='2016-06-10',
end_date = '2016-06-14',
frequency='minute',
)
linkedin_minute_closes.plot()
here was the output : screenshot
I tried google finance, yahoo finance, e-trade & charles schwab, none of them has a chart of this data.
News Article for reference, the news roughly hit the internet around 8:24AM:
TechCrunch
Please let me know.