dmpe / django-wohn

Property portal in Django 3 for CZ - Documentation @ https://dmpe.github.io/django-wohn/
https://melive.xyz
MIT License
1 stars 0 forks source link

get exchange rated from several sources and display them in the CE page #23

Closed dmpe closed 6 years ago

dmpe commented 6 years ago

Parse in pandas/numpy and create EUR/CZK/US Dollary table below - all combinations - CZK is base

Currency CZK USD EUR
1 CZK x EUR
1 USD x CZK x EUR
1 EUR x CZK

Sources of raw FOREX data https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.jsp https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.txt https://www.csob.cz/portal/lide/kurzovni-listek/-/date/kurzy.txt

https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml

For considerations: https://github.com/izimobil/django-rest-framework-datatables maybe

URL inspirations https://medium.com/@hakibenita/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad https://medium.com/@hakibenita/how-to-add-custom-action-buttons-to-django-admin-8d266f5b0d41

dmpe commented 6 years ago

Sources: https://www.highcharts.com/samples/data/aapl-c.json https://www.highcharts.com/samples/nonav/stock/plotoptions/series-compare-percent https://www.highcharts.com/docs/chart-concepts/series https://djangobook.com/django-models-basic-data-access/ https://stackoverflow.com/questions/11743019/convert-python-datetime-to-epoch-with-strftime https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.changelist_view

dmpe commented 6 years ago

https://books.agiliq.com/projects/django-admin-cookbook/en/latest/calculated_fields.html https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates