-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Integration] Financial Modeling Prep Api Integration #9427
[Integration] Financial Modeling Prep Api Integration #9427
Conversation
I have read the CLA Document and I hereby sign the CLA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Riyana,
I left one last comment (I think this will be my last), but you still have a bunch of lint issues that need to be resolved/
mindsdb/integrations/handlers/financial_modeling_prep_handler/financial_modeling_handler.py
Outdated
Show resolved
Hide resolved
…mindsdb into Riyana/FinancialHandler
The line numbers changed while I was editing the files which caused some lint issues to be missed, but everything should be fixed now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @RiyanaD,
Unfortunately, there is one last lint issue to be solved. I think you just need to add a blank newline to the end of your handler module.
I have added the newline. |
Description
Implemented key features of the financial modeling prep api integration, including connecting to the financial modeling api, querying database and loading daily chart stock information for a specific symbol, and the limit feature which loads only a certain amount of data points. Created a read-me for these features and wrote tests to validate these basic functionalities.
Fixes #5525
Type of change
Verification Process
To ensure the changes are working as expected:
Additional Media:
Checklist: