{"id":13533660,"url":"https://github.com/markcheno/go-talib","last_synced_at":"2025-05-15T23:08:11.523Z","repository":{"id":37413047,"uuid":"52754498","full_name":"markcheno/go-talib","owner":"markcheno","description":"A pure Go port of TA-Lib (http://ta-lib.org)","archived":false,"fork":false,"pushed_at":"2025-01-14T00:36:21.000Z","size":85,"stargazers_count":829,"open_issues_count":5,"forks_count":217,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-19T02:52:59.065Z","etag":null,"topics":["financial-analysis","golang","ta-lib","technical-analysis","technical-analysis-indicators","technical-analysis-library"],"latest_commit_sha":null,"homepage":"","language":"Go","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/markcheno.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-02-29T01:16:43.000Z","updated_at":"2025-04-18T13:17:26.000Z","dependencies_parsed_at":"2025-04-11T23:19:44.667Z","dependency_job_id":"cb55ec57-5642-4b4f-b317-aaf6beaa3d1c","html_url":"https://github.com/markcheno/go-talib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcheno%2Fgo-talib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcheno%2Fgo-talib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcheno%2Fgo-talib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcheno%2Fgo-talib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markcheno","download_url":"https://codeload.github.com/markcheno/go-talib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436949,"owners_count":22070947,"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-analysis","golang","ta-lib","technical-analysis","technical-analysis-indicators","technical-analysis-library"],"created_at":"2024-08-01T07:01:21.920Z","updated_at":"2025-05-15T23:08:06.503Z","avatar_url":"https://github.com/markcheno.png","language":"Go","readme":"# go-talib\n\n[![GoDoc](http://godoc.org/github.com/markcheno/go-talib?status.svg)](http://godoc.org/github.com/markcheno/go-talib) \n\nA pure [Go](http://golang.org/) port of [TA-Lib](http://ta-lib.org)\n\n## Install\n\nInstall the package with:\n\n```bash\ngo get github.com/markcheno/go-talib\n```\n\nImport it with:\n\n```go\nimport \"github.com/markcheno/go-talib\"\n```\n\nand use `talib` as the package name inside the code.\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/markcheno/go-quote\"\n\t\"github.com/markcheno/go-talib\"\n)\n\nfunc main() {\n\tspy, _ := quote.NewQuoteFromTiingo(\"spy\", \"2016-01-01\", \"2016-04-01\", quote.Daily, true)\n\tfmt.Print(spy.CSV())\n\trsi2 := talib.Rsi(spy.Close, 2)\n\tfmt.Println(rsi2)\n}\n```\n\n## License\n\nMIT License  - see LICENSE for more details\n\n# Contributors\n\n- [Markcheno](https://github.com/markcheno) \n","funding_links":[],"categories":["Analytic tools","Golang"],"sub_categories":["Indicators"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkcheno%2Fgo-talib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkcheno%2Fgo-talib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkcheno%2Fgo-talib/lists"}