OFX sample file
ofx_loan_activity_sample.ofx
1006 B
application/octet-stream
SHA256 verified
File details
Filename
ofx_loan_activity_sample.ofxSize1006 B (1006 bytes)
MIME type
application/octet-streamExtension
.ofxSHA256
55207903d6c79d2fa527499ff9079bc68313050759923fd79f33eae9c2956ce1Download commands
Use in scripts and tests
curl -L -o ofx_loan_activity_sample.ofx \
https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/
wget -O ofx_loan_activity_sample.ofx \
https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/
import requests
url = "https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/"
resp = requests.get(url)
with open("ofx_loan_activity_sample.ofx", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("ofx_loan_activity_sample.ofx", buf);
# Download and verify SHA256
curl -L -o ofx_loan_activity_sample.ofx https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/
echo "55207903d6c79d2fa527499ff9079bc68313050759923fd79f33eae9c2956ce1 ofx_loan_activity_sample.ofx" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/ofx/ofx_loan_activity_sample.ofx/").content
assert hashlib.sha256(data).hexdigest() == "55207903d6c79d2fa527499ff9079bc68313050759923fd79f33eae9c2956ce1"
More OFX files
Other OFX Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
ofx_checking_statement_sample.ofx |
1.8 KB | 8511eb578221a447… |
Download |
ofx_credit_card_statement_sample.ofx |
1.2 KB | 9b9e6b51841df2bd… |
Download |