Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ yyyymmdd
Method
yyyymmdd
python/ccxt/base/exchange.py:1314–1315 ·
view source on GitHub ↗
(timestamp, infix='-')
Source
from the content-addressed store, hash-verified
1312
1313
@staticmethod
1314
def
yyyymmdd(timestamp, infix=
'-'
):
1315
return
Exchange.ymd(timestamp, infix, True)
1316
1317
@staticmethod
1318
def
ymdhms(timestamp, infix=
' '
):
Callers
15
test_yyyymmdd
Function · 0.95
testYyyymmdd
Function · 0.95
fetch_ledger
Method · 0.45
fetch_my_trades
Method · 0.45
fetch_my_trades
Method · 0.45
fetch_ohlcv
Method · 0.45
fetch_borrow_interest
Method · 0.45
fetch_deposits_withdrawals
Method · 0.45
fetch_ohlcv
Method · 0.45
fetch_ledger
Method · 0.45
fetch_my_trades
Method · 0.45
fetch_my_trades
Method · 0.45
Calls
1
ymd
Method · 0.45
Tested by
1
test_yyyymmdd
Function · 0.76