aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/markit_red.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/markit_red.py b/python/markit_red.py
index 1d47d3e8..a6eeaa28 100644
--- a/python/markit_red.py
+++ b/python/markit_red.py
@@ -10,7 +10,7 @@ import pandas as pd
def request_payload(payload):
- r = requests.post("https://products.markit.com/red/export.jsp", params=payload)
+ r = requests.post("https://products.ihsmarkit.com/red/export.jsp", params=payload)
res = []
path = os.path.join(os.environ["BASE_DIR"], "Tranche_data", "RED_reports")
if "Delta" in payload["report"]: