{"id":50145627,"url":"https://github.com/facioquo/stock-indicators-python","last_synced_at":"2026-05-24T04:05:04.566Z","repository":{"id":38335639,"uuid":"385265509","full_name":"facioquo/stock-indicators-python","owner":"facioquo","description":"Stock Indicators for Python.  Maintained by @LeeDongGeon1996","archived":false,"fork":false,"pushed_at":"2026-05-11T19:48:46.000Z","size":15052,"stargazers_count":384,"open_issues_count":6,"forks_count":64,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-05-11T21:37:03.018Z","etag":null,"topics":["quantitative-finance","stock","stock-analysis","stock-indicators","stock-market","technical-analysis","technical-indicators","trading","trading-algorithms"],"latest_commit_sha":null,"homepage":"https://python.StockIndicators.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facioquo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2021-07-12T13:55:50.000Z","updated_at":"2026-05-11T08:24:54.000Z","dependencies_parsed_at":"2023-09-27T09:27:16.807Z","dependency_job_id":"4ff3625a-f7cd-4cac-96a0-0d35f3a83aac","html_url":"https://github.com/facioquo/stock-indicators-python","commit_stats":{"total_commits":243,"total_committers":3,"mean_commits":81.0,"dds":"0.13168724279835387","last_synced_commit":"ab7a0fed11d66247859fa87ac5c62d6400170da7"},"previous_names":["facioquo/stock-indicators-python","daveskender/stock.indicators.python"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/facioquo/stock-indicators-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facioquo%2Fstock-indicators-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facioquo%2Fstock-indicators-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facioquo%2Fstock-indicators-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facioquo%2Fstock-indicators-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facioquo","download_url":"https://codeload.github.com/facioquo/stock-indicators-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facioquo%2Fstock-indicators-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33420664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["quantitative-finance","stock","stock-analysis","stock-indicators","stock-market","technical-analysis","technical-indicators","trading","trading-algorithms"],"created_at":"2026-05-24T04:05:03.442Z","updated_at":"2026-05-24T04:05:04.561Z","avatar_url":"https://github.com/facioquo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![image](https://raw.githubusercontent.com/facioquo/stock-indicators-python/main/docs/assets/social-banner.png)](https://python.stockindicators.dev/)\n\n[![PyPI](https://img.shields.io/pypi/v/stock-indicators?color=blue\u0026label=PyPI)](https://badge.fury.io/py/stock-indicators)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/stock-indicators?style=flat\u0026logo=Python\u0026logoColor=white\u0026label=Downloads\u0026color=indigo)](https://pypistats.org/packages/stock-indicators)\n\n# Stock Indicators for Python\n\n**Stock Indicators for Python** is a PyPI library package that produces financial market technical indicators.  Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc.  Nothing more.\n\nIt can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others.  We had trading algorithms, machine learning, and charting systems in mind when originally creating this community library.  [Stock Indicators for .NET](https://dotnet.stockindicators.dev/) is also available.\n\nVisit our project site for more information:\n\n- [Overview](https://python.stockindicators.dev/)\n- [Indicators and overlays](https://python.stockindicators.dev/indicators/)\n- [Guide and Pro tips](https://python.stockindicators.dev/guide/)\n- [Release notes](https://github.com/facioquo/stock-indicators-python/releases)\n- [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions)\n- [Contributing](https://github.com/facioquo/stock-indicators-python/blob/main/docs/contributing.md#readme)\n\n## Getting started\n\n### Windows\n\n1. Install .NET SDK (8.0 or newer):\n    - Download from [Microsoft .NET Downloads](https://dotnet.microsoft.com/download)\n    - Or using winget: `winget install Microsoft.DotNet.SDK.8`\n    - Verify: `dotnet --info`\n\n2. Install the package:\n\n    ```bash\n    pip install stock-indicators\n    ```\n\n### macOS\n\n1. Install .NET SDK (8.0 or newer):\n\n    ```bash\n    brew install dotnet-sdk\n    dotnet --info  # Verify installation\n    ```\n\n2. Install the package:\n\n    ```bash\n    pip install stock-indicators\n    ```\n\n## Example usage\n\n```python\nfrom stock_indicators import indicators\n\n# fetch your data\nquotes = get_history(\"MSFT\")\n\n# calculate 20-period SMA\nresults = indicators.get_sma(quotes, 20)\n```\n\n\u003e **Note:** This is a simple example. For a step-by-step guide, see the [QuickStart Guide](https://github.com/facioquo/stock-indicators-python-quickstart#readme) or our [documentation](https://python.stockindicators.dev/) site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacioquo%2Fstock-indicators-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacioquo%2Fstock-indicators-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacioquo%2Fstock-indicators-python/lists"}