economic stocks
This table includes daily snapshots of stock market performance, which we use alongside the traits in
economic_state
and economic_us
to measure the economic context in which elections are taking place.Field | Description |
---|---|
symbol | A stock ticker symbol for a publicly traded company in the United States. |
date | A date. |
open | Price per share when trading opened on a given date. |
high | Highest price per share on the given trading date. |
low | Lowest price per share on the given trading date. |
close | Price per share when trading closed on a given date. |
volume | Volume of trades on a given date |
[
{
"symbol": "SLG",
"date": "2021-01-11",
"open": "60.67971",
"high": "62.08033",
"low": "60.48403",
"close": "61.5242",
"volume": "1197923.0"
}
]
Last modified 1yr ago