Skip to content

Commit

Permalink
Added latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon committed Jan 8, 2025
1 parent b7158a3 commit f484f45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .polygon/rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30691,9 +30691,11 @@
"type": "string"
},
"request_id": {
"description": "A request id assigned by the server.",
"type": "string"
},
"results": {
"description": "An array of results containing the requested data.",
"items": {
"properties": {
"currency_code": {
Expand All @@ -30714,7 +30716,7 @@
"type": "number"
},
"ipo_status": {
"description": "The status of the IPO event.",
"description": "The status of the IPO event. IPO events start out as status \"rumor\" or \"pending\". On listing day, the status changes to \"new\". After the listing day, the status changes to \"history\".\n\nThe status \"direct_listing_process\" corresponds to a type of offering where, instead of going through all the IPO processes, the company decides to list its shares directly on an exchange, without using an investment bank or other intermediaries. This is called a direct listing, direct placement, or direct public offering (DPO).",
"enum": [
"direct_listing_process",
"history",
Expand Down

0 comments on commit f484f45

Please sign in to comment.