Replies: 5 comments
-
Hi, I'm a first time user of ofxtools. Useful stuff. I see that TAX1099RQ is listed as experimental. Is it usable from ofxget? I couldn't find a way to specify the taxyear on the command line. When I try ofxget tax1099 with Fidelity, I get a successful SIGNONMSGSRSV1, but no payload. When I try it with E*Trade, I get a timeout in urlopen after 30 seconds. Thanks, Jim |
Beta Was this translation helpful? Give feedback.
-
Welcome Jim.
"Experimental" here means "completely untested", with an implication of "by all means submit a pull request if you can get it to stop exploding all over your children and valuables". During tax season last year I implemented the data model for the tax stuff as it existed at the time... ofxtools ought to be able parse TAX1099RS. This is the core of the library. While I was at it I went ahead & finished out a method for I am currently of a mind to take full advantage of this year's much-retarded filing deadlines (they're not even demanding that f1120 or f1065 be filed yet, glory be) so I haven't gotten around to fiddling with this yet. It is on my TODO list this year though, but you are in the van here. Access is highly FI specific. E*Trade turned off their OFX endpoint some time ago; I can only get STMTRS out of them by downloading from their website. I don't currently have accounts at Fidelity, but I'm pretty sure they feature prominently in that big list inside of Turbotax. Can you get a STMTRS from Fidelity? It's probably the case that I guessed wrong on how they want the TAX1099RQ formatted, and it might only be fixable by packet-sniffing Turbotax traffic. I don't have answers at this point, only questions. Let me know what you run into, cheers. |
Beta Was this translation helpful? Give feedback.
-
Hi Christopher,
Using ofxget, I'm able to get INVSTMTRS from both Fidelity and E*Trade.
At the current moment, I'm more interested in TAX1099RQ :) , which I'm
not getting at all. And the websites don't seem to support direct OFX
downloads for 1099s. Until this year, I was sniffing the TurboTax cache
directory for them, but I hit a TurboTax transaction limit, so the files
don't even make it into the TT cache. Do you know of any financial apps
out there that can get these 1099 OFXs?
When I have a chance, I'll play around more with ofxtools to see if I
can get their servers to cough up a little more. I'd rather go direct.
- Jim
…On 3/12/21 7:37 PM, Christopher Singley wrote:
Welcome Jim.
I see that TAX1099RQ is listed as experimental. Is it usable from
ofxget?
"Experimental" here means "completely untested", with an implication
of "by all means submit a pull request if you can get it to stop
exploding all over your children and valuables".
During tax season last year I implemented the data model for the tax
stuff as it existed at the time... ofxtools ought to be able parse
TAX1099RS. This is the core of the library. While I was at it I went
ahead & finished out a method for |ofxget| to use, but too late to
actually try to download anything to use in doing my taxes... the FIs
have a habit of shutting off that service not too long after tax day.
I am currently of a mind to take full advantage of this year's
much-retarded filing deadlines (they're not even demanding that f1120
or f1065 be filed yet, glory be) so I haven't gotten around to
fiddling with this yet. It is on my TODO list this year though, but
you are in the van here.
Access is highly FI specific. E*Trade turned off their OFX endpoint
some time ago; I can only get STMTRS out of them by downloading from
their website.
I don't currently have accounts at Fidelity, but I'm pretty sure they
feature prominently in that big list inside of Turbotax. Can you get a
STMTRS from Fidelity? It's probably the case that I guessed wrong on
how they want the TAX1099RQ formatted, and it might only be fixable by
packet-sniffing Turbotax traffic.
I don't have answers at this point, only questions. Let me know what
you run into, cheers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#111 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASQ25MDB22IB6GFIN2YE6M3TDLFWVANCNFSM4U2362XQ>.
|
Beta Was this translation helpful? Give feedback.
-
Hey you're right, E*Trade is working again - cool! So if I ask E*Trade to give me the f1099, I get this:
I'm not sure if E*Trade supports direct download by TurboTax. If they do, it might be at a separate URL. But the basic TAX1099RQ transport appears to be working within If you're trying to get this working, you can pass the I'm not sure what kind of debug logs Turbotax offers... whether they contain the server URL and OFX request data. Failing that, users have experienced success by setting up a transparent proxy (e.g. |
Beta Was this translation helpful? Give feedback.
-
Follow-up: looks like the E*Trade account I was using doesn't get a 1099 this year; nothing's available for D/L from the website either. You aren't getting the same results as me? My config looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Nanu Nanu
I'm setting this up as a space for
ofxtools
users to discuss relevant matters not directly related to a bug ticket or feature request. I imagine the primary topic will be tips & tricks to get various FIs responding.Beta Was this translation helpful? Give feedback.
All reactions