Protocol analysis and Open Data integration for account holdings, performance, transactions, goals, and document workflows—compliant API or source-code delivery
The Edward Jones app gives clients access to account holdings, performance, activity, goal progress, external-account aggregation, secure messaging, document signing, and fund transfers—all from iOS and Android. In 2024–2025 the app continued to emphasize connected accounts and a unified view of finances, aligning with broader Open Finance and data-portability trends. We deliver protocol analysis and runnable API implementations so you can integrate holdings, transaction history, performance metrics, and goal data in line with FINRA and SEC expectations for authorized data access.
Click any image to view full size.
From protocol analysis and authorized data flows, the following data types can be exposed via APIs we deliver. Edward Jones supports Quicken Direct Connect for transaction download (e.g. up to 45 days on first sync); our implementations extend this model for programmatic access. Granularity and use cases are indicative; actual scope depends on app capabilities and user consent.
| Data type | Source (screen / feature) | Granularity | Typical use |
|---|---|---|---|
| Account holdings | Holdings view, account detail, welcome screen | Per account, positions and symbols | Portfolio reporting, reconciliation, advisor dashboards |
| Performance and activity | Performance tab, activity list | Per account, time period, return metrics | Reporting, analytics, compliance |
| Transaction history | Activity, statement, Quicken sync | Per transaction, date/amount/type/description | Quicken-style export, ERP, audit |
| Goal progress | Goals section, welcome overview | Per goal, target vs current, timeline | Planning tools, dashboards, client reporting |
| External account balances | Connected accounts, aggregation view | Per linked institution, balance snapshot | Net-worth aggregation, Open Finance dashboards |
| Messages and document metadata | Secure messaging, document center | Thread list, document status (view/sign) | Advisor workflow, compliance trail |
| Transfers and deposits | Transfer, check deposit flows | Per transaction, amount, date, status | Cash-flow visibility, audit |
Edward Jones officially supports Quicken Direct Connect: first download up to 45 days of history, then incremental updates. We deliver an API that mirrors this flow—transaction list and optional holdings snapshots—so accounting tools, personal-finance apps, or internal dashboards can consume Edward Jones data programmatically. Data maps to Open Finance: structured transactions with date, amount, type, and account; auth uses Online Access credentials with secure session handling.
Wealth managers and RIAs need a unified view of client accounts. Our implementation can provide holdings, performance, and activity endpoints (with client consent), returning account list, positions, returns, and recent transactions. This fits the same ecosystem as ByAllAccounts and similar aggregators: multiple custodians in one view. Fields: accounts[], holdings[], performance_summary, transactions[] with amount, date, type.
Broker-dealers and compliance officers require exportable transaction and activity data with timestamps for FINRA and SEC record-keeping. We deliver an API that returns transaction history and activity logs (with consent), suitable for audit trails and evidence of data handling. No official Edward Jones public API exists; our protocol analysis fills the gap for authorized, compliant data extraction.
Financial-planning apps need goal progress (emergency fund, retirement, etc.) to drive recommendations. Our API can expose goal metadata and progress metrics from the app’s goals section, aligned with Open Data: structured goals with target, current value, and timeline for dashboards and planning engines.
Advisors coordinate document signing and messages through the app. Our implementation can expose message-thread and document-status metadata (not message body, per privacy) for workflow tools that track pending signatures and follow-ups—always with explicit consent and minimal data retention.
Below are illustrative request/response shapes and auth flows. Actual endpoints and fields depend on protocol analysis and client requirements.
// Login with Online Access credentials (pseudo)
POST /api/v1/edwardjones/auth/login
Content-Type: application/json
{ "username": "<USER>", "password": "<PWD>" }
Response 200: { "session_token": "...", "refresh_token": "...", "accounts": [...] }
Response 401: { "error": "invalid_credentials" }
// Session refresh and MFA handling per protocol analysis
// Fetch account holdings and performance (pseudo)
GET /api/v1/edwardjones/holdings?account_id=xxx
Authorization: Bearer <SESSION_TOKEN>
Response: {
"account_id": "xxx", "positions": [...],
"performance": { "ytd": "...", "total_return": "..." },
"as_of": "2025-03-12T00:00:00Z"
}
// Transaction list, Quicken-style window (pseudo)
POST /api/v1/edwardjones/transactions
Content-Type: application/json
Authorization: Bearer <SESSION_TOKEN>
{ "account_id": "xxx", "from_date": "2025-01-01",
"to_date": "2025-03-12", "limit": 500 }
Response: { "transactions": [...], "next_cursor": "..." }
Error 429: rate limit; retry with backoff
We implement only authorized or publicly documented data flows. FINRA guidance on data aggregation (e.g. “Know Before You Share”) emphasizes risks of credential sharing and recommends API-based access where available; our protocol analysis aims to support API-style, consent-based access rather than screen scraping. SEC and state securities rules apply to broker-dealer data; we do not facilitate unauthorized access. The CFPB’s Personal Financial Data Rights rule (Dodd-Frank Section 1033) currently focuses on deposit and card accounts; investment accounts may be addressed in later rulemaking. We recommend minimal retention, audit logs, and user consent records for all integrations.
A typical pipeline we support: (1) Client app or your backend initiates auth using Online Access credentials (or delegated token). (2) Our delivered API layer handles session refresh and request signing. (3) Data is ingested from the app’s backend (via protocol-compliant calls) into your storage or cache. (4) Output can feed analytics, ERP, Quicken-style clients, or advisor dashboards. We do not store your end-users’ credentials; you control retention and access.
Edward Jones serves primarily US retail investors through a branch-based financial advisor model. The app is built for clients who work with an Edward Jones advisor rather than for self-directed trading; it emphasizes ease of use and account overview over advanced trading tools. J.D. Power’s 2022 Wealth Management Digital Experience Study ranked Edward Jones among the top mobile wealth apps (e.g. third place with 710/1000). The app is available on iPhone, iPad, and Android, with strong ratings (e.g. 4.8 on the App Store, 4.7 on Google Play) and hundreds of thousands of downloads. Related players in the same space include Charles Schwab and Fidelity (self-directed and hybrid offerings) and Quicken (personal finance and Edward Jones transaction download). Our integration work is aimed at firms that need programmatic access to Edward Jones account data where no public API is offered.
Holdings and performance sync, transaction and statement export (Quicken-compatible logic), goal progress, external-account aggregation, secure messaging and document metadata, and transfer/deposit visibility. We support both Android and iOS protocol analysis and deliver source code you can host and extend.
We are a technical service studio specializing in app interface integration and authorized API integration. We provide protocol analysis, interface refactoring, Open Data integration, and third-party interface integration, plus automated data scripting and interface documentation. Our team has years of experience in mobile and fintech; we serve global clients with compliant, professional solutions. Services start at $300, with an option to deliver results first and pay upon satisfaction.
For inquiries, quotes, or to submit your target app and requirements, please use the link below:
What do I need to provide?
How long until delivery?
How do you ensure compliance?
Stay connected with your financial goals—anytime, anywhere—with the Edward Jones app. Your financial information is at your fingertips: view account holdings, performance, activity and more; connect accounts to view balances held outside of Edward Jones; track progress toward your goals; message and share documents with your Edward Jones team; deposit checks and transfer funds; view and sign documents related to your Edward Jones accounts. Security is built in to protect your information. The app is free on iOS and Android (package: app.edwardjones.mobile) and is designed for clients who work with an Edward Jones financial advisor.