PatrickARatcliff / k5-project1-finance_info

Looking up finance information, background
0 stars 1 forks source link

API list with functional GET (cURL, Postman or Insomnia) #7

Closed PatrickARatcliff closed 2 years ago

PatrickARatcliff commented 2 years ago

https://api.kucoin.com/api/v1/market/stats?symbol=BTC-USDT

PatrickARatcliff commented 2 years ago

https://www.coingecko.com/en/api

kwlucas commented 2 years ago

NewsAPI is a no go. Does not allow for CORS. Two alternatives I will be looking into. TheNewsAPI CurrentsAPI

PatrickARatcliff commented 2 years ago

Dang, thank you for looking into that

On Fri, Jul 29, 2022 at 09:09 kwlucas @.***> wrote:

NewsAPI is a no go. Does not allow for CORS. Two alternatives I will be looking into. TheNewsAPI https://www.thenewsapi.com/documentation CurrentsAPI https://currentsapi.services/en/docs/

— Reply to this email directly, view it on GitHub https://github.com/PatrickARatcliff/k5-project1-finance_info/issues/7#issuecomment-1199492194, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZGH3E4GR757SE35WU7RGUTVWPX2NANCNFSM547GUY7A . You are receiving this because you authored the thread.Message ID: @.***>

-- Sincerely, Patrick A. Ratcliff @.*** 303-579-5842

kwlucas commented 2 years ago

Ruled out CurrentsAPI because of an extremely limited API and documentation. TheNewsAPI should work for what we need. I have gotten an API key and tested it with no issues so far.