Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"type": "string"
}
]
}
},
"description": "List of all securities listed on the NASDAQ exchange with their ticker symbol, company name, security name, market category, financial status, ETF flag, and round lot size."
},
{
"format": "csv",
Expand All @@ -75,9 +76,10 @@
"type": "string"
}
]
}
},
"description": "Simplified list of all NASDAQ-listed securities with just the ticker symbol and company name."
}
],
"title": "Nasdaq Listings",
"collection": "stock-market-data"
}
}