从网上帐户下载基金交易

funds_gather的Python项目详细描述


image_pypiimage_downloadsimage_licensepassingqualityCoverage Status

fundsgather是一个脚本,用于从不支持标准银行文件导出(如qfx、ofx、qif甚至direct connect)的帐户收集财务资金信息。 目前,该程序支持从马里兰529所大学的储蓄计划下载交易,并输出到qif,以便导入到您的金融软件中,如quicken, 银行活动,或金钱舞蹈。一个ofx/qfx插件也在开发中。

功能

  • 从马里兰529大学的网络帐户导入所有与用户绑定的帐户。
  • 导出到qif文件。

目前,该功能还相当初级,但我打算在未来几个月内开发更多。这是我的待办事项列表:

  • 导出到qfx/ofx(取决于我的金融软件支持什么,编写一个符合xml格式的插件会更容易)
  • 导入其他类型的交易(目前仅支持购买)
  • 导入其他网站

用法:

现在请参阅帮助:

$ funds_gather -h

Usage:
    funds_gather.py [options] <username> <password> all
    funds_gather.py [options] <username> <password> (download|qif)...
    funds_gather.py --conf=FILE
    funds_gather.py -h

Arguments:
    username    Login name
    password    Login password
    all         Run all steps in the flow (download,qif)
    download    Download all transactions from accounts
    qif         Save downloaded transactions to qif

Options:
    -h --help        show this message
    -v --verbose     show more information
    -d --debug       show even more information
    --version        show version
    --out=FILE       output filename [default: out.qif]
    --conf=FILE      load options from file

安装

$ pip install funds_gather

免责声明

软件按“原样”分发,没有 明示或默示的任何形式的保证或条件。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
添加组件后,java JTable为空   java将json发送到php并插入mysql,但返回null   java Spring引导JNDI CommonJ资源   从不同PC创建和合并后的Java servlet问题   java如何在使用findelements时从xpath获取文本   java使用spring boot使用gmail smtp发送电子邮件   java在不使用pojo、bean或getter和setter的情况下获取Json标题的Json数组   Java中的OpenFile对话框将null作为响应   JavaBuilder模式。扩展接口   java中无需替换的数据结构选取   java如何评价Encog中的预测神经网络   java如何在安卓中使用实际的HttpURLConnection进行单元测试?   java使用XML配置禁用WebSocket中的CSRF保护   java如何通过hibernate从多表查询中获取数据?   mysql如何在java中获取更新的行Id   java AEM/CQ组件单一组件/有限组件   java FFmpeg Javacv延迟问题   显示整数数组的java不起作用