docs/StockPriceInterval.md in intrinio-sdk-6.22.3 vs docs/StockPriceInterval.md in intrinio-sdk-6.23.0
- old
+ new
@@ -10,15 +10,19 @@
[//]: # (START_DEFINITION)
Name | Type | Description
------------ | ------------- | -------------
-**time** | DateTime | The timestamp that the `last_price` represents.
-**open** | Float | The price at the beginning of the period
-**close** | Float | The price at the end of the period
+**time** | DateTime | The timestamp that represents the start of the interval span.
+**open** | Float | The first traded price during the period
+**close** | Float | The last traded price during the period
**high** | Float | The highest price over the span of the period
**low** | Float | The lowest price over the span of the period
**volume** | Float | The number of shares exchanged during the period
+**close_time** | DateTime | The timestamp that represents the end of the interval span.
+**interval** | String | The size of the interval.
+**average** | Float | The average trade price of an individual stock during the interval.
+**change** | Float | The change ratio from open to close. ((Close - Open)/Open).
[//]: # (END_DEFINITION)