ScientificGuitar / stockscout.api

0 stars 0 forks source link

Migrate api endpoint to twelvedata #7

Closed ScientificGuitar closed 2 months ago

ScientificGuitar commented 2 months ago

Twelvedata has a much better built api with more functionality, better free tier, and better pricing for premium tiers. Migrate calls to use that instead. Twelvedata also has a /stocks call that returns a list of all stock they have. Create an admin endpoint that will fetch all those stocks and place it into our stock db. Also redo our stock db to reflect more of the data also returned by the /stocks call.

ScientificGuitar commented 2 months ago

Wont migrate everything to twelvedata yet. I like their premium plans and api in general, but the free plan limits what stocks you can actually add. For the time being, twelvedata will be used with the free stock options to keep building the mvp, but we need to investigate if there's a better free api we can use.