@@ -421,18 +421,20 @@ async def ircc_get_asylum(
421421async def ircc_get_ops (
422422 breakdown : Literal [
423423 "pr_intake" , "copr_issued" , "study_processed" ,
424- "tr_processed" , "trv_intake" , "tr_approved"
424+ "tr_processed" , "trv_intake" , "tr_approved" ,
425+ "trv_v1_approved" , "new_citizens"
425426 ] = "pr_intake" ,
426427 recent : int | None = None ,
427428 filter : str | None = None ,
428429 lang : Literal ["en" , "fr" ] = "en" ,
429430) -> dict :
430- """Get IRCC operational processing statistics (monthly snapshots).
431+ """Get IRCC operational processing statistics and citizenship data (monthly snapshots).
431432
432433 Covers PR intake, COPR issued, study permit processing, TR processing,
433- visitor visa intake, and TR approvals. No year filter — data is monthly.
434- Use for: IRCC processing times, application intake, operational stats, PR applications, study permit processing, visitor visa, TR approvals, COPR.
435- Keywords: IRCC operations, processing, intake, application, PR intake, COPR, study permit, TR processing, visitor visa, TRV, approval, monthly, statistics, backlog.
434+ visitor visa intake, TR approvals, visitor visa V-1 approvals, and new Canadian citizens by country of birth.
435+ No year filter — data is monthly.
436+ Use for: IRCC processing times, application intake, operational stats, PR applications, study permit processing, visitor visa, TR approvals, COPR, new citizens, citizenship, naturalization, country of birth.
437+ Keywords: IRCC operations, processing, intake, application, PR intake, COPR, study permit, TR processing, visitor visa, TRV, approval, monthly, statistics, backlog, citizenship, new citizens, naturalization, country of birth.
436438 """
437439 try :
438440 rows , cached = await fetch_ops (breakdown = breakdown , lang = lang )
@@ -545,7 +547,7 @@ async def ircc_list_datasets(
545547 "ee_invited" : "Express Entry invited candidates (ITAs issued)" ,
546548 "tr_to_pr" : "Temporary resident to permanent resident transitions" ,
547549 "asylum" : "Asylum claimants" ,
548- "ops" : "Operational processing statistics (monthly snapshots)" ,
550+ "ops" : "Operational processing statistics + new citizens (monthly snapshots)" ,
549551 "afghan" : "Afghan refugees admitted to Canada" ,
550552 "adhoc_pr" : "Ad-hoc historical PR data 1980-2023 (English-only)" ,
551553 }
0 commit comments