{"id":18732508,"url":"https://github.com/gsscoder/yfinance-lfe","last_synced_at":"2025-10-19T22:10:04.205Z","repository":{"id":150998528,"uuid":"41600419","full_name":"gsscoder/yfinance-lfe","owner":"gsscoder","description":"LFE library for querying real time stock market data including indexes such as NASDAQ and the S\u0026P500","archived":false,"fork":false,"pushed_at":"2015-09-13T05:50:50.000Z","size":138,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T12:51:10.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/gsscoder.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":"2015-08-29T16:53:06.000Z","updated_at":"2019-12-21T19:48:11.000Z","dependencies_parsed_at":"2023-04-07T12:35:04.429Z","dependency_job_id":null,"html_url":"https://github.com/gsscoder/yfinance-lfe","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/gsscoder%2Fyfinance-lfe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fyfinance-lfe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fyfinance-lfe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fyfinance-lfe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsscoder","download_url":"https://codeload.github.com/gsscoder/yfinance-lfe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613328,"owners_count":21133493,"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":[],"created_at":"2024-11-07T15:06:29.195Z","updated_at":"2025-10-19T22:09:59.171Z","avatar_url":"https://github.com/gsscoder.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yfinance-lfe\n\nPort of F# library [YFinance.fs](https://github.com/gsscoder/YFinance.fs),\noriginally ported from [yfinance](https://github.com/owainlewis/yfinance) by @owainlewis.\n\n## Introduction\n\nLFE library for querying real time stock market data including indexes such as NASDAQ and the S\u0026P500.\n\n## Installation\n\nJust add it to your ``rebar.config`` deps:\n\n```erlang\n  {deps, [\n    ...\n    {yfinance-lfe, \".*\",\n      {git, \"git@github.com:gsscoder/yfinance-lfe.git\", \"master\"}}\n      ]}.\n```\n\nAnd then do the usual:\n\n```bash\n    $ rebar get-deps\n    $ rebar compile\n```\n\n## Usage\n```cl\nStarting an LFE REPL ...\nErlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]\n\nLFE Shell V6.4 (abort with ^G)\n\u003e (yfinance-lfe:start)\n(#(inets ok) #(ssl ok) #(lhttpc ok) #(lhc ok) #(yfinance-lfe ok))\n\u003e (yfinance-lfe:get-stock-quotes `(\"ORCL\" \"GOOGL\"))\n(#(stock-quote\n   \"Google Inc.\"\n   \"GOOGL\"\n   \"644.91\"\n   \"+15.35\"\n   \"645.06\"\n   \"630.64\"\n   \"713.33\"\n   \"490.91\")\n #(stock-quote\n   \"Oracle Corporation Common Stock\"\n   \"ORCL\"\n   \"36.75\"\n   \"+0.74\"\n   \"36.75\"\n   \"36.11\"\n   \"46.71\"\n   \"35.14\"))\n\u003e (yfinance-lfe:get-stock-quotes `(\"MSFT\"))\n(#(stock-quote\n   \"Microsoft Corporation\"\n   \"MSFT\"\n   \"43.36\"\n   \"+1.54\"\n   \"43.38\"\n   \"41.88\"\n   \"50.05\"\n   \"39.72\"))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fyfinance-lfe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsscoder%2Fyfinance-lfe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fyfinance-lfe/lists"}