{"id":13744490,"url":"https://github.com/wardbradt/Sentimental-Stock-Prediction","last_synced_at":"2025-05-09T03:31:56.532Z","repository":{"id":119152659,"uuid":"110369372","full_name":"wardbradt/Sentimental-Stock-Prediction","owner":"wardbradt","description":"Analyzes the sentiment of SEC quarterly earnings reports to predict future stock prices","archived":true,"fork":false,"pushed_at":"2018-02-18T17:33:47.000Z","size":409,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T16:40:34.206Z","etag":null,"topics":["data-visualization","sentiment-analysis","stock-market","stocks"],"latest_commit_sha":null,"homepage":"https://wardbradt.github.io/Sentimental-Stock-Prediction/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wardbradt.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}},"created_at":"2017-11-11T18:23:47.000Z","updated_at":"2024-03-15T18:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed97805b-1c6a-494f-a470-e2e2ebaa872c","html_url":"https://github.com/wardbradt/Sentimental-Stock-Prediction","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/wardbradt%2FSentimental-Stock-Prediction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbradt%2FSentimental-Stock-Prediction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbradt%2FSentimental-Stock-Prediction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbradt%2FSentimental-Stock-Prediction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wardbradt","download_url":"https://codeload.github.com/wardbradt/Sentimental-Stock-Prediction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183180,"owners_count":21867373,"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-visualization","sentiment-analysis","stock-market","stocks"],"created_at":"2024-08-03T05:01:10.493Z","updated_at":"2025-05-09T03:31:56.149Z","avatar_url":"https://github.com/wardbradt.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Sentimental Stock Prediction\n\n## Example Usage\n\nFirstly, you must set `quandl.ApiConfig.api_key` at the top of sentimental.py to your quandl API key. \n\nYou can get a key [here](https://www.quandl.com/tools/api).\n```\nfrom sentimental import generate_earnings_day_reports\n\n# can be any stock ticker\nticker = \"NVDA\"\ngenerate_earnings_day_reports(ticker)\n```\nNow when you view index.html, you will be able to view the visualization for your ticker.\n## To Do:\n- Find a better way to find the discussion/ overview section of each report than the current implementation in `find_overview_str`\n- Fix price axis scaling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbradt%2FSentimental-Stock-Prediction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwardbradt%2FSentimental-Stock-Prediction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbradt%2FSentimental-Stock-Prediction/lists"}