summaryrefslogtreecommitdiff
path: root/README.md
blob: 66ec7335cf54e04e5b455f8b318e5f35b5a77cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Währungen

* Kurzbezeichung
  * EURCHF
  * EURCHF=X
  * 1 EUR = x CHF
* meint: Agentur gibt x CHF für 1 EUR.
  * Yahoo: EURCHF=X - Bid = Geldkurs = NOTEN, Ask = Briefkurs = DEVISEN
  * Bid = Verlange = Kaufangebot,  Ask = Biete = Verkaufsangebot

# Usage

Before executing any code: Check usage policy on fetched site. Acquire API-Keys where necessary.

## Unittests Scheduler

```python
python3 -munittest
```

## Testing jobs

```python
python3 -mjobs.esg
```

# Requirements

```
# (for influxdb) pyinflux (github.com/yvesf/pyinflux, without [parser]), not on pypi
currencies==2014.7.13
funcparserlib==0.3.6
lxml
```