{"id":16551152,"url":"https://github.com/michaelcurrin/yahoo-finance-reports","last_synced_at":"2026-08-13T09:31:09.160Z","repository":{"id":93180302,"uuid":"469301785","full_name":"MichaelCurrin/yahoo-finance-reports","owner":"MichaelCurrin","description":"Use the Yahoo Finance API to get info on shares of interest and report on them","archived":false,"fork":false,"pushed_at":"2022-06-10T08:38:29.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T07:00:01.408Z","etag":null,"topics":["data-analysis","data-science","python","reporting","shares","stock-market","yahoo-finance","yahoo-finance-api"],"latest_commit_sha":null,"homepage":"","language":"Python","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/MichaelCurrin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-13T07:34:26.000Z","updated_at":"2022-06-10T08:33:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"91b0420c-212f-4043-a727-caaeeda66be9","html_url":"https://github.com/MichaelCurrin/yahoo-finance-reports","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/MichaelCurrin/yahoo-finance-reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fyahoo-finance-reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fyahoo-finance-reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fyahoo-finance-reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fyahoo-finance-reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/yahoo-finance-reports/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fyahoo-finance-reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36602639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","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":["data-analysis","data-science","python","reporting","shares","stock-market","yahoo-finance","yahoo-finance-api"],"created_at":"2024-10-11T19:36:29.491Z","updated_at":"2026-08-13T09:31:09.141Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yahoo Finance Reports\n\u003e Use the Yahoo Finance API to get info on stocks of interest and report on them\n\n[![Made with Python](https://img.shields.io/badge/Python-\u003e=3.6-blue?logo=python\u0026logoColor=white)](https://python.org \"Go to Python homepage\")\n\n[![dependency - requests](https://img.shields.io/badge/dependency-requests-blue)](https://pypi.org/project/requests)\n\n\n## Yahoo Finance and the API\n\nYahoo has a Finance section on their website for info on stock prices. \n\n- https://finance.yahoo.com/\n\nThey make this data available via a free public API - no auth needed.\n\nFor help on using the Yahoo API endpoints, see the SyncWith tool:\n\n- https://syncwith.com/api/yahoo-finance/all-endpoints\n\nThat interface lets you build and execute queries in the browser, showing your URLs and sample output.\n\nThis project uses the _quote endpoint_ to get detailed info on stocks and the _chart endpoint_ for a timeline of values.\n\n\n## Installation\n\nInstall Python 3 - see [Gist](https://gist.github.com/MichaelCurrin/57caae30bd7b0991098e9804a9494c23).\n\nCreate a virtual environment:\n\n```sh\n$ python -m venv venv\n```\n\nActivate it:\n\n```sh\n$ source venv/bin/activate\n```\n\nInstall packages into it:\n\n```sh\n$ make install\n```\n\n\n## Usage\n\nUpdate [config.py](/app/config.py) for custom stock ticker values. _You have to edit the file directly, but as a follow-up a config file outside of version control will be supported later._\n\nRun the reports:\n\n```sh\n$ make run\n```\n\nSee output CSVs written to [app/var](/app/var).\n\nYou can then put those in Google Sheets or Google Data Studio to make your graphs. Or try a Python or JS-based graphing solution.\n\n\n## License\n\nLicensed under [MIT](/LICENSE) by [MichaelCurrin](https://github.com/MichaelCurrin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fyahoo-finance-reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Fyahoo-finance-reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fyahoo-finance-reports/lists"}