{"id":13509480,"url":"https://github.com/rozap/edgarex","last_synced_at":"2026-02-18T09:41:25.009Z","repository":{"id":27098973,"uuid":"30566282","full_name":"rozap/edgarex","owner":"rozap","description":"elixir interface for fetching SEC filings from EDGAR","archived":false,"fork":false,"pushed_at":"2015-03-01T06:55:38.000Z","size":5264,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-25T01:57:48.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/rozap.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":"2015-02-10T00:18:21.000Z","updated_at":"2025-08-26T23:55:36.000Z","dependencies_parsed_at":"2022-08-31T16:11:46.691Z","dependency_job_id":null,"html_url":"https://github.com/rozap/edgarex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rozap/edgarex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozap%2Fedgarex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozap%2Fedgarex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozap%2Fedgarex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozap%2Fedgarex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozap","download_url":"https://codeload.github.com/rozap/edgarex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozap%2Fedgarex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29575067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":"2024-08-01T02:01:08.400Z","updated_at":"2026-02-18T09:41:20.001Z","avatar_url":"https://github.com/rozap.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"Edgarex\n=======\n\n#### Fetching an index\n```elixir\nalias Edgarex.Fetcher\n\n#get the first 50 records in `crawler.idx` for 2014, quarter 4.\n#note that this is a stream, and will only download the chunks \n#from the ftp server that you need. As a result, Enum.take(stream, 50)\n#will complete much faster than Enum.into([]), which will exhaust the stream\nsome_items = Fetcher.crawler(2014, 4) |\u003e Enum.take(50)\n\n#An item in `some_items` might look like\n%{\n\tcik: \"1623034\", \n\tcompany_name: \"101 Sheridan Apartments, LLC\",\n\tdate_filed: \"2014-10-30\", \n\tform_type: \"D\",\n\turl: \"http://www.sec.gov/Archives/edgar/data/1623034/0001623034-14-000001-index.htm\"\n}\n\n\n\n#similarly, you can get other indexes, which look similar\n#get the `form.idx` for 2014, quarter 4\nFetcher.form(2014, 4)\n\n#get the `xbrl.idx` for 2014, quarter 4\nFetcher.xbrl(2014, 4)\n\n#get the `master.idx` for 2014, quarter 4\nFetcher.master(2014, 4)\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozap%2Fedgarex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozap%2Fedgarex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozap%2Fedgarex/lists"}