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

ParameterTypeRequiredDescription
symbolslist<string>YesList of symbols of the underlying assets
marketstringNoMarket code (e.g. "US"); empty string applies no market filter
begin_datestringNoStart of the date range, formatted "YYYY-MM-DD"; empty string applies no lower bound
end_datestringNoEnd of the date range, formatted "YYYY-MM-DD"; empty string applies no upper bound

Did this page help you?