Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate Events Table with Yahoo Finance Data in Opendata Engine #99

Open
FlorentLvr opened this issue Feb 22, 2024 · 0 comments
Open

Comments

@FlorentLvr
Copy link
Contributor

Issue

The events table in the Opendata engine currently needs to be populated with data from Yahoo Finance. This feature is not yet implemented and needs to be added to enhance the data available in the events table.

Solution

Potential technical approaches to resolve this issue could be:

  1. Research the Yahoo Finance API to understand how to fetch the required data.
  2. Implement a function in the Opendata engine to fetch and parse the data from the Yahoo Finance API.
  3. Create a mapping between the data structure of Yahoo Finance data and the events table in the Opendata engine.
  4. Implement a function to populate the events table with the parsed data.
  5. Test the feature thoroughly to ensure data is correctly fetched and populated, and no new bugs are introduced.

Please note that this is a high-level approach and the actual implementation might require additional or different steps based on the specific technical details of the project.

@FlorentLvr FlorentLvr linked a pull request Feb 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant