Skip to content

Commit 546637d

Browse files
committed
Use the documented FXMacroData API host
Switches the base URL from the undocumented fxmacrodata.com/api/v1 alias to the published api.fxmacrodata.com/v1 host, so the client matches the public API reference.
1 parent bd7637e commit 546637d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quantmind/preprocess/fetch/fxmacrodata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import httpx
88

9-
DEFAULT_FXMACRODATA_BASE_URL = "https://fxmacrodata.com/api/v1"
9+
DEFAULT_FXMACRODATA_BASE_URL = "https://api.fxmacrodata.com/v1"
1010

1111

1212
async def fetch_fxmacrodata_calendar(

0 commit comments

Comments
 (0)