28 endpoints. One API key. Give your AI agent real-time access to bank transactions, receipts, budgets, and spending intelligence.
POST /v1/agent/spending/breakdown {"group_by":"category","start_date":"2026-03-01"}GET /v1/agent/insights/healthInstall the skill in your agent, connect your bank, and start asking questions.
mkdir -p ~/.claude/skills/fyn-financecurl -sL https://raw.githubusercontent.com/ fynfyi/agent-skill/main/SKILL.md \ -o ~/.claude/skills/fyn-finance/SKILL.mdOr use as a project skill in .claude/skills/
git clone https://github.com/
fynfyi/agent-skill.gitCopy SKILL.md into any agent's skill directory. Works with Agent Skills compatible tools.
export FYN_API_KEY=fyn_ak_your_key_hereYour agent understands natural language. Here are some examples.
Free tier gets you started. Pro unlocks receipt AI and affordability checks.
Query, filter by merchant/category, spending totals
Breakdown by category, compare periods, discretionary analysis
Balances, individual accounts, net worth
Status across categories, over-budget alerts
Recurring charges, monthly subscription cost
Income vs expenses, savings rate
Daily briefing, alerts, health score, weekly recap, natural language Q&A
Holdings, total value, allocation breakdown
AI-powered search, RAG chat, price insights, deals
Affordability checks, product recommendations
Verify your key works with a single curl command.
curl -s https://api.fyn.fyi/v1/agent/accounts/net-worth \ -H "Authorization: Bearer $FYN_API_KEY" | jq .
{
"success": true,
"data": {
"net_worth": 47250.83,
"assets": 52100.00,
"liabilities": 4849.17,
"accounts": 4
},
"meta": {
"plan": "free",
"rateLimit": { "remaining": 49, "limit": 50 }
}
}| Plan | Daily Calls | RAG Queries |
|---|---|---|
| Free | 50 | 10 |
| Pro $9.99/mo | 2,000 | 500 |
FYN follows the open Agent Skills standard. Use it with any compatible tool.
Free tier includes 50 API calls/day. No credit card required.