Return end-of-day stock prices for the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
startDate | Date | Return prices on or after the date | [optional] |
endDate | Date | Return prices on or before the date | [optional] |
frequency | String | Return stock prices in the given frequency | [optional] [default to daily] |
pageSize | Number | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
stockPrices | [StockPriceSummary] | The stock prices for the Security |
security | SecuritySummary | The Security resolved from the given identifier |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |