{"id":18263679,"url":"https://github.com/samgozman/finvizor","last_synced_at":"2025-04-04T20:31:12.506Z","repository":{"id":37047457,"uuid":"337430697","full_name":"samgozman/finvizor","owner":"samgozman","description":"Get finviz data ","archived":false,"fork":false,"pushed_at":"2024-10-27T15:25:00.000Z","size":1153,"stargazers_count":7,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T16:55:13.803Z","etag":null,"topics":["financial","finviz","npm-package","stock"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/finvizor","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samgozman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"samgozman"}},"created_at":"2021-02-09T14:27:11.000Z","updated_at":"2024-12-12T03:26:34.000Z","dependencies_parsed_at":"2023-11-30T04:27:13.337Z","dependency_job_id":"59e4e2e8-7c9a-4bb9-b6e8-01ef6c152fd3","html_url":"https://github.com/samgozman/finvizor","commit_stats":{"total_commits":125,"total_committers":3,"mean_commits":"41.666666666666664","dds":"0.42400000000000004","last_synced_commit":"ab9e10a7666487397448296f3f9735d6079f0e68"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samgozman%2Ffinvizor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samgozman%2Ffinvizor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samgozman%2Ffinvizor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samgozman%2Ffinvizor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samgozman","download_url":"https://codeload.github.com/samgozman/finvizor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247246327,"owners_count":20907776,"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":["financial","finviz","npm-package","stock"],"created_at":"2024-11-05T11:12:13.459Z","updated_at":"2025-04-04T20:31:11.900Z","avatar_url":"https://github.com/samgozman.png","language":"TypeScript","funding_links":["https://github.com/sponsors/samgozman","https://ko-fi.com/C0C1DI4VL"],"categories":[],"sub_categories":[],"readme":"# finvizor\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C1DI4VL)\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/samgozman/finvizor/finvizor%20Node.js)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/380de0bf9a8e423a9eb7b2c51355c52b)](https://app.codacy.com/gh/samgozman/finvizor?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=samgozman/finvizor\u0026utm_campaign=Badge_Grade_Settings)\n[![npm](https://img.shields.io/npm/v/finvizor)](https://www.npmjs.com/package/finvizor)\n![npm bundle size](https://img.shields.io/bundlephobia/min/finvizor)\n![NPM](https://img.shields.io/npm/l/finvizor)\n\nGet full financial data from **finviz**!\n\n## Installation\n\nInstall package from NPM\n\n```bash\nnpm install finvizor\n```\n\n## Features\n\nThe main differences and advantages in comparison with similar NPM modules are the more convenient presentation of the data returned by the function.\n\n### Object Keys\n\nObject keys have been redesigned to make them look meaningful and readable. No more string keys in NPM modules! Camel case is used in key names only where it is needed. For instance 'P/E' =\u003e 'pe', 'Target price' =\u003e 'targetPrice' etc.\n\n![Finviz parser](https://media.giphy.com/media/UzAtu9issLI0x7drmG/source.gif)\n\nAll keys (and there are more than 80 of them) have short descriptions taken from the official site.\n\n### Object Values\n\nAll numeric key values are presented as numerical values, rather than strings as default. Boolean values, ranges and the date of earnings are also parsed separately.\nAll this is done so that the data from the site can be used in your code for calculations right out of the box!\n\n## Usage\n\nUse **finvizor** in async functions\n\n```javascript\nconst finvizor = require('finvizor')\n\nconst main = async () =\u003e {\n  const stock = await finvizor.stock('AAPL')\n  console.log(stock)\n}\n\nmain()\n```\n\n### Returns\n\n\u003e await finvizor.stock('AAPL')\n\n```javascript\n{\n  ticker: 'AAPL',\n  name: 'Apple Inc.',\n  site: 'http://www.apple.com',\n  exchange: 'NASD',\n  sector: 'Technology',\n  industry: 'Consumer Electronics',\n  country: 'USA',\n  index: 'DJIA S\u0026P500',\n  pe: 36.53,\n  eps: 3.7,\n  insiderOwn: 0.07,\n  shsOutstand: 16940000000,\n  ...\n  earnings: { date: 1611694800000, marketTime: 'AMC' },\n  payout: 21.6,\n  avgVolume: 103190000,\n  price: 134.24,\n  recom: 2,\n  sma20: -0.92,\n  sma50: 2.49,\n  sma200: 21.89,\n  volume: 5659762,\n  change: -0.66,\n  insidersDeals: [\n    {\n      insiderTrading: 'Williams Jeffrey E',\n      insiderTradingLink: 'https://finviz.com/insidertrading.ashx?oc=1496686\u0026tc=7',\n      relationship: 'COO',\n      date: 'Apr 05',\n      transaction: 'Sale',\n      cost: '125.74',\n      shares: '133,867',\n      value: '16,832,437',\n      sharesTotal: '489,490',\n      secForm4: 'Apr 05 06:36 PM',\n      secForm4Link: 'http://www.sec.gov/Archives/edgar/data/320193/000032019321000046/xslF345X03/wf-form4_161766207883637.xml'\n    }\n    ...\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamgozman%2Ffinvizor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamgozman%2Ffinvizor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamgozman%2Ffinvizor/lists"}