File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Name | Type | Description
26
26
** marketcap** | Float | The current market cap.   ;
27
27
** pricetoearnings** | Float | The current price to earnings.   ;
28
28
** previous_close** | Float | The previous close price.   ;
29
- ** previous_close_date** | Float | The date of the previous close.   ;
29
+ ** previous_close_date** | Date | The date of the previous close.   ;
30
30
** change** | Float | The difference in last price from the last close price   ;
31
31
** change_percent** | Float | The percent difference in last price from the last close price   ;
32
32
** adj_close_5_days_ago** | Float | The adjusted close price 5 days ago.   ;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def self.swagger_types
147
147
:'marketcap' => :'Float' ,
148
148
:'pricetoearnings' => :'Float' ,
149
149
:'previous_close' => :'Float' ,
150
- :'previous_close_date' => :'Float ' ,
150
+ :'previous_close_date' => :'Date ' ,
151
151
:'change' => :'Float' ,
152
152
:'change_percent' => :'Float' ,
153
153
:'adj_close_5_days_ago' => :'Float' ,
You can’t perform that action at this time.
0 commit comments