Return end-of-day stock prices for the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
start_date | Date | Return prices on or after the date | [optional] |
end_date | Date | Return prices on or before the date | [optional] |
frequency | Character | Return stock prices in the given frequency | [optional] [default to daily] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
stock_prices | List of StockPriceSummary | The stock prices for the Security |
stock_prices_data_frame | Data Frame | Data frame representation of stock_prices |
security | SecuritySummary | The Security resolved from the given identifier |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |