{bond.shortName}
--
- {isLoading &&
- Загрузка... } - {!isLoading && results && results.length === 0 && ( -
- Ничего не найдено - )} - {!isLoading && - results?.map((item) => ( -
- { - setOpen(false); - setQuery(''); - navigate( - item.type === 'share' ? `/stocks/${item.secid}` : `/bonds/${item.secid}`, - ); - }} - style={{ - padding: '10px 12px', - cursor: 'pointer', - borderBottom: '1px solid #f0f0f0', - display: 'flex', - justifyContent: 'space-between', - alignItems: 'center', - }} - onMouseEnter={(e) => (e.currentTarget.style.background = '#f5f5f5')} - onMouseLeave={(e) => (e.currentTarget.style.background = '')} - > - - {item.shortName} - {item.secid} - - - {item.type === 'share' ? 'Акция' : 'Облигация'} - - - ))} -
- {stock.shortName} ({stock.secid}) -
-График цены
-MoexVibe
-- Анализ акций и облигаций Московской биржи -
-Введите название или тикер в строку поиска выше
-- Данные задерживаются на 15 минут · Бесплатный API MOEX ISS -
-График цены
-Дивиденды
-| Дата закрытия реестра | -Сумма | -
|---|---|
| {d.registryCloseDate} | -- {d.value.toFixed(2)} {d.currency} - | -
График цены
+MoexVibe
++ Анализ акций и облигаций Московской биржи +
+Введите название или тикер в строку поиска выше
++ Данные задерживаются на 15 минут · Бесплатный API MOEX ISS +
+График цены
+{bond.shortName}
+Дивиденды
+| Дата закрытия реестра | +Сумма | +
|---|---|
| {d.registryCloseDate} | ++ {d.value.toFixed(2)} {d.currency} + | +
-
+ {isLoading &&
- Загрузка... } + {!isLoading && results && results.length === 0 && ( +
- Ничего не найдено + )} + {!isLoading && + results?.map((item) => ( +
- { + setOpen(false); + setQuery(''); + navigate( + item.type === 'share' ? `/stocks/${item.secid}` : `/bonds/${item.secid}`, + ); + }} + style={{ + padding: '10px 12px', + cursor: 'pointer', + borderBottom: '1px solid #f0f0f0', + display: 'flex', + justifyContent: 'space-between', + alignItems: 'center', + }} + onMouseEnter={(e) => (e.currentTarget.style.background = '#f5f5f5')} + onMouseLeave={(e) => (e.currentTarget.style.background = '')} + > + + {item.shortName} + {item.secid} + + + {item.type === 'share' ? 'Акция' : 'Облигация'} + + + ))} +