Query Japanese accounting tax avatar

Query Japanese accounting tax

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Query Japanese accounting tax

Query Japanese accounting tax

Query by Japanese account names (English, Japanese 勘定科目) or code used in 国税. Result is useful for general use, e-tax(国税電子申告), or e-tax filing with csv 財務諸表のCSV.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

p x

p x

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

17 days ago

Last modified

Categories

Share

MCP

Query by Japanese account names (English, Japanese 勘定科目) or code used in 国税. Result is useful for general use, e-tax(国税電子申告), or e-tax filing with csv 財務諸表のCSV. Tracing "parent_id" (to "id"), you can piece together full path e.g. 営業活動による収益/売上高/売上高 (3 parts, different parts may have same text, here "売上高")

Now only support 一般商工業.

Terms:

NTA = Japan national tax agency (国税庁) NTA code = useful for e-tax(国税電子申告), e.g. 10D100030

Example

// input: {partJapaneseAccount: "不動産事業"}
// output array:
[
{
"id": 1,
"parent_id": null,
"jaStd": "営業活動による収益",
"enStd": "revenue from operating activities",
"ntaCode": "10D100010",
"matched_id": 24
},
{
"id": 9,
"parent_id": 1,
"jaStd": "営業活動による収益の内訳",
"enStd": "revenue from operating activities - detail",
"ntaCode": "10D100090",
"matched_id": 24
},
{
"id": 24, // same as matched_id
"parent_id": 9,
"jaStd": "不動産事業売上高", // query matches here
"enStd": "sales in real estate business",
"ntaCode": "10D100240",
"matched_id": 24
},
// 2nd group of matched_id start
{
"id": 94,
"parent_id": null,
"jaStd": "営業活動による費用・売上原価",
"enStd": "cos and expenses from operating activities",
"ntaCode": "10E100010",
"matched_id": 139
},
{
"id": 101,
"parent_id": 94,
"jaStd": "営業活動による費用・売上原価の内訳",
"enStd": "cos and expenses from operating activities - detail",
"ntaCode": "10E100080",
"matched_id": 139
},
{
"id": 139,
"parent_id": 101,
"jaStd": "不動産事業売上原価",
"enStd": "cost of sales in real estate business",
"ntaCode": "10E100460",
"matched_id": 139
},
// ... more groups
]