~mdoyen/homebank/5.8.x

« back to all changes in this revision

Viewing changes to doc/dlg-curr.html

  • Committer: Maxime Doyen
  • Date: 2024-10-04 16:03:54 UTC
  • Revision ID: homebank@free.fr-20241004160354-br2eh82qvga8kztk
5.8.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    </p>
86
86
    <p>Since 5.7.2: there is a log widget that track call and return of the API for debug purpose.</p>
87
87
 
88
 
  <h3>Compatible APIs</h3>
 
88
<h3>Default API</h3>
89
89
   <ul>
90
 
    <li>&#x29c9; <a href="https://frankfurter.app" target="_blank">frankfurter.app</a> (this is the default)<br>
 
90
    <li>&#x29c9; <a href="https://frankfurter.app" target="_blank">frankfurter.app</a><br>
91
91
    (no apikey): 30 currencies, Euro limited <a href="https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html" target="_blank">listed here</a><br>
92
92
    example call: <code>https://api.frankfurter.app/latest?base=EUR&symbols=USD,JPY,GBP</code>
93
93
    </li>
 
94
  </ul>  
 
95
 
 
96
<h3>Compatible APIs</h3>
 
97
   <ul>
94
98
    <li>&#x29c9; <a href="https://fixer.io" target="_blank">fixer.io</a><br>
95
 
    (apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="https://data.fixer.io/api/symbols?%20access_key=API_KEY" target="_blank">listed here</a><br>
 
99
    (apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="http://data.fixer.io/api/symbols?access_key=API_KEY" target="_blank">listed here</a><br>
96
100
    example call: <code>http://data.fixer.io/api/latest?access_key=YOUR_ACCESS_KEY&base=EUR&symbols=USD,JPY,GBP</code>
97
101
    </li>
98
102
    <li>&#x29c9; <a href="https://exchangerate.host" target="_blank">exchangerate.host</a><br>
99
 
    (apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="https://api.exchangerate.host/symbols" target="_blank">listed here</a><br>
 
103
    (apikey): 170 world currencies, including Bitcoin, Gold and Silver rates. <a href="http://api.exchangerate.host/symbols" target="_blank">listed here</a><br>
100
104
    example call: <code>http://api.exchangerate.host/list?access_key=YOUR_ACCESS_KEY&base=EUR&symbols=USD,JPY,GBP</code>
101
105
    </li>
102
106
  </ul>
105
109
  <code>
106
110
  - https://api.frankfurter.app/latest<br>
107
111
  - http://data.fixer.io/api/latest<br>
108
 
  - http://api.exchangerate.host/list<br>
 
112
  - http://api.exchangerate.host/live<br>
109
113
  </code>
110
114
  </p>
111
115