imported post
I am working on a Quicken/TSP semi-automatic updater.
The goal is to be able to click on a link and Quicken automatically imports the prices. However, the OFX (WebConnect) parameters are a little hard to find and confusing; I haven't the patience at the moment and I am not sure it will even work.
So, the immediate goal is to be able to download a file with which you import into Quicken. This does work.
So far, my little web script converts the TSP share prices (muahahaha) into Quicken-friendly CSV format. It processes whatever is currently displayed on the TSP site (muahahaha).
My concern right now is the date format. Try importing only two or three records so you do not add corrupt data to your real data. You could also name your real TSP equities something other than TSP?XX and use TSP?XX for testing only. I appreciate any help and thank TSP.gov for pissing me off enough to give me the drive to do this.
This is functionalpreliminary testing, by no means a final product. My goal is to have all price history stored in a SQL database and a page where you can select the dates that you want and the server will send you a file.
I am working on a Quicken/TSP semi-automatic updater.
The goal is to be able to click on a link and Quicken automatically imports the prices. However, the OFX (WebConnect) parameters are a little hard to find and confusing; I haven't the patience at the moment and I am not sure it will even work.
So, the immediate goal is to be able to download a file with which you import into Quicken. This does work.
So far, my little web script converts the TSP share prices (muahahaha) into Quicken-friendly CSV format. It processes whatever is currently displayed on the TSP site (muahahaha).
- If you already have the TSP funds entered into Quicken, then edit them:
- Set Type to "Mutual Fund"
- Set ticker symbols to TSPGXX, TSPFXX, TSPCXX, TSPSXX, TSPIXX
- Click here. (You may want to shift-click to open in a new window)
- Highlight the dates you want (the most recent is first) and copy them.
- Paste your selection into a text editor (i.e. Notepad) and save it.
- Go to the Investing Center in Quicken.
- Click File | Import | Import Prices and enter the file's name that you just saved.
- Check the price history to make sure the dates/prices are correct.
- Post your results here along with which version of Quicken you are using.
My concern right now is the date format. Try importing only two or three records so you do not add corrupt data to your real data. You could also name your real TSP equities something other than TSP?XX and use TSP?XX for testing only. I appreciate any help and thank TSP.gov for pissing me off enough to give me the drive to do this.
This is functionalpreliminary testing, by no means a final product. My goal is to have all price history stored in a SQL database and a page where you can select the dates that you want and the server will send you a file.