๐ How to Access Historical Candlestick (Kline) Data After a Token Rebranding on Binance
When a token undergoes a rebranding or ticker change, its historical candlestick (Kline) data may not appear under the new symbol on Binance charts. But don't worry โ you can still access it.
๐ ๏ธ Hereโs How to Do It:
Find the Original Trading Pair
Go to the trading page and select the old token symbol (e.g., ABC/USDT before it became XYZ/USDT).
Binance keeps historical data tied to the original trading pair.
Use the Binance Kline API
Developers can fetch full historical data using the Binance API endpoint:
https://api.binance.com/api/v3/klines
Youโll need to input the original symbol (e.g., symbol=ABCUSDT) and time interval (interval=1d, etc.).
Check Binance Charts (Advanced View)
On the advanced chart view, search for the old token symbol to view prior price action.
This view retains full candlestick history, even after a rebrand.
๐ง Fresh Check Tip:
Token rebrands are common, but data isn't lost โ just relocated under the old name. Always search both old and new tickers when reviewing charts or building your trading history.
๐ Official Binance Guide