{"id":37377656,"url":"https://github.com/cmbuckley/paypal-history","last_synced_at":"2026-01-16T05:04:13.509Z","repository":{"id":13012210,"uuid":"15691633","full_name":"cmbuckley/paypal-history","owner":"cmbuckley","description":"Convert PayPal history into more banking formats","archived":false,"fork":false,"pushed_at":"2025-08-12T15:43:33.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T17:29:00.331Z","etag":null,"topics":["csv","finance","money","paypal"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmbuckley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-07T01:14:52.000Z","updated_at":"2025-08-12T15:43:31.000Z","dependencies_parsed_at":"2024-04-26T05:35:54.934Z","dependency_job_id":"f377065f-94fd-4b67-a9a2-5a9a0b4f4f97","html_url":"https://github.com/cmbuckley/paypal-history","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmbuckley/paypal-history","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmbuckley%2Fpaypal-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmbuckley%2Fpaypal-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmbuckley%2Fpaypal-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmbuckley%2Fpaypal-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmbuckley","download_url":"https://codeload.github.com/cmbuckley/paypal-history/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmbuckley%2Fpaypal-history/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","finance","money","paypal"],"created_at":"2026-01-16T05:04:13.458Z","updated_at":"2026-01-16T05:04:13.503Z","avatar_url":"https://github.com/cmbuckley.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PayPal History\n\n[![Build Status](https://github.com/cmbuckley/paypal-history/actions/workflows/build.yml/badge.svg)](https://github.com/cmbuckley/paypal-history/actions/workflows/build.yml)\n\nThe PayPal History Converter parses any of PayPal’s downloadable history formats\nand outputs the data in many other standard formats for use in your finance\nmanagement application.\n\n## Compatibility\n\nAs well as being limited to a 2-year export, the PayPal history downloads are\nincomplete at best. The table below shows the features available in each format:\n\n|                | CSV | TXT | QIF | IIF | PDF |\n|----------------|:---:|:---:|:---:|:---:|:---:|\n| Currency       |  ✓  |  ✓  |     |     |  ✓  |\n| Payee          |  ✓  |  ✓  |     |  ✓  |  ✓  |\n| Timezone       |  ✓  |  ✓  |     |     |     |\n| Transaction ID |     |     |     |     |  ✓  |\n| Memo           |     |     |     |  ✓  |     |\n| eBay Fee       |     |     |  ✓  |  ✓  |  ✓  |\n\nOther things to note:\n\n* CSV and TXT have a column for ID, but it is always empty.\n* QIF only exports transactions that were made in USD. Other transactions are missing.\n* IIF exports transactions for all currencies, but does not list the currency in the\n    output. Amounts are in the currency of the transaction, making the format useless.\n* PDF is limited by file size, but this is unlikely to be an issue for personal users.\n\n## Foreign Currencies\n\nA typical transaction in anything other than your default currency may look something\nlike this:\n\n| Details            | Currency | Amount |\n|--------------------|----------|-------:|\n| European Widgets   | EUR      | -10.00 |\n| From British Pound | EUR      |  10.00 |\n| To Euro            | GBP      |  -8.85 |\n| Credit Card        | GBP      |   8.85 |\n\nIn this example, the purchase in Euros is redeemed by a credit card payment in Sterling,\nbut there are 4 entries to illustrate this. By contrast, the converter calculates the\nexchange rate used for the transaction and includes it in the output. The converted\noutput would therefore look like this:\n\n| Details            | Currency | Amount | Rate  |\n|--------------------|----------|-------:|------:|\n| European Widgets   | EUR      | -10.00 | 0.885 |\n| Credit Card        | GBP      |   8.85 | 1.000 |\n\n## Output Formats\n\nThe following output formats are supported:\n\n* OFX (v1 and v2)\n* QIF\n* CSV\n\n### OFX\n\nOFX provides support for multiple currencies and accurate times.\n\n### QIF\n\nQIF files do not support multiple currencies or accurate times, but the format is\nused by a number of finance management applications.\n\n### CSV\n\nThe output of the CSV format can be customised to support multiple finance management\napplications. The field order, date/time format and field separator can all be altered.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmbuckley%2Fpaypal-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmbuckley%2Fpaypal-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmbuckley%2Fpaypal-history/lists"}