
[//]: # (CLASS:ApiResponseSecurityQuote)

[//]: # (KIND:object)

### ApiResponseSecurityQuote

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the stock quote &nbsp;
**last** | Number | The price of the latest trade &nbsp;
**lastTime** | Date | The date and time when the last trade occurred. &nbsp;
**source** | String | The source of the pricing data. &nbsp;
**open** | Number | The open price from the latest day of trading. &nbsp;
**high** | Number | The highest price from the latest day of trading. &nbsp;
**low** | Number | The lowest price from the latest day of trading. &nbsp;
**exchangeVolume** | Number | The volume of the security from the source. &nbsp;
**marketVolume** | Number | The volume of the security for the entire market. &nbsp;
**eodFiftyTwoWeekHigh** | Number | The 52 week high price. &nbsp;
**eodFiftyTwoWeekLow** | Number | The 52 week low price. &nbsp;
**marketcap** | Number | The current market cap. &nbsp;
**pricetoearnings** | Number | The current price to earnings. &nbsp;
**previousClose** | Number | The previous close price. &nbsp;
**previousCloseDate** | Date | The date of the previous close. &nbsp;
**change** | Number | The difference in last price from the last close price &nbsp;
**changePercent** | Number | The percent difference in last price from the last close price &nbsp;
**adjClose5DaysAgo** | Number | The adjusted close price 5 days ago. &nbsp;
**adjClose30DaysAgo** | Number | The adjusted close price 30 days ago. &nbsp;
**adjClose90DaysAgo** | Number | The adjusted close price 90 days ago. &nbsp;
**adjClose180DaysAgo** | Number | The adjusted close price 180 days ago. &nbsp;
**adjClose365DaysAgo** | Number | The adjusted close price 365 days ago. &nbsp;
**adjClose730DaysAgo** | Number | The adjusted close price 730 days ago. &nbsp;
**adjClose1825DaysAgo** | Number | The adjusted close price 1825 days ago. &nbsp;
**adjCloseYearToDate** | Number | The adjusted close price at the start of the calendar year. &nbsp;
**changePercent5Days** | Number | The percent change from the adjusted price 5 days ago to now. &nbsp;
**changePercent30Days** | Number | The percent change from the adjusted price 30 days ago to now. &nbsp;
**changePercent90Days** | Number | The percent change from the adjusted price 90 days ago to now. &nbsp;
**changePercent180Days** | Number | The percent change from the adjusted price 180 days ago to now. &nbsp;
**changePercent365Days** | Number | The percent change from the adjusted price 365 days ago to now. &nbsp;
**changePercent730DaysAgo** | Number | The percent change from the adjusted price 730 days ago to now. &nbsp;
**changePercent1825Days** | Number | The percent change from the adjusted price 1825 days ago to now. &nbsp;
**changePercentYearToDate** | Number | The percent change from the adjusted price since the start of the calendar year to now. &nbsp;
**extendedHoursLast** | Number | The price of the latest trade in pre and post market trading.  Might be null during normal trading &nbsp;
**extendedHoursChange** | Number | The difference in extended_hours_last price from most recent official close price &nbsp;
**extendedHoursChangePercent** | Number | The percent difference in extended_hours_last from the most recent official close price &nbsp;

[//]: # (END_DEFINITION)


[//]: # (CONTAINED_CLASS:SecuritySummary)





