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

Add bulk endpoints for price points and financial statements #85

Open
sam3space opened this issue Oct 8, 2021 · 7 comments
Open

Add bulk endpoints for price points and financial statements #85

sam3space opened this issue Oct 8, 2021 · 7 comments
Assignees
Labels
task Regular piece of work
Milestone

Comments

@sam3space
Copy link
Collaborator

sam3space commented Oct 8, 2021

We will need to parse the returned CSV

Endpoints: https://site.financialmodelingprep.com/developer/docs#Bulk-Endpoint

@arielsashcov
Copy link
Contributor

On a fait un kickoff avec Miro et Laurent pour cette tâche. @laurentfrenette et moi vont la travailler ensemble.

@laurentfrenette laurentfrenette self-assigned this Feb 8, 2022
@laurentfrenette
Copy link
Contributor

laurentfrenette commented Feb 8, 2022

@sam3space Seems like there's already some historical stock price endpoints that would meet the need for this story, we wouldn't have to use bulk endpoints and parse the CSV response
https://site.financialmodelingprep.com/developer/docs#Stock-Historical-Price

@TristanFecteau TristanFecteau added the task Regular piece of work label Feb 8, 2022
@TristanFecteau TristanFecteau added this to the MVP 2 milestone Feb 8, 2022
@sam3space
Copy link
Collaborator Author

@sam3space Seems like there's already some historical stock price endpoints that would meet the need for this story, we wouldn't have to use bulk endpoints and parse the CSV response https://site.financialmodelingprep.com/developer/docs#Stock-Historical-Price

@laurentfrenette j'ai besoin d'avoir le historical data de 1000 compagnies (ou plus) avec le moins de call FMP possible. Pour les prix, Tristan semblait dire que Batch request etait le meilleur, pour les statements, je pense que vous aurez pas le choix de parse a travers le CSV

@laurentfrenette
Copy link
Contributor

@sam3space Selon les bulk endpoint disponibles sur FMP ça ne semble pas possible d'avoir les données historiques pour plusieurs compagnie en même, j'pense qu'il faudra faire une requête individuelle par compagnie

@sam3space
Copy link
Collaborator Author

@laurentfrenette Il faudra trouver une façon de le faire parce que on peut pas devoir faire plus que 20 request a FMP pour avoir les données. Si le batch request est pas assez, il faudra checker pour une autre source de donnée que FMP.

SamiMammouche pushed a commit that referenced this issue Feb 16, 2022
Add get historical daily prices with cache
@laurentfrenette
Copy link
Contributor

Après discussion avec @sam3space , cette story est toujours d'actualité. Le travail fait sur cette story répond que partiellement au besoin, il faudrait ajouter un endpoint qui permet de bulk download des financial statement.

Le travail fait sur cette story correspond plutôt à #102

@TristanFecteau
Copy link
Contributor

TristanFecteau commented Mar 11, 2022

https://site.financialmodelingprep.com/developer/docs/companies-batch-request-free-api

this is what i was refering to @laurentfrenette @sam3space @arielsashcov

this endpoint allows to batch request multiple stocks at the same time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Regular piece of work
Projects
None yet
Development

No branches or pull requests

6 participants