Live market data from Yahoo! Finance websocket
Project description
Live from Yahoo Finance
Get market data from Yahoo Finance websocket in near-real time. wss://streamer.finance.yahoo.com/
Setup
pip install yliveticker
Example
import yliveticker
# this function is called on each ticker update
def on_new_msg(msg):
print(msg)
yliveticker.YLiveTicker(on_ticker=on_new_msg, ticker_names=[
"BTC=X", "^GSPC", "^DJI", "^IXIC", "^RUT", "CL=F", "GC=F", "SI=F", "EURUSD=X", "^TNX", "^VIX", "GBPUSD=X", "JPY=X", "BTC-USD", "^CMC200", "^FTSE", "^N225"])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yliveticker-test-0.3.0.tar.gz
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for yliveticker_test-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d88deccc3eb526883297b7b291539ecc5117b878dd9e83f346447239fbf5ed7 |
|
MD5 | 39ccfe7714f6d8de564ff04c9ea97f1f |
|
BLAKE2b-256 | b295282b16d648925dcdff78735ce23c2f681afb38a0bd41f930dd5d7c0b9820 |