-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconversion.json
More file actions
54 lines (54 loc) · 952 Bytes
/
Copy pathconversion.json
File metadata and controls
54 lines (54 loc) · 952 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"fromCurrency": "BOB",
"toCurrency": "USD",
"amount": 100.0,
"result": 14.42
},
{
"fromCurrency": "BOB",
"toCurrency": "COP",
"amount": 500.0,
"result": 305244.85
},
{
"fromCurrency": "CLP",
"toCurrency": "USD",
"amount": 1000.0,
"result": 1.081
},
{
"fromCurrency": "BOB",
"toCurrency": "BOB",
"amount": 500.0,
"result": 500.0
},
{
"fromCurrency": "BOB",
"toCurrency": "COP",
"amount": 500.0,
"result": 305244.85
},
{
"fromCurrency": "COP",
"toCurrency": "USD",
"amount": 200.0,
"result": 0.047256
},
{
"fromCurrency": "COP",
"toCurrency": "USD",
"amount": 100.0,
"result": 0.023628,
"time": "13:48:35.337181300",
"date": "2024-10-09"
},
{
"fromCurrency": "BOB",
"toCurrency": "COP",
"amount": 500.0,
"result": 305244.85,
"time": "13:58:12.207175",
"date": "13:58:12"
}
]