Multiple times I've set up a cron to download data from some API to create the chart so I have historical data for further analysis.
I've created a tool for automating this.
Looking for feedback - do you understand what the product does how to use it?
I saw the footnote that "This App is mostly for quant traders looking for historical data." So now I understand who the target audience is. What is the primary problem they have? Is it being able to download historical data? Or is it the ability to create a graph from historical data?
Can you provide the following information:
Absolutely great questions. ( They are helping me write a marketing plan )
It's literally crontab + requests to download the data to postgres. it isn't complicated at all - but even for people who can code this thing DIY you have to set up a database and find data you want in the API.
The next step would be parsing data from any website, not just the json API but it would be significantly harder from the tech side of things.
Primary problem = you have some API that gives you only current data so you cannot access historical records, my hypothesis is that people would add popular data sources there so the value of historical time series would increase ( as it's sometimes impossible to replicate them )
It does:
How much time it will save you? When I was doing this manually it's 30+ minutes per data point ( url ) + 10 minutes for chart. With temporals app it's less than 1 minute to add a record to the database and set the scraper. If you are using 4 data points a week it should save you ~9-10 hours a month