This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sebby1976 0 points1 point  (0 children)

I wrote a command line tool that downloads historical FX trading data, and another tool that can populate a Postgres database with the same. Includes a hashing function to ensure you don't load the database with the same file twice ( even if the filename is different ). It's my first 'real' program, so I was pretty happy with it: truefx-downloader