@usa100cks · Post #25539 · 16.04.2026 г., 11:56
#STRC#Статистика Ликвидность STRC примерно удваивается каждый месяц.
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #strc
@usa100cks · Post #25539 · 16.04.2026 г., 11:56
#STRC#Статистика Ликвидность STRC примерно удваивается каждый месяц.
Hashtags
@abmedia_news · Post #23959 · 18.04.2026 г., 02:09
【🚀 傳統金融|STRC 改每半月配息!微策略創辦人 Saylor 都推薦親友買入 】 #STRC#微策略 📍 請見報導: https://abmedia.io/strategy-strc-proposed-pay-semi-monthly 📍 訂閱鏈新聞頻道:https://linktr.ee/abmedia.io
@abmedia_news · Post #24395 · 06.05.2026 г., 03:00
【🚀 傳統金融|微策略第一季大虧144億鎂,Saylor鬆口賣比特幣付高額股息】 #MSTR#STRC#微策略 微策略 2026 年第一季財報顯示受公允價值會計準則波動影響營運虧損 144.7 億美元。 淨虧損 125.4 億美元且 EPS 虧損 38.25 美元,但持倉突破 81.8 萬枚。Saylor 考慮賣出少量 BTC 支付 STRC 股息以提升股東彈性。 📍閱讀全文: https://abmedia.io/stratey-2026q1-financial-report-saylor-may-sell-btc 📍 訂閱鏈新聞頻道:https://linktr.ee/abmedia.io
@abmedia_news · Post #24010 · 20.04.2026 г., 15:05
【₿ 比特幣|微策略一週買入 34,164 BTC、耗資 25.4 億美元:史上第三大購入,總持倉 81.5 萬枚超越貝萊德】 Saylor 微策略單週購入 34,164 BTC、均價 74,395 美元,透過 STRC 優先股 21.8 億+普通股 3.66 億籌資。總持倉 81.5 萬枚,正式超越貝萊德 IBIT 80.3 萬枚成全球最大機構持有者。 #MicroStrategy#Saylor#STRC 📍閱讀全文: https://abmedia.io/strategy-mstr-buys-34164-btc-2540m-third-largest-exceeds-blackrock
Hashtags
@CryptoM · Post #64935 · 10.04.2026 г., 10:55
🚀 Strategy's Stretch Nears Significant Bitcoin Acquisition Strategy's Stretch (STRC) is reportedly close to acquiring a substantial amount of Bitcoin this week. According to Odaily, the company is estimated to have raised enough funds to purchase 8,000 BTC. By the end of the week, STRC may hold a total of 10,000 BTC. #Strategy#Bitcoin#BTC#Acquisition#STRC#Odaily
@CryptoM · Post #65097 · 11.04.2026 г., 00:45
🚀 Michael Saylor's Strategy Acquires 3,468 BTC Michael Saylor's Strategy has reportedly acquired 3,468 BTC through STRC today. According to Odaily, this purchase aligns with the company's ongoing investment strategy in the cryptocurrency market. The acquisition reflects a continued interest in expanding their digital asset holdings. #MichaelSaylor#Strategy#BTC#STRC#Cryptocurrency#Investment#DigitalAssets
@CryptoM · Post #65309 · 12.04.2026 г., 19:56
🚀 Strategy Requires 2.05% Annual Bitcoin Growth to Sustain Dividends, Says Michael Saylor Michael Saylor has stated that Strategy needs an annual Bitcoin growth rate of 2.05% to cover its preferred stock dividends without the need to issue new common shares. According to NS3.AI, Strategy's dashboard indicates that the company holds 766,970 BTC, providing approximately 48.7 years of dividend coverage at the current reserve levels. The current annual yield for STRC stands at 11.5%. #Bitcoin#MichaelSaylor#STRC#Dividends#CryptoInvestment#Cryptocurrency#BitcoinGrowth#PreferredStock#InvestmentStrategy#BTC