Skip to content

Instantly share code, notes, and snippets.

View shoe116's full-sized avatar
🏠
Working from home

Shu Suzuki shoe116

🏠
Working from home
View GitHub Profile
@shoe116
shoe116 / v3_company.json
Created November 9, 2021 03:36
buffett-code API v3/company responses
{
"data": {
"tosyo_33category": "食料品",
"url": "http://www.kikkoman.co.jp/"
},
"column_description": {
"tosyo_33category": {
"name_jp": "東証33業種",
"unit": "なし"
},
@shoe116
shoe116 / v3_updated_quarter.json
Created November 9, 2021 03:33
buffett-code API v3/updated_quarter responses
{
"data": [
{
"ticker": "6501",
"fiscal_year": 2020,
"fiscal_quarter": 4
}
],
"column_description": {
"ticker": {
@shoe116
shoe116 / v3_bulk_daily.json
Last active November 10, 2021 07:20
buffett-code API v3/bulk/daily responses
{
"data": {
"2021-01-06": {
"market_capital": 3948585084468,
"enterprise_value": 5369953084468
}
},
"column_description": {
"market_capital": {
"name_jp": "時価総額",
@shoe116
shoe116 / v3_daily.json
Created November 9, 2021 03:26
buffett-code API v3/daily responses
{
"data": {
"market_capital": 4464984517983,
"enterprise_value": 5087625517983
},
"column_description": {
"market_capital": {
"name_jp": "時価総額",
"unit": "百万円"
},
@shoe116
shoe116 / v3_quarter.json
Created November 9, 2021 03:19
buffett-code API v3/quarter responses
{
"column_description": {
"company_name": {
"name_jp": "社名",
"unit": "なし"
},
"ceo_name": {
"name_jp": "代表者名",
"unit": "なし"
}
@shoe116
shoe116 / v3_bulk_quarter.json
Created November 9, 2021 03:19
buffett-code API v3/bulk/quarter responses
{
"column_description": {
"company_name": {
"name_jp": "社名",
"unit": "なし"
},
"ceo_name": {
"name_jp": "代表者名",
"unit": "なし"
}
@shoe116
shoe116 / v2_updated_quarter.json
Last active November 9, 2021 03:33
buffett-code API v2/updated_quarter responses
{
"6406": [
{
"ticker": "6406",
"fiscal_year": 2020,
"fiscal_quarter": 4
}
],
"6501": [
{
@shoe116
shoe116 / v2_daily.json
Last active November 9, 2021 03:27
buffett-code API v2/daily responses
{
"6501": [
{
"market_capital": 3948585084468.0,
"enterprise_value": 5369953084468.0
}
],
"column_description": {
"market_capital": {
"name_jp": "時価総額",
@shoe116
shoe116 / v2_quarter.json
Last active November 9, 2021 03:20
buffett-code API v2/quarter responses
{
"6501": [
{
"company_name": "株式会社日立製作所",
"ceo_name": "執行役社長兼COO 小島 啓二"
}
],
"column_description": {
"company_name": {
"name_jp": "社名",
@shoe116
shoe116 / v2_company.json
Last active November 9, 2021 03:37
buffett-code API v2/company responses
{
"2801": [
{
"tosyo_33category": "食料品",
"url": "http://www.kikkoman.co.jp/"
}
],
"column_description": {
"tosyo_33category": {
"name_jp": "東証33業種",