Skip to content

Commit 3dfc8ab

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 b10ccdf commit 3dfc8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cutebacktests/providers/fxmacrodata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class FXMacroDataProvider:
1212
def __init__(
1313
self,
1414
api_key: Optional[str] = None,
15-
base_url: str = "https://fxmacrodata.com/api/v1",
15+
base_url: str = "https://api.fxmacrodata.com/v1",
1616
timeout: int = 30,
1717
session: Optional[requests.Session] = None,
1818
) -> None:

0 commit comments

Comments
 (0)