如何使用 beautifulsoup 从 div 下面提取 id 数据值?

how to extract id data-value from below div using beautifulsoup?

请帮帮我。我已经尝试了很多东西,但我无法做到这一点。

<div class="dfx-singleInstrument__price dfx-rate dfx-font-size-3 font-weight-bold text-right" data-stream-type="price" data-symbol="EURUSD" data-market-id="EURUSD" data-type="bid" data-change-scale="-1" data-unscaling-factor="10000" data-unscaled-decimals="5" data-value="1.18610">
</div>

使用:

soup.select_one('.singleInstrument__price')['data-value']