Forecasting Currency Conversion Rate USDAUD
This dataset contains historical data of Currency conversion rate USD to AUD
@kaggle.numberswithkartik_forecasting_currency_conversion_rate_usdaud
This dataset contains historical data of Currency conversion rate USD to AUD
@kaggle.numberswithkartik_forecasting_currency_conversion_rate_usdaud
It was a part of analysis that i have taken as a part of the case study i was into.
There are a lot of micro economic factors that impact the Stock.
Economists opine that currency exchange rates are driven by Macro-economic variables like: Trade, GDP growth rate, Industrial activity, money supply etc.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
I wish you will like this.
And give it a thumbs Up!
CREATE TABLE balance_sheet (
"frequency" VARCHAR,
"balance_on_goods_and_services" VARCHAR,
"credits_total_goods_and_services" BIGINT -- Credits, Total Goods And Services,
"debits_total_goods_and_services" VARCHAR -- Debits, Total Goods And Services
);
CREATE TABLE usdaud (
"date" TIMESTAMP,
"usdaud" DOUBLE
);
Anyone who has the link will be able to view this.