{"id":27177626,"url":"https://github.com/ivanglie/go-moex-client","last_synced_at":"2025-04-09T13:58:24.174Z","repository":{"id":56855643,"uuid":"526349607","full_name":"ivanglie/go-moex-client","owner":"ivanglie","description":"Golang client for Moscow Exchange ISS API","archived":false,"fork":false,"pushed_at":"2023-04-17T14:42:45.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-15T05:16:33.639Z","etag":null,"topics":["currency","finance","golang","moex"],"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/ivanglie.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}},"created_at":"2022-08-18T19:35:15.000Z","updated_at":"2023-06-09T19:17:12.000Z","dependencies_parsed_at":"2023-02-16T20:16:11.755Z","dependency_job_id":null,"html_url":"https://github.com/ivanglie/go-moex-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanglie%2Fgo-moex-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanglie%2Fgo-moex-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanglie%2Fgo-moex-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanglie%2Fgo-moex-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanglie","download_url":"https://codeload.github.com/ivanglie/go-moex-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054218,"owners_count":21039951,"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":["currency","finance","golang","moex"],"created_at":"2025-04-09T13:58:23.662Z","updated_at":"2025-04-09T13:58:24.167Z","avatar_url":"https://github.com/ivanglie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang client for Moscow Exchange ISS API\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ivanglie/go-moex-client.svg)](https://pkg.go.dev/github.com/ivanglie/go-moex-client)\n[![Test](https://github.com/ivanglie/go-moex-client/actions/workflows/test.yml/badge.svg)](https://github.com/ivanglie/go-moex-client/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/ivanglie/go-moex-client/branch/master/graph/badge.svg?token=W918OB580J)](https://codecov.io/gh/ivanglie/go-moex-client)\n\nGolang client for the [Moscow Exchange ISS API](https://www.moex.com/a2920).\n\n## Example\n\nFirst, ensure the library is installed and up to date by running \n\n```\ngo get -u github.com/ivanglie/go-moex-client\n```\n\nThis is a very simple app that just displays Chinese Yuan Renminbi to Russian Ruble conversion.\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\n\tmoex \"github.com/ivanglie/go-moex-client\"\n)\n\nfunc main() {\n\tclient := moex.NewClient()\n\trate, err := client.GetRate(moex.CNYRUB)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(rate)\n}\n```\nSee [main.go](./_example/main.go).\n\n## References\n\nFor more information check out the following links:\n\n* MOEX ISS API [en](https://www.moex.com/a2920), [ru](https://www.moex.com/a2193)\n* [MOEX ISS reference](https://iss.moex.com/iss/reference/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanglie%2Fgo-moex-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanglie%2Fgo-moex-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanglie%2Fgo-moex-client/lists"}