/webapp

A simple web app for all of your finance related news and updates.

Primary LanguageHTML

finsource

A simple web app for all of your finance related news and updates.

Api's used:

const datapoint = `https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=
                   ${stock[i]}.BSE&outputsize=full&apikey=${api_key}`;

const response = await fetch(datapoint);
const data = await response.json();
//js/top.js
async function getExchangeRate() {
  //code here
}

Login Credentials for github demo

Username : root
password: root