This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
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 |
---|---|---|
sales_surprises | List of ZacksSalesSurpriseSummary | |
sales_surprises_data_frame | Data Frame | Data frame representation of sales_surprises |
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. |