developmentinvestmentproductFeb 11, 2019, 12:29 PMReleased a downloader that retrieves execution data using exchange APIsThis article introduces a downloader that retrieves execution data using exchange APIs. To verify trading strategies that work in actual markets, I needed to conduct backtests using historical data. Therefore, I calculated the amount of data needed for a 30-day verification using bitFlyer's API to retrieve execution data. I published this downloader library as a Rust crate, with features including repeatedly hitting the API to write to MySQL or standard output, resuming from interruptions, and easy customization by simply implementing and passing traits.