A simple web app for all of your finance related news and updates.
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
}
Username : root
password: root