Market Price
Definition
Market price resources represent a collection of market data for a specific date. When a market price resource is returned from an action, regardless if it’s a single date or multiple dates being returned, it will always be wrapped within a market price collection.
Attributes
| Attribute | Type | Description |
| date | Date (ISO8601) | The date of the market price resource. |
| close | Number | The closing price. |
| open | Number | The opening price. |
| high | Number | The high price. |
| low | Number | The low price. |
| volume | Number | Number of shares traded. |
| adjusted | Boolean | Specifies whether the data is adjusted for stock splits. |