Skip to content

Commit

Permalink
OTCWebsite: add ZWR, third zimbabwe dollar, to ticker currencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Folkinshteyn committed Mar 6, 2011
1 parent 391b7b2 commit ff93def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OTCWebsite/createticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(self, orderbook_db_path, quote_db_path, json_path):
'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'SAR', 'SCR',
'SEK', 'SGD', 'SKK', 'SLL', 'SVC', 'THB', 'TND', 'TRY', 'TTD',
'TWD', 'TZS', 'UAH', 'UGX', 'USD', 'UYU', 'UZS', 'VEF', 'VND',
'XOF', 'YER', 'ZAR', 'ZMK',]
'XOF', 'YER', 'ZAR', 'ZMK', 'ZWR',]
self.db1 = sqlite3.connect(orderbook_db_path)

def run(self):
Expand Down
1 change: 1 addition & 0 deletions OTCWebsite/currencycodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<tr><td>YER</td><td>Yemeni Rial</td></tr>
<tr><td>ZAR</td><td>South African Rand</td></tr>
<tr><td>ZMK</td><td>Zambian Kwacha</td></tr>
<tr><td>ZWR</td><td>Zimbabwe Dollar (Aug 2008 - Jan 2009)</td></tr>
</table>

<p><a href="quotes.json">JSON data</a></p>
Expand Down

0 comments on commit ff93def

Please sign in to comment.