binancash

Easy to get data from cnbc.com, it is free

교육
NASDAQ:AAPL   애플 주식회사
It is a note for developer
Sometime, we need stock data to write strategy checking logic by python. Data from cnbc.com is good and it is free. How to get it?
There are 2 steps to do:
Step 1: install library python
pip install cnbcfinance
Step 2: Get history or get quote realtime
# Get history data
from cnbcfinance import get_history_df
data = get_history_df('AAPL', '30m')

# Get quote
from cnbcfinance import get_history_df
data = get_quota('AAPL')

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.