2023 Proxy Materials
View the Proxy Statement
View the Form 10-K
2023 Annual Meeting of Shareholders
Apple will host the 2023 Annual Meeting of Shareholders on March 10, 2023 at 9:00 am P.T. in a virtual format. You can access the
meeting by visiting www.virtualshareholdermeeting.com/AAPL2023
on the day of the meeting. The bank, broker, or other organization that holds your Apple shares will be issuing proxy materials to you that will include a unique control number. You’ll need that unique control
number to access the meeting, and vote during the meeting. The record date for the meeting is January 9, 2023. Additional details about the
meeting and the matters to be voted on are available in our proxy statement.
',
itemLoadingMessage: '
Loading financial reports for the selected year...
',
template: (
'
' +
'{{#years}}{{/years}}' +
'
' +
'{{#years}}' +
'
' +
'{{#items}}'+
'
' +
'
{{shortType}}
' +
'
' +
'{{#docs}}' +
'
' +
'{{/docs}}' +
'
' +
'
' +
'{{/items}}' +
'
' +
'{{/years}}'
),
beforeRender: function(itm, data) {
$.each(data.types, function(idx, item) {
switch (item.shortType) {
case 'Q4':
item.shortType = 'Q4 & FY'
break;
}
});
},
complete: function(e) {
q4Defaults.tabs($(e.target),'.module-financial-years', '.tabs_link', '.tabs_content', false,false, true);
}
});
$('.module-financial-data .module_container--content-10k').financials({
usePublic: GetViewType() != "0",
apiKey: Q4ApiKey,
fetchAllYears: true,
limit: 4,
reportTypes: ["Annual Report"],
loadingMessage: '
Loading financial reports...
',
itemLoadingMessage: '
Loading financial reports for the selected year...
',
template: (
'
Annual Reports on Form 10-K
' +
'{{#items}}' +
'
' +
'
' +
'{{#docs}}' +
'{{#show}}' +
'
' +
'{{/show}}' +
'{{/docs}}' +
'
' +
'
' +
'{{/items}}'
),
beforeRender: function(e, tpl){
$.each(tpl.items, function(i,item){
$.each(item.docs, function(j, doc){
if (doc.docCategory == 'annual' ) { /*Show only without this Category*/
doc.show = true;
}
});
});
},
complete: function(e) {
$(e.target).find('a[href*=".pdf"]').attr('target', '_blank');
}
});
$('.module-financial-data .module_container--content-reports').downloads({
usePublic: GetViewType() != "0",
apiKey: Q4ApiKey,
downloadType: 'Additional Reports',
loadingMessage: '
Loading additional reports...
',
itemLoadingMessage: '
Loading additional reports...
',
template: (
'
Additional Reports
' +
'{{#items}}' +
'
' +
'{{/items}}'
),
complete: function(e) {
$(e.target).find('a[href*=".pdf"]').attr('target', '_blank');
}
});