INR Exchange Rate Data
Indian Currency(Rupee) Exchange Rate over the Years.
@kaggle.febinphilips_inr_exchange_rate_data
Indian Currency(Rupee) Exchange Rate over the Years.
@kaggle.febinphilips_inr_exchange_rate_data
CREATE TABLE usd_inr_exchange (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE
);
Anyone who has the link will be able to view this.