{"id":16558183,"url":"https://github.com/jaredsburrows/finance-api","last_synced_at":"2026-06-08T05:32:05.343Z","repository":{"id":25954898,"uuid":"29396602","full_name":"jaredsburrows/finance-api","owner":"jaredsburrows","description":"Finance API","archived":false,"fork":false,"pushed_at":"2016-09-12T05:51:54.000Z","size":182,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T00:47:12.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jaredsburrows.github.io/finance-api/javadoc","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredsburrows.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-01-17T16:13:46.000Z","updated_at":"2016-09-12T04:45:51.000Z","dependencies_parsed_at":"2022-08-06T08:00:51.605Z","dependency_job_id":null,"html_url":"https://github.com/jaredsburrows/finance-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredsburrows/finance-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Ffinance-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Ffinance-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Ffinance-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Ffinance-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredsburrows","download_url":"https://codeload.github.com/jaredsburrows/finance-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Ffinance-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-11T20:09:50.028Z","updated_at":"2026-06-08T05:32:05.321Z","avatar_url":"https://github.com/jaredsburrows.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"FinanceAPI -- BETA [![Build Status](https://travis-ci.org/jaredsburrows/finance-api.svg?branch=master)](https://travis-ci.org/jaredsburrows/finance-api) [![Coverage Status](https://coveralls.io/repos/github/jaredsburrows/finance-api/badge.svg?branch=master)](https://coveralls.io/github/jaredsburrows/finance-api?branch=master)\n=================\n\nSimple Finance API for viewing stock quotes\n\n## Usage:\n\n    buildscript {\n    \trepositories {\n    \t\tjcenter()\n    \t}\n    }\n\n    dependencies {\n        compile 'burrows.api:finance-core:0.0.1'\n    }\n\n## Examples:\n\n    // Create basic Request URL\n    String requestUrl = Builders.request()\n                    .withYahoo()                 // Set the Company API\n                    .withProperty(Property.Name) // Set the Properties, (eg. Name of the company)\n                    .outputJSON()                // Set the Format for the data returned\n                    .getQuote(\"MSFT\")            // Add a Quote\n                    .buildURL();\n\n\n## License:\n\n    Copyright (C) 2015 Finance API by Jared Burrows\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Ffinance-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredsburrows%2Ffinance-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Ffinance-api/lists"}