danielhstahl / -DEPRICATED-option_dashboard

https://phillyfan1138.github.io/option_dashboard/
1 stars 4 forks source link

Extract Data in CSV, TSV, or XLSX #21

Closed ZircXes closed 6 years ago

ZircXes commented 6 years ago

Recommended enhancement: Allow user to download results in a simple text file for further analysis.

danielhstahl commented 6 years ago

The API can handle raw data requests. My initial reaction is to not do this as one of my goals is to "google-ify" finance and try to get away from ad-hoc analysis in Excel. Would love other opinions though.

danielhstahl commented 6 years ago

So I wonder if instead of a "download to csv" we can instead output the actual parameters used in the REST call. That way you can simply do a post request against the api and get the data in a (user friendly) json format.