Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
348
commits
Updated the `fetch_metrics_for_month` function to call the Yahoo Finance API and retrieve metrics.
2f7f004View on GitHubImplemented a function to fetch metrics for a specific ticker over a given month and year.
4a5401eView on GitHubAdded a use case function to fetch and save sentiment data to a CSV file in `api_test.py`.
0f35a7eView on GitHubAdded unit tests for sentiment retrieval and CSV saving functionality.
58e47aaView on GitHubUpdated the CSV writing logic to correctly include the title and body layers from sentiments.
740e974View on GitHubUpdated sentiment CSV saving logic to include title and body scores and changed file path structure.
53c4aafView on GitHubAdded functionality to save sentiments to a CSV file after fetching news data.
a77e2b4View on GitHubAdded a function to check if news data is already fetched before attempting to fetch it again.
26fcc72View on GitHubExtracted sentiments from stories in the `get_sentiment` function.
baaac5dView on GitHubRefactored the fetch_news function and updated the loop_fetch_news logic for improved clarity and functionality.
33f97c1View on GitHubImproved the efficiency of `loop_fetch_news` by reducing API calls and fixing variable scope issues.
f5da3a3View on GitHubUpdated the comment in the fetch_news function to clarify the iteration over months.
27a84faView on GitHubRefactored the fetch_news function to accept single month and ticker parameters for improved clarity.
2688fd8View on GitHub