Open ctkc opened 2 years ago
Hi, I was testing the library and I found an issue with the search endpoint, it is returning a 403 error. Seems like the URL is bad formed with repeated parameters and the lack of & before the apiKey param:
search
&
apiKey
https://financialmodelingprep.com/api/v3/search?query=AAPL&limit=10&query=AAPL&limit=10apikey=XXXXXXXXXXXXXXXXXXXXXX
Correct, file utilities.js, line 52
This is still happening!
Hi, I was testing the library and I found an issue with the
search
endpoint, it is returning a 403 error. Seems like the URL is bad formed with repeated parameters and the lack of&
before theapiKey
param: