-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathagent.yaml
More file actions
50 lines (49 loc) · 2 KB
/
Copy pathagent.yaml
File metadata and controls
50 lines (49 loc) · 2 KB
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
name: "FinanceAgent"
content: "The Finance Agent to get stock information from global stock market"
website: "https://www.deepnlp.org/store/ai-agent/ai-agent/pub-aiagenta2z/financeagent"
field: "AI AGENT"
subfield: "Finance"
content_tag_list: "coding,python"
github: "https://github.com/aiagenta2z/FinanceAgent"
thumbnail_picture: "https://avatars.githubusercontent.com/u/242328252?s=200&v=4"
upload_image_files: ""
price_type: "PER_CALL"
price_per_call_credit: 10.0
price_fixed_credit: 0.0
price_subscription: "Basic: your basic plan introduction, Advanced: Your Advanced Plan introduction, etc."
api_list:
- api_id: "get_hk_stock_market_hkex"
description: "Get HongKong stock Market HKEX data"
endpoint: "https://aiagenta2z.aiagenta2z.com/financeagent/api/v1/get_hk_stock_market_hkex"
protocol: "http"
method: "GET"
params:
symbol_list: "array[string]"
- api_id: "get_cn_stock_market_shanghai_shenzhen"
description: "Get China Shanghai Shenzhen stock market data"
endpoint: "https://aiagenta2z.aiagenta2z.com/financeagent/api/v1/get_cn_stock_market_shanghai_shenzhen"
protocol: "http"
method: "GET"
params:
symbol_list: "array[string]"
- api_id: "get_us_stock_market_nyse_nasdaq_dow"
description: "Get US NYSE NASDAQ DOW stock market data"
endpoint: "https://aiagenta2z.aiagenta2z.com/financeagent/api/v1/get_us_stock_market_nyse_nasdaq_dow"
protocol: "http"
method: "GET"
params:
symbol_list: "array[string]"
- api_id: "get_uk_stock_market_lse"
description: "Get UK LSE stock market data"
endpoint: "https://aiagenta2z.aiagenta2z.com/financeagent/api/v1/get_uk_stock_market_lse"
protocol: "http"
method: "GET"
params:
symbol_list: "array[string]"
- api_id: "get_india_stock_market_nse_india"
description: "Get India NSE stock market data"
endpoint: "https://aiagenta2z.aiagenta2z.com/financeagent/api/v1/get_india_stock_market_nse_india"
protocol: "http"
method: "GET"
params:
symbol_list: "array[string]"