patelneel55 / financialmodelingprep

A node wrapper to the Financial Modeling Prep API for financial data
MIT License
35 stars 10 forks source link

403 error on search endpoint #24

Open ctkc opened 2 years ago

ctkc commented 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:

https://financialmodelingprep.com/api/v3/search?query=AAPL&limit=10&query=AAPL&limit=10apikey=XXXXXXXXXXXXXXXXXXXXXX
atlasan commented 2 years ago

Correct, file utilities.js, line 52

sapabg commented 6 months ago

This is still happening!