{"id":18078254,"url":"https://github.com/imthaghost/stockapi","last_synced_at":"2025-04-12T11:52:11.774Z","repository":{"id":53889592,"uuid":"244535550","full_name":"imthaghost/stockapi","owner":"imthaghost","description":"Stock data Rest-ful API built in Go.  Various endpoints regarding stock data scraped directly from Yahoo Finance. Use this for a quick start regarding stock data.","archived":false,"fork":false,"pushed_at":"2020-07-23T02:07:26.000Z","size":9684,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-13T07:27:04.972Z","etag":null,"topics":["api","go","golang","restful-api","yahoo-finance"],"latest_commit_sha":null,"homepage":"","language":"Go","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/imthaghost.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}},"created_at":"2020-03-03T03:47:46.000Z","updated_at":"2023-08-13T07:27:04.972Z","dependencies_parsed_at":"2022-08-13T03:20:37.555Z","dependency_job_id":null,"html_url":"https://github.com/imthaghost/stockapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fstockapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fstockapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fstockapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Fstockapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imthaghost","download_url":"https://codeload.github.com/imthaghost/stockapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565015,"owners_count":21125414,"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":["api","go","golang","restful-api","yahoo-finance"],"created_at":"2024-10-31T12:13:19.694Z","updated_at":"2025-04-12T11:52:11.753Z","avatar_url":"https://github.com/imthaghost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\nA Go Restful API that scrapes real-time stock data from Yahoo Finance.\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://goreportcard.com/report/github.com/imthaghost/stockapi\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/imthaghost/stockapi\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\n## Table of Contents\n\n-   [Installation](#installation)\n-   [Examples](#examples)\n-   [License](#license)\n\n\n## 🚀 Quick Start\n\n### Installation\n\n```sh\n$ go get https://github.com/imthaghost/stockapi\n```\n\n### Instantiate API\n\nCreate `server.go`\n\n```go\n\npackage main\n\nimport (\n\n\"github.com/imthaghost/stockapi/server\"\n\n)\n\nfunc main() {\n\n    s := server.NewServer()\n    s.Start(\":8000\")\n\n}\n\n```\n\nStart server\n\n```sh\n$ go run server.go\n```\n\n## Examples\n\n![Postman](/docs/media/postman.gif)\n\n## 📝 License\n\nBy contributing, you agree that your contributions will be licensed under its MIT License.\n\nIn short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fstockapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimthaghost%2Fstockapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Fstockapi/lists"}