ikbale / fmp_python

MIT License
65 stars 27 forks source link

Can i add more API's to this library? #11

Closed speed650 closed 11 months ago

speed650 commented 11 months ago

Hi, Im learning about python and stock trading, and im using financialmodelingprep as their pricing seems good and they have the API calls that im interested. I came across your project on their website. I notice you only have a few functions in this project. I will be working with more functions on their website (hopefully most of them), i can add more of them to this library if OK.

I am new to GitHub, so i might need some help with how to do pull / commits.

ikbale commented 11 months ago

Hello, sorry for the late reply. I will be soon releasing a new version that contains some fixes so you can go from that for your contribution to the library !

speed650 commented 11 months ago

Hi There is a few query sting segments that need to be added, for example frequency to make some api work

But I learn a few things looking over your code. Notably custom decorators. I am just learning Python

On Monday, October 2, 2023, Ikbale Maghraoui @.***> wrote:

Hello, sorry for the late reply. I will be soon releasing a new version that contains some fixes so you can go from that for your contribution to the library !

— Reply to this email directly, view it on GitHub https://github.com/ikbale/fmp_python/issues/11#issuecomment-1742806879, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCNPCB4CUHDWC3GABGX4AETX5KM7TANCNFSM6AAAAAA5L2QLZA . You are receiving this because you modified the open/close state.Message ID: @.***>

speed650 commented 11 months ago

Here are some additional components that are needed.

https://financialmodelingprep.com/api/v3/ratios/AAPL?limit=40 https://financialmodelingprep.com/api/v3/ratios/AAPL?period=quarter &limit=140 https://financialmodelingprep.com/api/v4/financial-reports-json?symbol=AAPL& year=2020&period=FY https://financialmodelingprep.com/api/v4/institutional-ownership/rss_feed? page=0 https://financialmodelingprep.com/api/v3/search?query=AA&limit=10& exchange=NASDAQ

There are some additional ones as well for stock screener and feeds.

On Mon, Oct 2, 2023 at 7:32 AM Alex S @.***> wrote:

Hi There is a few query sting segments that need to be added, for example frequency to make some api work

But I learn a few things looking over your code. Notably custom decorators. I am just learning Python

On Monday, October 2, 2023, Ikbale Maghraoui @.***> wrote:

Hello, sorry for the late reply. I will be soon releasing a new version that contains some fixes so you can go from that for your contribution to the library !

— Reply to this email directly, view it on GitHub https://github.com/ikbale/fmp_python/issues/11#issuecomment-1742806879, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCNPCB4CUHDWC3GABGX4AETX5KM7TANCNFSM6AAAAAA5L2QLZA . You are receiving this because you modified the open/close state.Message ID: @.***>