{"id":43511341,"url":"https://github.com/testdouble/go-forex-quotes","last_synced_at":"2026-02-03T13:10:30.947Z","repository":{"id":57694072,"uuid":"478641266","full_name":"testdouble/go-forex-quotes","owner":"testdouble","description":"Go package to obtain forex quotes for currency","archived":false,"fork":false,"pushed_at":"2023-10-30T16:30:19.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-06-20T19:23:51.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/testdouble.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T16:30:38.000Z","updated_at":"2022-04-06T16:31:11.000Z","dependencies_parsed_at":"2024-06-20T18:55:55.898Z","dependency_job_id":null,"html_url":"https://github.com/testdouble/go-forex-quotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testdouble/go-forex-quotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdouble%2Fgo-forex-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdouble%2Fgo-forex-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdouble%2Fgo-forex-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdouble%2Fgo-forex-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testdouble","download_url":"https://codeload.github.com/testdouble/go-forex-quotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testdouble%2Fgo-forex-quotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-03T13:10:30.222Z","updated_at":"2026-02-03T13:10:30.927Z","avatar_url":"https://github.com/testdouble.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Forex Quotes\n\nGo library for fetching realtime forex quotes\n\n### Install\n\n```\ngo get github.com/testdouble/go-forex-quotes\n```\n\n### Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/testdouble/go-forex-quotes/client\"\n)\n\nfunc main() {\n\tforexClient := client.New(\"API_KEY\")\n\n\tquotes := forexClient.GetQuotes([]string{\"EURUSD\", \"GBPJPY\"})\n\tfmt.Printf(\"Quotes: %+v\\n\", quotes)\n\n\tusdToEur, err := forexClient.Convert(\"USD\", \"EUR\", 100)\n\tfmt.Printf(\"$100 USD to EUR: %v. Err: %v\\n\", usdToEur, err)\n\n\trate, err := forexClient.GetRate(\"JPY\", \"EUR\")\n\tfmt.Printf(\"Rate for JPY to EUR: %v. Err: %v\\n\", rate, err)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestdouble%2Fgo-forex-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestdouble%2Fgo-forex-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestdouble%2Fgo-forex-quotes/lists"}