Hello @yuyang
You can use Eikon Data API get_symbology function.
Example:
ek.get_symbology( ['US5949181045', 'US02079K1079', 'US4592001014'], from_symbol_type='ISIN', to_symbol_type='RIC')
Please see more detail about this function from the Eikon Data APIs for Python - Reference Guide document.