{"id":21974738,"url":"https://github.com/andrewrporter/goiex","last_synced_at":"2025-04-28T15:42:02.038Z","repository":{"id":141138313,"uuid":"141320399","full_name":"AndrewRPorter/goiex","owner":"AndrewRPorter","description":"A go interface for accessing IEX finanical information","archived":false,"fork":false,"pushed_at":"2020-02-07T22:23:53.000Z","size":14,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T10:51:15.533Z","etag":null,"topics":["data","fetch","finance","golang","iex","iex-api","iextrading"],"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/AndrewRPorter.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-07-17T17:11:48.000Z","updated_at":"2020-03-06T22:06:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2d8c0c7-39d5-4def-a39b-df41fb021152","html_url":"https://github.com/AndrewRPorter/goiex","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/AndrewRPorter%2Fgoiex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewRPorter%2Fgoiex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewRPorter%2Fgoiex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewRPorter%2Fgoiex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewRPorter","download_url":"https://codeload.github.com/AndrewRPorter/goiex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251340685,"owners_count":21573961,"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":["data","fetch","finance","golang","iex","iex-api","iextrading"],"created_at":"2024-11-29T15:47:34.559Z","updated_at":"2025-04-28T15:42:01.979Z","avatar_url":"https://github.com/AndrewRPorter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.com/AndrewRPorter/goiex.svg?branch=master\n    :target: https://travis-ci.com/AndrewRPorter/goiex\n    \n=====\ngoiex\n=====\n\n**Note: the IEX** `api \u003chttps://iextrading.com/developers/docs/\u003e`_ **now requires a key for authentication, thus breaking this project.**\n\nA go interface for accessing IEX finanical information. Data provided for free \nby `IEX \u003chttps://iextrading.com/developer/\u003e`_. View `IEX’s Terms of Use \n\u003chttps://iextrading.com/api-exhibit-a/\u003e`_.\n\n\nInstallation\n------------\n\n.. code::\n   \n      go get github.com/AndrewRPorter/goiex\n\nUsage\n-----\n\n.. code:: go\n\n   package main\n   \n   import (\n      \"fmt\"\n      \"github.com/AndrewRPorter/goiex\"\n   )\n\n   func main() {   \n      s, err := goiex.Get(\"AAPL\")\n      \n      if err != nil {\n         fmt.Errorf(\"Unable to fetch ticker: %s\", \"AAPL\")\n      }\n      \n      fmt.Println(s.Price)\n      \n      // fetch company information\n      c, err := s.GetCompany()\n      \n      if err != nil {\n         fmt.Errorf(\"Unable to fetch company data for: %s\", s.Symbol)\n      }\n      fmt.Println(c.Description)\n   }\n   \n**Available Methods**\n\n- ``Get()``\n- ``GetCompany()``\n\n**Available Fields**\n\n- ``Symbol``\n- ``CompanyName``\n- ``Exchange``\n- ``Sector``\n- ``Open``\n- ``Close``\n- ``High``\n- ``Low``\n- ``Volume``\n- ``Price``\n- ``Change``\n- ``ChangePercent``\n- ``AverageVolume``\n- ``MarketCap``\n- ``PeRatio``\n- ``YearHigh``\n- ``YearLow``\n- ``YtdChange``\n\n- ``Symbol``\n- ``CompanyName``\n- ``Exchange``\n- ``Industry``\n- ``Website``\n- ``Description``\n- ``CEO``\n- ``Sector``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewrporter%2Fgoiex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewrporter%2Fgoiex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewrporter%2Fgoiex/lists"}