We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bb02d commit 07986f5Copy full SHA for 07986f5
README.md
@@ -1,10 +1,13 @@
1
# CurrencyData
2
Excel macro for downloading current currency prices from the Internet
3
4
-# Usage
+## Usage
5
```=CurrencyRate(CURRENCY_2, CURRENCY_2)```
6
7
-Example:<br>
+### Example:<br>
8
```=CurrencyRate("USD", "PLN")```
9
10

11
+
12
+## Note:<br>
13
+The script is based on the finance.yahoo.com API
0 commit comments