Corporate Actions
get_corporate_symbol_change
value QuoteClient::get_corporate_symbol_change(const value &symbols, const utility::string_t &market = U(""), const utility::string_t &begin_date = U(""), const utility::string_t &end_date = U(""))Description
Get ticker symbol change history for the listed symbol(s).
Rate Limit
For rate limits, please refer to: API Request Limits
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbols | list<string> | Yes | List of symbols of the underlying assets |
| market | string | No | Market code (e.g. "US"); empty string applies no market filter |
| begin_date | string | No | Start of the date range, formatted "YYYY-MM-DD"; empty string applies no lower bound |
| end_date | string | No | End of the date range, formatted "YYYY-MM-DD"; empty string applies no upper bound |
Updated about 10 hours ago
Did this page help you?