aboutsummaryrefslogtreecommitdiffstats
path: root/python/api_quotes/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/api_quotes/api.py')
-rw-r--r--python/api_quotes/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/api_quotes/api.py b/python/api_quotes/api.py
index 3850b0fe..9d5b76f8 100644
--- a/python/api_quotes/api.py
+++ b/python/api_quotes/api.py
@@ -34,7 +34,7 @@ class MarkitAPI:
"apikey": cls.api_key,
"limit": 1000,
"sortBy": "receivedDateTime",
- "descending": "true",
+ "descending": "false",
"dateformat": "MILLISECONDSSINCEEPOCH",
}
if after: