1LIBOFX(1) User Commands LIBOFX(1)
2
3
4
6 libofx - Create a statement request file
7
9 ofxconnect [OPTION]... [FILE]...
10
12 prints to stdout the created OFX file based on the options you pass it.
13 currently it will only create a statement request file. you can POST
14 this to an OFX server to request a statement from that financial instiā
15 tution for that account.
16
17 -h, --help
18 Print help and exit
19
20 -V, --version
21 Print version and exit
22
23 --fipid=STRING
24 FI partner identifier (looks up fid, org & url from partner
25 server)
26
27 --fid=STRING
28 FI identifier
29
30 --org=STRING
31 FI org tag
32
33 --bank=STRING
34 IBAN bank identifier
35
36 --broker=STRING
37 Broker identifier
38
39 --user=STRING
40 User name
41
42 --pass=STRING
43 Password
44
45 --acct=STRING
46 Account ID
47
48 --type=INT
49 Account Type 1=checking 2=invest 3=ccard
50
51 --past=LONG
52 How far back to look from today (in days)
53
54 --url=STRING
55 Url to POST the data to (otherwise goes to stdout)
56
57 --trid=INT
58 Transaction id
59
60 Group: command
61
62 -s, --statement-req
63 Request for a statement
64
65 -a, --accountinfo-req
66 Request for a list of accounts
67
68 -p, --payment-req
69 Request to make a payment
70
71 -i, --paymentinquiry-req
72 Request to inquire about the status of a payment
73
74 -b, --bank-list
75 List all known banks
76
77 -f, --bank-fipid
78 List all fipids for a given bank
79
80 -v, --bank-services
81 List supported services for a given fipid
82
83 --allsupport
84 List all banks which support online banking
85
86
87
88libofx 0.10.8 September 2022 LIBOFX(1)