{"id":22899773,"url":"https://github.com/follgad/nordnet-api","last_synced_at":"2025-06-12T08:32:33.566Z","repository":{"id":226813290,"uuid":"769707476","full_name":"FOLLGAD/nordnet-api","owner":"FOLLGAD","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T15:19:47.000Z","size":5491,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T01:09:24.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/FOLLGAD.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,"zenodo":null}},"created_at":"2024-03-09T20:36:55.000Z","updated_at":"2024-11-12T15:19:51.000Z","dependencies_parsed_at":"2025-05-08T01:09:26.840Z","dependency_job_id":"32aadbbf-bc03-4ccd-a8d5-4e959e0ea059","html_url":"https://github.com/FOLLGAD/nordnet-api","commit_stats":null,"previous_names":["follgad/nordnet-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FOLLGAD%2Fnordnet-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FOLLGAD%2Fnordnet-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FOLLGAD%2Fnordnet-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FOLLGAD%2Fnordnet-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FOLLGAD","download_url":"https://codeload.github.com/FOLLGAD/nordnet-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FOLLGAD%2Fnordnet-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258867334,"owners_count":22770086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-14T01:16:28.395Z","updated_at":"2025-06-12T08:32:33.550Z","avatar_url":"https://github.com/FOLLGAD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nordnet API\n\nUnofficial Node.js API for Swedish Nordnet.\n\n## Install\n\n```bash\n$ npm install nordnet-unofficial-api\n```\n\n## supported functionality\n\n### Login\n\n```javascript\nimport { Nordnet } from 'nordnet-unofficial-api';\n\nconst nordnet = new Nordnet();\nawait nordnet.login('username', 'password');\n```\n\n### Get accounts\n    \n```javascript\n// ...\n\nconst accounts = await nordnet.get_accounts();\nconsole.log(accounts);\n```\n\n### Get account information\n\n```javascript\n// ...\n\nconst account = await nordnet.get_account(account_id);\nconsole.log(account);\n```\n\n### Get weekly/monthly/yearly performance\n    \n```javascript\n// ...\n\nconst accountPerformance = await nordnet.get_performance({ account_id, period: 'week' });\nconst totalPerformance = await nordnet.get_performance({ aggregate: true, period: 'month' });\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffollgad%2Fnordnet-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffollgad%2Fnordnet-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffollgad%2Fnordnet-api/lists"}