hf_sp_500
Retrieve S&P 500 minute-level data for a specified year between 2012 and 2018. Returns a pandas DataFrame of that year's price data.
Instructions
S&P 500 minute data from 2012-2018 :param year: from 2012-2018 :type year: str :return: specific year dataframe :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 2017 |