You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a middleware that checks the symbol to make sure its valid amx, nasdaq, nyse listing, as those are relatively the only ones that will show up for finviz charts. There should be about ~7500 of them, and the list changes often, which may require a service, or maintaining some changes down the road for things being delisted, although the image / chart generated will just be an invalid image, and not break the api or most clients.
Tasks
create new file middleware/tickerChecker.js
make a way to check the symbol/ticker against a list
tests
The text was updated successfully, but these errors were encountered:
Description
Create a middleware that checks the
symbol
to make sure its valid amx, nasdaq, nyse listing, as those are relatively the only ones that will show up for finviz charts. There should be about ~7500 of them, and the list changes often, which may require a service, or maintaining some changes down the road for things being delisted, although the image / chart generated will just be an invalid image, and not break the api or most clients.Tasks
middleware/tickerChecker.js
The text was updated successfully, but these errors were encountered: