Patel Kaushal

Results 3 comments of Patel Kaushal

@dushyant-chauhan you can use angle broking API, they provide free historical data with their smartapi, you will have to open an account to generate an API key.

I've found a solution and will share it in a few days, used the data frame to remove duplicates by (candle_start_time and symbol) and keep last, and used that as...

@PeetCrypto I will share solution tomorrow, but few pointers on how it works, I use it for Postgres backend, instead of batch insert, I use batch upsert > it still...