Michael Dahl
Results
1
comments of
Michael Dahl
Thanks for your response! Made a few attempts to add per-page=100, but they did not work: myjson=nomics.Currencies.get_currencies(ids=syms, interval='1d', per-page='100') myjson=nomics.Currencies.get_currencies(ids=syms, interval='1d', 'per-page=100') myjson=nomics.Currencies.get_currencies(ids=syms, interval='1d&per-page=100') What is the correct syntax to...