I've added the option to select the source and the frequency allowing both options to be customized.
Currently forex-python only provides a single value for a day, but if somebody implements other methods that provide multiple values we may add several options for the sources. For example:
- Service Name (Daily Average)
- Service Name (Daily Opening)
This allows us to keep our desing simple while supporting multiple options.
I have started a new review347191002 which include the latest remarks about the design. The design allow to have multiple frequency per currencies and even from different sources. The only advise is to always use the same base currency which I documented. In theory different base currency could work if each currency convertion possible is updated each time.