Powered by Blogger.

Strategic insights into stocks, crypto, and wealth protection for 2026

ETF 종목 가져오기

0 comments

 import requests

import json
from pandas.io.json import json_normalize
url = 'https://finance.naver.com/api/sise/etfItemList.nhn'
json_data = json.loads(requests.get(url).text)
df = json_normalize(json_data['result']['etfItemList'])

df.to_excel('etf_list.xlsx');



No comments:

Post a Comment

Blogger 설정 댓글

Popular Posts

Strategic insights into stocks, crypto, and wealth protection for 2026

ondery

My Blog List

가장 많이 본 글

Contributors