Hyperliquid: PNL trades are not imported
planned
Jack
When syncing Hyperliquid using my public key, my perpetual trades (Futures) are not imported
Workaround
I need to download my "trade_history" CSV from Hyperliquid and modify it to a koinly-readable format
- Add Amountcolumn and calculate it as closedPnl+fee (because pnl includes fee while I want to take it out)
- Rename feetoFee Amount
- Add column Currencyand fill it withUSDC
- Add column Fee Currencyand fill it withUSDC
- Add column Tagand fill it withrealized gain
- Rename column timetoKoinly Date
- I may need to modify the time format to match koinly's required format YYYY-MM-DD hh:mm:ss
- The file may be in a different timezone - How to import a CSV file using a different timezone
This post was marked as
planned