{"id":18604794,"url":"https://github.com/repnot/quickfin","last_synced_at":"2025-04-10T20:30:49.343Z","repository":{"id":231216183,"uuid":"781235464","full_name":"REPNOT/quickfin","owner":"REPNOT","description":"Quickfin is a Python module providing instant access to live and historical stock market price data, automated Plotly data visualization generators and a data catalog for referencing equities, stock symbols, sector, and industry information.","archived":true,"fork":false,"pushed_at":"2024-04-08T07:53:43.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T05:42:42.304Z","etag":null,"topics":["automation","data-mining","data-visualization","financial-data","plotly","plotly-python","python","python-module","stock-market","stock-prices"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/quickfin/","language":"Python","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/REPNOT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-04-03T02:01:47.000Z","updated_at":"2024-12-08T23:25:43.000Z","dependencies_parsed_at":"2024-04-03T03:03:41.220Z","dependency_job_id":null,"html_url":"https://github.com/REPNOT/quickfin","commit_stats":null,"previous_names":["repnot/quickfin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/REPNOT%2Fquickfin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/REPNOT%2Fquickfin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/REPNOT%2Fquickfin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/REPNOT%2Fquickfin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/REPNOT","download_url":"https://codeload.github.com/REPNOT/quickfin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847611,"owners_count":21006100,"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":["automation","data-mining","data-visualization","financial-data","plotly","plotly-python","python","python-module","stock-market","stock-prices"],"created_at":"2024-11-07T02:19:02.988Z","updated_at":"2025-04-10T20:30:49.083Z","avatar_url":"https://github.com/REPNOT.png","language":"Python","readme":"# Quick Fin \u0026nbsp;![PyPI - Version](https://img.shields.io/pypi/v/quickfin?logo=python\u0026logoColor=white\u0026labelColor=blue\u0026color=green\u0026link=https%3A%2F%2Fpypi.org%2Fproject%2Fquickfin%2F) ![GitHub Release](https://img.shields.io/github/v/release/repnot/quickfin?logo=github\u0026logoColor=white\u0026label=quickfin\u0026labelColor=black\u0026color=green\u0026link=https%3A%2F%2Fgithub.com%2FREPNOT%2Fquickfin)\n\n\n### [Docs](https://quickfin.techbyderek.com/) \u0026nbsp; [Code Examples](https://quickfin.techbyderek.com/main/examples.html) \u0026nbsp; [Data](https://gist.githubusercontent.com/REPNOT/6bffda0dd727d63a0bd727d4ff1c890a/raw/ec1ea323068b45739ddd595dfab897cc5f7c6487/fin_data.json) \u0026nbsp; [Github Repo](https://github.com/REPNOT/quickfin) \u0026nbsp; \n\n\n## Description\n\nQuickfin is a [Python](https://www.python.org/) module providing instant access to live and historical stock market price data, automated [Plotly](https://github.com/plotly/plotly.py) data visualization generators and a data catalog for referencing equities, stock symbols, sector, and industry information.\n\n\n## Dependencies\n\n| Library   | Language | Link                                                               |\n| --------- | -------- | ------------------------------------------------------------------ |\n| Plotly    | Python   | https://github.com/plotly/plotly.py                                |\n\n\n## Installation\n\n    pip install quickfin\n\n\n## Upgrade\n\n    pip install --upgrade quickfin\n\n\n## Quickstart\n\nRetrieve the most recent stock price data available for the stock symbol passed to the `symbol` parameter. Method will return live market price quotes during trading hours. \n\n### Input:\n\n    from quickfin import *\n\n    price_data = PriceData()\n\n    print(price_data.current(\"SNOW\"))\n\n### Output:\n\n    {\n      'current': {\n        'Adj Close': 161.6,\n        'Change Amount': 2.42,\n        'Change Rate': 0.01,\n        'Close': 161.6,\n        'Date': '2024-03-28',\n        'Day Range': 4.89,\n        'High': 165.89,\n        'Low': 161.0,\n        'Open': 164.02,\n        'Volume': 10106900\n      },\n      'info': {\n        'industry': 'Software - Application',\n        'name': 'Snowflake Inc.',\n        'sector': 'Technology',\n        'symbol': 'SNOW'\n      }\n    }\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepnot%2Fquickfin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepnot%2Fquickfin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepnot%2Fquickfin/lists"}