diff --git a/docs/source/remote_data.rst b/docs/source/remote_data.rst index 39df24f9..f77affbe 100644 --- a/docs/source/remote_data.rst +++ b/docs/source/remote_data.rst @@ -807,3 +807,29 @@ The following endpoints are available: dividends = web.DataReader('IBM', 'yahoo-dividends', start, end) dividends.head() + +MacroVar Finance & Economic Data +================== +`Macrovar returns list +/markets Get the most recent data of a specific market - inputs: api_key, symbol (required), start (optional), end (optional) – returns data +/macro Get the most recent data of a specific macroeconomic variable - inputs: api_key, symbol (required), start (optional), end (optional) – returns data +/calendar Get list of calendar events - inputs: api_key, Start Date (optional), End Date (optional) - returns events +/news Get list of news - inputs: api_key, Start Date (optional), End Date (optional) - returns news +/strategies Get details of an investment strategy - inputs: api_key, strategy (optional) - returns investment strategy +/content Get details on specific information - inputs: api_key, keywords - returns information on specific information +/research Get latest research of MacroVar - inputs: api_key, keywords - returns latest research +/countries Get a summary of country information - inputs: api_key, keywords - returns countries information +/sectors Get a summary of sector information - inputs: api_key, keywords - returns sector information +/risk Get a summary of risk information - inputs: api_key, keywords - returns risk information