-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrunchbase-ipos.yml
109 lines (109 loc) · 4.02 KB
/
crunchbase-ipos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name: crunchbase-ipos
deployed: true
title: Crunchbase IPOs
description: Returns data about IPOs
task:
op: redirect
path: https://api.flex.io/v1/integration-crunchbase/pipes/crunchbase-ipos/run
params:
- name: properties
type: array
description: The properties to return, given as a string or array; defaults to all properties; see "Returns" for available properties
required: false
- name: filter
type: array
description: Search query to determine the rows to return, given as a string or array
required: false
returns:
- name: uuid
type: string
description: Globally unique ID for the IPO
- name: name
type: string
description: Name of the IPO
- name: type
type: string
description: Type of information described by the globally unique ID
- name: permalink
type: string
description: Permalink of the IPO
- name: cb_url
type: string
description: Crunchbase website page URL for the IPO
- name: rank
type: integer
description: Algorithmic rank assigned to the record
- name: created_at
type: date
description: Date the IPO record was created in the system
- name: updated_at
type: date
description: Date the information for the IPO was last updated in the system
- name: org_uuid
type: string
description: Globally unique ID for the organization that made the IPO
- name: org_name
type: string
description: Name of the organization that made the IPO
- name: org_cb_url
type: string
description: Crunchbase website page URL for the organization that made the IPO
- name: country_code
type: string
description: Country where the headquarters of the organization that made the IPO is located
- name: state_code
type: string
description: State or province where the headquarters of the organization that made the IPO is located
- name: region
type: string
description: Region where the headquarters of the organization that made the IPO is located
- name: city
type: string
description: City where the headquarters of the organization that made the IPO is located
- name: stock_exchange_symbol
type: string
description: Symbol of the stock exchange where the organization made the IPO
- name: stock_symbol
type: string
description: Stock symbol of the organization that made the IPO
- name: went_public_on
type: date
description: Date the organization went public on
- name: share_price_usd
type: number
description: Share price of the IPO in USD
- name: share_price
type: number
description: Share price of the IPO in the currency given by the share price currency code
- name: share_price_currency_code
type: string
description: Share price currency code of the share price of the IPO
- name: valuation_price_usd
type: integer
description: Valuation price in USD
- name: valuation_price
type: integer
description: Valuation price in the currency given by the valuation price currency code
- name: valuation_price_currency_code
type: string
description: Valuation price currency code of the valuation price
- name: money_raised_usd
type: integer
description: Money raised in USD
- name: money_raised
type: integer
description: Money raised in the currency given by the money raised currency code
- name: money_raised_currency_code
type: string
description: Money raised currency code of the money raised
examples:
- '"*"'
- '"org_name, stock_exchange_symbol, stock_symbol, went_public_on, share_price_usd", "AAPL MSFT AMZN GOOG"'
- '"org_name, stock_exchange_symbol, stock_symbol, went_public_on, share_price_usd", "+stock_exchange_symbol:NYSE +went_public_on:>=2020-01-01"'
- '"org_name, stock_exchange_symbol, went_public_on, cb_url", "+stock_exchange_symbol:NASDAQ +went_public_on:[2000-01-01 TO 2000-12-31]"'
notes: |-
Additional Resources:
* Flexio Crunchbase Templates: \
https://www.flex.io/integrations/crunchbase/
* Flexio Function Syntax Tutorial: \
https://www.flex.io/resources/examples/