This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
For Free - No Credit Card Required
Interest Rates Historical Data for Australia - Interbank and Target Cash Rates
The cash rate is the interest rate at which banks lend money to each other. This overnight money market interest rate should follow the cash rate target decided by a central bank and this can be achieved using different operations in order to influence the supply of money of the economy.
The Reserve Bank of Australia releases an excel document that contains the target rate, the overnight money market interest rate (Interbank rate), the 30/90/180 days Bank accepted bills (Three indices) and the 1/3/6 months overnight indexed swaps (Three indices). All these rates are downloaded and parsed by this item. The result is stored in the following ticker symbols: ^IR_TargetRate, ^IR_InterbankRate, ^IR_BankABill_30, ^IR_BankABill_90, ^IR_BankABill_180, ^IR_OvernightSwap_1, ^IR_OvernightSwap_3, ^IR_OvernightSwap_6.
Interest Rate Decisions or changes in the cash rate decided by the Reserve Bank of Australia can be obtained and calculated using the interest target rate (cash target rate). As an example you can create a variable that gets "1" on bars where a change in interest rate target has been made using the following formula:
a = GetSeries("^IR_TARGETRATE", close, NA);
change1 = (a != ref(a, 1));
This trading formula simply gets the interest target rate time-series and then returns one when the current bar's rate is different from previous bar's rate.
The cash target rate decided by the Federal Reserve (federal funds target rate) in the United States is available here Federal Funds - target rate, and the interbank rate can be downloaded using the following trading object: Federal funds effective rate.