Added

v1.2.1 - Locations Field for Events Endpoints

All events endpoints now support an optional locations field returning countries and nationalities mentioned in event headlines, enabling geographical filtering and analysis.

Added

  • Locations field added to all events endpoints for enhanced geographical analysis:
    • /events/macro - Now includes optional locations field containing countries and nationalities from event headlines (via get_locations=True parameter)
    • /events/fundamental - Now includes optional locations field containing countries and nationalities from event headlines (via get_locations=True parameter)
    • /events/macro/{event_id} - Event details now include optional locations field when get_locations=True
    • /events/fundamental/{event_id} - Event details now include optional locations field when get_locations=True
    • Benefits: Enables geographical filtering and analysis of events based on mentioned countries and nationalities.