
[//]: # (CLASS:StockExchangeMover)

[//]: # (KIND:object)

### StockExchangeMover

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**securityId** | String | The Intrinio Identifier for this security. &nbsp;
**ticker** | String | The ticker symbol for this security. &nbsp;
**lastPrice** | Number | The last price of the last trade. &nbsp;
**change** | Number | The raw change in price. &nbsp;
**percentChange** | Number | The percent change in price. &nbsp;
**marketVolume** | Number | The market volume for the most recent (today) trading day. &nbsp;
**source** | String | The source of the data. &nbsp;

[//]: # (END_DEFINITION)





