Returns securities with the highest gain percent change traded on the chosen stock exchange.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Stock Exchange identifier (MIC or Intrinio ID) | |
min_price | Numeric | The minimum price filter | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
source | Character | Return the realtime price from the specified source instead of the most recent. | [optional] |
Name | Type | Description |
---|---|---|
movers | List of StockExchangeMover | The mover security. |
movers_data_frame | Data Frame | Data frame representation of movers |
stock_exchange | StockExchange | The Stock Exchange resolved from the given identifier |
Name | Type | Description |
---|---|---|
security_id | Character | The Intrinio Identifier for this security. |
ticker | Character | The ticker symbol for this security. |
last_price | Numeric | The last price of the last trade. |
change | Numeric | The raw change in price. |
percent_change | Numeric | The percent change in price. |
market_volume | Numeric | The market volume for the most recent (today) trading day. |
source | Character | The source of the data. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for the Stock Exchange |
name | Character | The name of the exchange |
mic | Character | The Market Identifier Code (MIC) of the exchange |
acronym | Character | The acronym of the exchange's name |
city | Character | The city in which the exchange is located |
country | Character | The country in which the exchange is located |
country_code | Character | The 2-digit code of the exchange's country |
website | Character | The website of the exchange |
first_stock_price_date | Date | The earliest date for which Intrinio has stock prices for the exchange |
last_stock_price_date | Date | The latest date for which Intrinio has stock prices for the exchange |