Bitcoin Forum

Economy => Trading Discussion => Topic started by: seolein on March 12, 2024, 07:29:32 AM



Title: Consolidate full Transaction history via APIs from all exchanges
Post by: seolein on March 12, 2024, 07:29:32 AM
hey guys

I use the free Koinly version with APIs connected to all exchanges so I have my full transaction history there from 2017. Now I want to export everything as one excel file but Koinly wants me to pay for a full plan which is quite expensive considering I don't use the app for their Tax reports.

Is there something similar available out there that you can use that lets you connect the APIs from your exchanges and then export all the data into excel?

thanks in advance.


Title: Re: Consolidate full Transaction history via APIs from all exchanges
Post by: OmegaStarScream on March 12, 2024, 07:38:07 AM
There's is CCXT library which should allow you to connect to +100 exchanges and pull the data you need. I haven't tried it myself, but looking at the forks and stars the project has, I would say it's probably your best option if you have the technical knowledge to use it: https://github.com/ccxt/ccxt


Title: Re: Consolidate full Transaction history via APIs from all exchanges
Post by: seolein on March 12, 2024, 07:57:20 AM
There's is CCXT library which should allow you to connect to +100 exchanges and pull the data you need. I haven't tried it myself, but looking at the forks and stars the project has, I would say it's probably your best option if you have the technical knowledge to use it: https://github.com/ccxt/ccxt

thanks, i have a look but from first look have a feeling it might require too much technical knowledge i dont have..


Title: Re: Consolidate full Transaction history via APIs from all exchanges
Post by: SamReomo on March 12, 2024, 08:26:12 AM
There's is CCXT library which should allow you to connect to +100 exchanges and pull the data you need. I haven't tried it myself, but looking at the forks and stars the project has, I would say it's probably your best option if you have the technical knowledge to use it: https://github.com/ccxt/ccxt
I'm not sure about the OP but that library is going to be very helpful for me. Thanks for sharing that library, I believe we can do some algorithmic trading with that library. At that GitHub page I have found some other software that can be useful for my trading. If you can try it then that would be much helpful for OP since he's unable to do it himself.