A GraphQL API for fetching data from Yahoo Finance, thanks to node-yahoo-finance2.
Online Demo: https://yahoo-finance-graphql.herokuapp.com/
Available APIs:
Run the GraphQL server with the following command:
$ yarn install
$ yarn start
Get historical data since 01/01/2021:
Query | Response |
|
|
Get top 10 trending symbols with quote:
Query | Response |
|
|
Auto complete stock's symbol:
Query | Response |
|
|