Baselight

USD To INR Conversion Rate From 2010

USD to INR Conversion rate from 2010 with opening, High and low per day

@kaggle.sandhyakrishnan02_usd_to_inr_conversion_rate_from_2010

Loading...
Loading...

About this Dataset

USD To INR Conversion Rate From 2010

This dataset contains details of the USD to INR conversion Rates from 1st Jan 2010 to 27th Sep 2022

Dataset Attributes:
Date: Date
Price: USD to INR rate
Open: Open Rate of the Day
High: Highest Price of the Day
Low: Lowest Price of the Day
Change %: Change in rate

Tables

Usd To Inr Converstion Rate

@kaggle.sandhyakrishnan02_usd_to_inr_conversion_rate_from_2010.usd_to_inr_converstion_rate
  • 107.4 KB
  • 3323 rows
  • 6 columns
Loading...

CREATE TABLE usd_to_inr_converstion_rate (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "change" DOUBLE
);

Share link

Anyone who has the link will be able to view this.