Skip to content

Nasdaq Data Link MCP v0.2.0

Choose a tag to compare

@stefanoamorelli stefanoamorelli released this 17 May 17:09
· 38 commits to main since this release
1e2d964

Added

  • NFN Implementation Functions:

    • Added get_mfrfi_data function for Fund Information Report
    • Added get_mfrsm_data function for Fund Share Class Master
    • Added get_mfrsi_data function for Fund Share Class Information
    • Added get_mfrph_data function for Fund Price History
    • Added get_mfrph10_data function for Fund Price History 10-day
    • Added get_mfrps_data function for Fund Performance Statistics
    • Added get_mfrprb_data function for Fund Performance Benchmark
    • Added get_mfrpa_data function for Fund Performance Analytics
    • Added get_mfrpm_data function for Fund Fee and Expense Data
    • Added get_mfrmf_data function for Fund Monthly Flows
  • MCP Tool Interfaces:

    • Added get_fund_information tool
    • Added get_share_class_master tool
    • Added get_share_class_information tool
    • Added get_price_history tool
    • Added get_recent_price_history tool
    • Added get_performance_statistics tool
    • Added get_performance_benchmark tool
    • Added get_performance_analytics tool
    • Added get_fees_and_expenses tool
    • Added get_monthly_flows tool
  • Documentation:

    • Enhanced NFN documentation with details for all new tools
    • Added data structure descriptions for each NFN tool type
    • Added example conversations for new NFN tools
    • Added "Learn More" links to Nasdaq documentation

Full Changelog: v0.1.3...v0.2.0