Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

levino/figo-to-ynab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

figo-to-ynab v 0.1

A tool that gets bank statements via the figo api and saves them in YNAB format

Requirements:

  • Node
  • Figo account & API access

Figo set up

Go to Figo (https://home.figo.me/) and set up an account. Connect your bank acocunts to Figo. Get API access (email them or apply on some form somewhere)

Create a YNAB CSV file

Clone this repository. In its root folder create a directory /reports:

mkdir reports

Then run:

npm install

In the file test/index.js you can set a from date by changing the moment("2016-03-30") to whatever date you like.

Okay, we're now ready to produce the CSV

In your terminal, run:

API_KEY="[Figo API key]" API_SECRET="[Figo API secret]" USERNAME="[Figo username]" PASSWORD="[Figo password]" npm test

CSV is served in reports folder.

About

A tool that gets bank statements via the figo api and saves them in ynab format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published