반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SQL
- Tkinter
- Redshift
- Excel
- matplotlib
- Apache
- string
- Google Spreadsheet
- GIT
- Google Excel
- list
- Kotlin
- numpy
- PySpark
- PostgreSQL
- Java
- google apps script
- math
- gas
- django
- hive
- Mac
- PANDAS
- Github
- 파이썬
- Python
- dataframe
- array
- c#
Archives
- Today
- Total
목록현재가 (1)
달나라 노트
Python Upbit : get_current_price (암호화폐 현재가 조회)
pyupbit에서 어떤 암호화폐의 현재가를 조회하려면 get_current_price method를 이용합니다. Syntax pyupbit.get_current_price(ticker_list) get_current_price method는 ticker들을 모아둔 list를 인자로 받습니다. 그리고 그 리스트에 담긴 ticker들의 현재가를 return합니다. (ticker_list에 전달할 ticker가 1개라면 list가 아닌 그냥 ticker 하나만 전달해도 됩니다.) Ticker관련 내용을 모른다면 아래 링크를 참고하면 됩니다. https://cosmosproject.tistory.com/494 import pyupbit as ub coin_price = ub.get_current_price('K..
Python/Python ETC
2022. 2. 24. 00:44